[jboss-dev-forums] [Design of JBoss Build System] - ant version check in 4.2 branch
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Mar 2 12:32:17 EST 2009
Just running ant to build the https://svn.jboss.org/repos/jbossas/branches/Branch_4_2 its failing to recognize the ant 1.7.1 version as it does not appear to see the ant.version system property:
| BUILD FAILED
| /Users/svn/JBossAS/branches/Branch_4_2/tools/etc/buildmagic/buildmagic.ent:28: Unsupported Ant version:
|
| ${ant.version}
|
| Please install a version which is compatible with Ant 1.6.5 or 1.7.1.
|
| Total time: 1 second
| [512][valkyrie: build]$ type ant
| ant is hashed (/usr/bin/ant)
| [513][valkyrie: build]$ ant -version
| Apache Ant version 1.7.1 compiled on June 27 2008
|
I can build with the bundled ant 1.6.5 fine.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214249#4214249
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214249
More information about the jboss-dev-forums
mailing list