Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Has anyone been seeing build failures when building the Jakarta EE 8 CTS?

Never mind, I think today's "Added provision to rerun failed tests and corrected classpaths for latest glassfish" commit helped! Thanks Alwin!

On 12/5/18 2:12 PM, Scott Marlow wrote:
Hi,

I'm getting various compile errors, such as:

"
compile:
 [ts.javac] Compiling 1 source file to /mnt/hudson_workspace/workspace/jakartaee-ee8/buildcts/classes  [ts.javac] /mnt/hudson_workspace/workspace/jakartaee-ee8/buildcts/src/com/sun/ts/tests/concurrency/api/AbortedException/Client.java:23: error: package javax.enterprise.concurrent does not exist
  [ts.javac] import javax.enterprise.concurrent.AbortedException;
"

I get failures like the above whether I build CTS [1] with GlassFish 5.1 (target) [2] or 5.0.1 [3].

This seems weird since both [2] + [3], still contains "javax.*" classes, for example [2] jakarta.enterprise.concurrent-api.jar contains "javax.enterprise.concurrent".  Its like I have missed setting the classpath up correctly.

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck

[2] https://jenkins.eclipse.org/glassfish/job/glassfish-nightly-freestyle/lastSuccessfulBuild/artifact/bundles/glassfish.zip

[3] https://download.oracle.com/glassfish/5.0.1/nightly/latest-glassfish.zip


Back to the top