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 <[email protected]> Authored: Wed Aug 22 20:11:47 2018 +0530 Committer: Jaikiran Pai <[email protected]> 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">
