Ah, you're right - I typed ant instead. I always use build with jboss and ant for everything else and I forgot this time.

However, ant 1.6.0 does work fine so the check should be updated either way.

Jeff

Adrian Brock wrote:

It is recommended that you build with the ant from tools
using build.bat

You should change the failure check rather than the version:

<condition property="buildmagic.ant.compatible">
<and>
<contains string="${ant.version}" substring="Ant version ${buildmagic.ant.baseversion}"/>
</and>
</condition>


<fail unless="buildmagic.ant.compatible">

Unsupported Ant version:

${ant.version}

 Please install a version which is compatible with Ant
${buildmagic.ant.baseversion}.

</fail>

Regards,
Adrian

On Mon, 2004-01-05 at 22:59, Jeff Haynie wrote:


C:\cvs\jboss-3.2\build>ant
Buildfile: build.xml

_buildmagic:init:

BUILD FAILED
C:\cvs\jboss-3.2\tools\etc\buildmagic\buildmagic.ent:25:

Unsupported Ant version:

Apache Ant version 1.6.0 compiled on December 18 2003

Please install a version which is compatible with Ant 1.5.

Total time: 1 second
C:\cvs\jboss-3.2\build>notepad C:\cvs\jboss-3.2\tools\etc\buildmagic\buildmagic.ent



I updated buildmagic.ant


<property name="buildmagic.ant.baseversion" value="1.6"/>

and re-built fine. Is there any reason to not make this change and check it in to CVS?



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development






-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to