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

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


The following commit(s) were added to refs/heads/javaee7-tck by this push:
     new 7556aba  Fix missing dep with ant
7556aba is described below

commit 7556abadb59c2f6a8d26d3e7e9cb2ea7600f718a
Author: Jean-Louis Monteiro <jeano...@gmail.com>
AuthorDate: Sun Feb 3 16:18:44 2019 +0100

    Fix missing dep with ant
---
 src/test/script/openejb/tck/commands/CommandSupport.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/CommandSupport.groovy 
b/src/test/script/openejb/tck/commands/CommandSupport.groovy
index 6b7ccf3..fc1f089 100644
--- a/src/test/script/openejb/tck/commands/CommandSupport.groovy
+++ b/src/test/script/openejb/tck/commands/CommandSupport.groovy
@@ -242,7 +242,7 @@ abstract class CommandSupport {
         builder.directory = "$javaeetckHome/tools/ant/lib"
         builder.append("ant.jar")
         builder.append("ant-launcher.jar")
-        builder.append("ant-nodeps.jar")
+        // builder.append("ant-nodeps.jar") - this seems to have disappeared 
with EE7
         builder.directory = "$javaeeRiHome/lib"
         builder.append("appserv-rt.jar")
         builder.getPath('ts.harness.classpath')

Reply via email to