DS-1391 build should require ant version 1.8.0 or greater

This commit is contained in:
Steve Swinsburg
2012-11-19 12:14:00 +11:00
parent 6e6e26b442
commit 1d82f59465

View File

@@ -35,6 +35,15 @@ Common usage:
========================================================================
</description>
<!-- DS-1391: Ant 1.8.0+ is required, fail if not available. -->
<fail message="Ant 1.8.0+ is required, ${ant.version} is not supported">
<condition>
<not>
<antversion atleast="1.8.0"/>
</not>
</condition>
</fail>
<!-- ============================================================= -->
<!-- Will be using various environment variables -->
<!-- ============================================================= -->