Skip to content
Snippets Groups Projects
Commit bcda7f4a authored by Brutzman, Don's avatar Brutzman, Don
Browse files

ant 1.10.12 is tested

parent 2b86587d
No related branches found
No related tags found
No related merge requests found
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
<target name="all" description="Build and test the whole project, create distribution jar files."> <target name="all" description="Build and test the whole project, create distribution jar files.">
<!-- TODO current configuration is Java only; Python is next --> <!-- TODO current configuration is Java only; Python is next -->
<echo message="timestamp ${timestamp}"/> <echo message="timestamp ${timestamp}"/>
<fail message="Please build using Ant 1.10.11 or higher."> <fail message="Please build using Ant 1.10.12 or higher.">
<condition> <condition>
<not> <not>
<antversion atleast="1.10.11"/><!-- recommend latest 1.10.+ --> <antversion atleast="1.10.12"/><!-- recommend latest 1.10.+ -->
</not> </not>
</condition> </condition>
</fail> </fail>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment