Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Building standalone TCK

If you were changing the Jakarta Transactions implementation, you would definitely want to run both the standalone TCK and the CTS.

But since you're only changing the Jakarta Transactions API jar file for this release, running just the standalone TCK is sufficient.

Tom Jenkinson wrote on 7/16/19 2:13 AM:
Thanks Alwin. I am starting to think that I need to run the standalone JTA TCK _plus_ I need to run at least some part of the whole CTS bundle.

The standalone tck would include:

And the whole CTS bundle would include 
(maybe common too - IDK)

Does that seem right? And if so do you know how I can run just the transactions part of the whole CTS bundle? I followed the instructions from here: https://wiki.eclipse.org/TCK:Build_From_Jakarta_EE_TCK_Repo_And_Run and they were great to get me going with the standalone TCK but as to how to run the ee/ tests I am not sure.

On Mon, 15 Jul 2019 at 17:40, Alwin Joseph <alwin.joseph@xxxxxxxxxx> wrote:

Hi Tom,

We are not including the ee/txpropagationtest and  ee/txpropagationtest folders when we try to build the JTA standalone TCK and hence they are missing. You can see the https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/release/tools/jta.xml where we do the filtering.

Regards,
Alwin


On 15/07/19 9:34 PM, Tom Jenkinson wrote:
Thanks Kevin, I am just a bit confused a message from Alwin titled "Standalone TCKs for JakartaEE 8" which links to https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly/ and that has a jtatck in it but then I see that at least part of it is included in https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jta/ee


On Mon, 15 Jul 2019 at 16:54, Kevin Sutter <sutter@xxxxxxxxxx> wrote:
Tom,
I believe that if your component does not already have a standalone TCK, then your only re-course is to build the whole Jakarta EE TCK bundle and then just execute your portion of the TCK (ie. Transactions).

---------------------------------------------------
Kevin Sutter
STSM, MicroProfile and Jakarta EE architect
e-mail:  sutter@xxxxxxxxxx     Twitter:  @kwsutter
phone: tl-553-3620 (office), 507-253-3620 (office)    
LinkedIn:
https://www.linkedin.com/in/kevinwsutter



From:        Tom Jenkinson <tom.jenkinson@xxxxxxxxxx>
To:        jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Date:        07/15/2019 10:41 AM
Subject:        [EXTERNAL] [jakartaee-tck-dev] Building standalone TCK
Sent by:        jakartaee-tck-dev-bounces@xxxxxxxxxxx




Hi,

I am the project lead for Jakarta Transactions. I was wondering if there are instructions on how to build the individual standalone TCKs distributions such as jtatck from https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/promoted/.

I saw https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Instructions-for-building-and-running-JakartaEE-TCK-bundlebut it seems like it might build everything?

Thanks,
Tom_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev



_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


Back to the top