You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/08/22 14:42:40 UTC

ant git commit: Fix test compilation (org.example.junitlauncher.Tracker requires junitlauncher optional dep)

Repository: ant
Updated Branches:
  refs/heads/master 8f86fd99b -> 41ecf7588


Fix test compilation (org.example.junitlauncher.Tracker requires junitlauncher optional dep)


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/41ecf758
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/41ecf758
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/41ecf758

Branch: refs/heads/master
Commit: 41ecf7588e2ca680b43352feeca8ff1d0efaae7d
Parents: 8f86fd9
Author: Jaikiran Pai <ja...@apache.org>
Authored: Wed Aug 22 20:11:47 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Wed Aug 22 20:11:47 2018 +0530

----------------------------------------------------------------------
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/41ecf758/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9945d71..0fa137f 100644
--- a/build.xml
+++ b/build.xml
@@ -209,7 +209,10 @@
   </selector>
 
   <selector id="needs.junitlauncher">
-    <filename name="${optional.package}/junitlauncher/"/>
+    <or>
+      <filename name="${optional.package}/junitlauncher/"/>
+      <filename name="org/example/junitlauncher/Tracker.java"/>
+    </or>
   </selector>
 
   <selector id="needs.junit.engine.vintage">