diff --git a/build.xml b/build.xml index c5f0859dd3f98f0d983fcb97a10d71fc3df262ff..4eb0626f99d7fb180ccb11ac6e06fedecb602122 100644 --- a/build.xml +++ b/build.xml @@ -44,10 +44,10 @@ <target name="all" description="Build and test the whole project, create distribution jar files."> <!-- TODO current configuration is Java only; Python is next --> <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> <not> - <antversion atleast="1.10.11"/><!-- recommend latest 1.10.+ --> + <antversion atleast="1.10.12"/><!-- recommend latest 1.10.+ --> </not> </condition> </fail>