Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Platform TCK run started

Before running docker/build_jakartaeetck.sh, export GF_HOME to your GF build, something like export GF_HOME=YOUR_GLASSFISHRootFolder/appserver/distributions/glassfish/target/stage
 
Change into the TCK root and also set:
export PROFILE="">export BUILD_TYPE=CTS
export TCK_BUNDLE_BASE_URL=
export WORKSPACE=$PWD

Then you should be able to build.

I have already done this. The problem is that (from my search) there is no JAX_RPC JAR. Even if it is in there,  the current JAR file has references to javax.servlet.*
Gurkan

On Wed, Jun 10, 2020 at 4:31 AM Scott Marlow <smarlow@xxxxxxxxxx> wrote:


On Tue, Jun 9, 2020 at 4:10 PM Gurkan Erdogdu <cgurkanerdogdu@xxxxxxxxx> wrote:
Also jakartaee-tck suite is not build JAX_RPC using docker/build_jakartaeetck.sh because of compile time errors.

Sorry about that, you need to use a local build of GlassFish (6) master branch.  

Before running docker/build_jakartaeetck.sh, export GF_HOME to your GF build, something like export GF_HOME=YOUR_GLASSFISHRootFolder/appserver/distributions/glassfish/target/stage
 
Change into the TCK root and also set:
export PROFILE="">export BUILD_TYPE=CTS
export TCK_BUNDLE_BASE_URL=
export WORKSPACE=$PWD

Then you should be able to build.

Scott

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


--

Back to the top