You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2021/05/02 15:54:10 UTC

[tomee-tck] 04/06: Add rt.jar (hardcoded)

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

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

commit a331082a3ef9d451eba7e099bb88821c2569ca61
Author: David Blevins <da...@gmail.com>
AuthorDate: Sun May 2 08:42:01 2021 -0700

    Add rt.jar (hardcoded)
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 01ae662..1649ed3 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -210,6 +210,8 @@ abstract class CommandSupport {
         builder.append("servlet-api.jar")
         builder.append("taglibs-shade-*.jar")
         builder.append("websocket-api.jar")
+        builder.directory = "/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents//Home/jre/lib/"
+        builder.append("rt.jar")
         builder.getPath("openejb.jee.classes")
 
         // ts.run.classpath - used to run the appclient