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...

Not sure I understand the question.

Historically all of the Java EE based technologies with the exception of JavaMail, JAF, and JAXB were maintained in the same master workspace.

Many of the technologies as Java EE evolved could live outside the platform.  Tests/assertions that are applicable only outside of Java EE, live in an se directory.  Tests/assertions that are applicable only inside of Java EE, live in an ee directory.  Tests/assertions that are applicable to both live outside of those directories.

The install directory is what is used to generate the standalone TCKs pulling the required pieces together for the given technologies.


If technologies do not have unique requirements outside of the platform, there would not be a reason for an se and ee directory.

I think for the most part, the workspace is pretty consistent, though it is possible there could be an exception but what I describe above what the original intent

HTH
Best
lance



On Mar 25, 2019, at 11:02 AM, Scott Marlow <smarlow@xxxxxxxxxx> wrote:



On 3/19/19 1:37 PM, Alwin Joseph wrote:
Scott,
Please see inline.
Regards,
Alwin
On 19/03/19 9:56 PM, Scott Marlow wrote:

They are both built from jakartaee-tck [4] repo.  

Hi related question, should all of the standalone TCK source folders be marked as "se" in the jakartaee-tck repo?  For example:

https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jaxws has "se" folder.

https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jpa also has "se" folder.

However, https://github.com/eclipse-ee4j/jakartaee-tck/tree/master/src/com/sun/ts/tests/jaxrs doesn't have se folder but there is a https://jenkins.eclipse.org/jakartaee-tck/job/standalonetck-nightly-build-run/lastSuccessfulBuild/artifact/standalone-bundles/jaxrstck-2.1_latest.zip download.

Thanks,
Scott
_______________________________________________
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


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx




Back to the top