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 2022/05/06 12:33:13 UTC

[tomee-tck] branch jakartaee9-tck updated: Remove sigtest.jar for the moment as it contains com.sun.javatest.Status with a totally different content

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

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


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 8dc6b92  Remove sigtest.jar for the moment as it contains com.sun.javatest.Status with a totally different content
8dc6b92 is described below

commit 8dc6b9261379cea2c8cce2cbcbc8dd23bcf3097b
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri May 6 14:33:06 2022 +0200

    Remove sigtest.jar for the moment as it contains com.sun.javatest.Status with a totally different content
---
 src/test/resources/testsuite.properties                    | 2 +-
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index 397fc54..bdd7539 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -202,7 +202,7 @@ porting.ts.url.class.1=org.apache.openejb.cts.URLImpl
 
 jimage.dir=${ts.home}/tmp/jdk-bundles
 #sigTestClasspath=${s1as.modules}/javax.servlet.jar${pathsep}${s1as.modules}/javax.ejb.jar${pathsep}${endorsed.dirs}/javax.annotation.jar${pathsep}${s1as.modules}/javax.enterprise.deploy.jar${pathsep}${s1as.modules}/javax.mail.jar${pathsep}${s1as.modules}/javax.persistence.jar${pathsep}${s1as.modules}/javax.resource.jar${pathsep}${s1as.modules}/javax.security.auth.message.jar${pathsep}${s1as.modules}/javax.security.jacc.jar${pathsep}${s1as.modules}/javax.servlet.jsp.jar${pathsep}${s1as.m [...]
-sigTestClasspath=%openejb.jee.classes%
+sigTestClasspath=%openejb.jee.classes%${pathsep}${ts.home}/lib/apiCheck.jar${pathsep}${ts.home}/lib/sigtest.jar
 
 ts.run.classpath=%ts.run.classpath%
 openejb.embedded.classpath=%openejb.embedded.classpath%
diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index bd98ed7..04a7cc5 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -269,9 +269,9 @@ abstract class CommandSupport {
         // ts.harness.classpath
         builder = new PathBuilder(this)
         builder.reference('ts.run.classpath')
-        builder.directory = "$javaeetckHome/lib"
-        builder.append("apiCheck.jar")
-        builder.append("sigtest.jar")
+        // builder.directory = "$javaeetckHome/lib"
+        // builder.append("apiCheck.jar")
+        // builder.append("sigtest.jar")
         builder.directory = "$javaeetckHome/tools/ant/lib"
         builder.append("ant.jar")
         builder.append("ant-launcher.jar")