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



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


Back to the top