Making it look like the following worked:

  |   <!-- Make sure we have the right version of Ant -->
  |   <property name="buildmagic.ant.baseversion" value="1.5"/>
  |   <property name="buildmagic.ant.baseversion.1.6" value="1.6"/>
  | 
  | 
  |   <!--
  |      | Add new conditions for other supported Ant versions when they
  |      | become avaialble.
  |    -->
  | 
  |   <condition property="buildmagic.ant.compatible">
  |     <or>
  |       <contains string="${ant.version}" substring="Ant version 
${buildmagic.ant.baseversion}"/>
  |       <contains string="${ant.version}" substring="Ant version 
${buildmagic.ant.baseversion.1.6}"/>
  |     </or>
  |   </condition>
  | 

Why did the and change to an or?

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827179#3827179";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827179>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to