Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Where are the sources for the JAXWS standalone TCK...

Hi Scott,

The standalone TCKs are built using script [1]. This is run as a part of the job [2] and available at the location [3].

You can find the general ant commands used to build any standalone TCK as below:

1. ant -f $BASEDIR/install/$tck/bin/build.xml -Ddeliverabledir=$tck -Dbasedir=$BASEDIR/install/$tck/bin $TCK_SPECIFIC_PROPS $JAXWS_SPECIFIC_PROPS clean.all build.all.jars

2. ant -f $BASEDIR/install/$tck/bin/build.xml -Ddeliverabledir=$tck -Dbasedir=$BASEDIR/install/$tck/bin $TCK_SPECIFIC_PROPS $JAXWS_SPECIFIC_PROPS -Djava.endorsed.dirs=$BASEDIR/glassfish5/glassfish/modules/endorsed build.all

3. ant -f $BASEDIR/release/tools/build.xml -Ddeliverabledir=$tck -Dbasedir=$BASEDIR/release/tools $DOC_SPECIFIC_PROPS -Dskip.createbom="true" -Dskip.build="true" $TCK_SPECIFIC_PROPS $tck

where $tck = jaxws, for JAXWS. You would also need to set the environment variables as it is done in the build_standalone-tcks.sh

I can see the "se" folder is present at [4]. Can you please let me know if more/specific details are required.


[1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/docker/build_standalone-tcks.sh

[2] https://jenkins.eclipse.org/jakartaee-tck/job/standalonetck-nightly-build-run/

[3] https://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/

[4] https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jaxws/se

Thanks & Regards,
Alwin Joseph

On 18/03/19 10:50 PM, Scott Marlow wrote:
Hi,

Where is the source for the standalone JAXWS TCK [1]?

I don't see any "se" folders in the "jaxws" subfolder of the jakartaee-tck repo [2] and don't really understand how the "stand-alone" TCK aggregator in the jakartaee-tck Jenkins jobs is finding it exactly, I'd like to understand more of how this is handled, so I can help out more.

I assume it has something to do with the Trigger/call builds on other projects "jakartaee-tck/EE4J_8" in [3]?

Thanks,
Scott

[1] https://jenkins.eclipse.org/jakartaee-tck/job/standalonetck-nightly-build-run/lastSuccessfulBuild/artifact/standalone-bundles/jaxwstck-2.3_latest.zip

[2] https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jaxws

[3] https://jenkins.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run/
_______________________________________________
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