You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/13 18:34:52 UTC

[tomee-tck] branch master updated: updating GF_BUNDLE_URL value and complementary notes.

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 31f56da  updating GF_BUNDLE_URL value and complementary notes.
     new 6420d57  Merge pull request #11 from cesarhernandezgt/fix-zip-url
31f56da is described below

commit 31f56da21407242fe1a54882f5dc1cbe42a08c46
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Tue Aug 13 12:28:35 2019 -0600

    updating GF_BUNDLE_URL value and complementary notes.
---
 README.adoc | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index d6ce764..fd094f6 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,14 +13,17 @@ At present, we are building the TCK binary from source, following these steps:
     git clone https://github.com/eclipse-ee4j/jakartaee-tck
     cd jakaratee-tck
     export WORKSPACE=$(pwd)
-    export GF_BUNDLE_URL=https://jenkins.eclipse.org/glassfish/job/glassfish/job/EE4J_8/85/artifact/bundles/glassfish.zip
+    export GF_BUNDLE_URL=https://jenkins.eclipse.org/glassfish/job/glassfish/job/master/59/artifact/bundles/glassfish.zip
     export GF_HOME=$WORKSPACE
     export ANT_HOME=/home/jgallimore/Apps/apache-ant-1.10.5
     export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
     export PATH=$JAVA_HOME/bin:$ANT_HOME/bin/:$PATH
     $WORKSPACE/docker/build_jakartaeetck.sh
 
-Substitute in your path for JAVA_HOME and ANT_HOME as appropriate. The TCK takes around an hour to build.
+NOTE: Substitute in your path for JAVA_HOME and ANT_HOME as appropriate. The TCK takes around an hour to build.
+
+NOTE: The GF_BUNDLE_URL value can change, for latest releases please visit: https://jenkins.eclipse.org/glassfish/job/glassfish/job/master/lastSuccessfulBuild/artifact/bundles/
+
 
 Once that is complete, unzip the TCK zip file somewhere on your file system. Where and how you set this up is all down to personal preference, but I like to create a ee8tck folder under ~/dev and have both the TCK
 and Glassfish in this folder:
@@ -108,12 +111,12 @@ time-saver when trying to navigate to run a specific test.
 In bash just source the file like so:
 
   source runtests.completer
-  
+
 ### ZSH
 
 If you are using ZSH, you need to execute the follows commands:
 
-      autoload -U +X compinit && compinit 
+      autoload -U +X compinit && compinit
       autoload -U +X bashcompinit && bashcompinit
       source runtests.completer