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/14 05:50:24 UTC

[tomee-tck] branch master updated: For the moment don't need any of this

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 903a1a0  For the moment don't need any of this
903a1a0 is described below

commit 903a1a0e7509d5d78cb4acf7675e604b01246fac
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 14 07:49:45 2019 +0200

    For the moment don't need any of this
---
 src/test/script/openejb/tck/commands/ReverseSetupCommand.groovy | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/test/script/openejb/tck/commands/ReverseSetupCommand.groovy b/src/test/script/openejb/tck/commands/ReverseSetupCommand.groovy
index b005850..52b5489 100644
--- a/src/test/script/openejb/tck/commands/ReverseSetupCommand.groovy
+++ b/src/test/script/openejb/tck/commands/ReverseSetupCommand.groovy
@@ -33,17 +33,10 @@ class ReverseSetupCommand
 
     def execute() {
         def javaeeCtsHome = requireDirectory('javaee.cts.home')
-        def geronimoHome = requireDirectory('geronimo.home')
-        def javaHome = requireDirectory('java.home')
 
         def tsant = new TsAntCommand(this)
         tsant.props['build.vi'] = true
 
-        // TODO Update for TomEE
-        tsant.props['endorsed.dirs'] = "${geronimoHome}/repository/org/apache/geronimo/specs/geronimo-jaxb_2.2_spec/1.0.1" + File.pathSeparator + "${geronimoHome}/repository/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.1" + File.pathSeparator + "${javaHome}/lib/endorsed"
-
-        tsant.envs['ANT_OPTS'] = "-Djava.endorsed.dirs='${geronimoHome}/repository/org/apache/geronimo/specs/geronimo-jaxb_2.2_spec/1.0.1" + File.pathSeparator + "${geronimoHome}/repository/org/apache/geronimo/specs/geronimo-jaxws_2.2_spec/1.1" + File.pathSeparator + "${javaHome}/lib/endorsed'"
-
         def setupReverseTests = { section ->
 
             tsant.workingDirectory = "$javaeeCtsHome/src/com/sun/ts/tests/$section"