hrm - i find it strange that the ant folks would allow this to happen - perhaps a bug?

this is what i had intended to add to the buildmagic.ents file b/c i would like to be 
able to execute targets from w/in eclipse.


  |   <property name="buildmagic.ant.baseversion.1.5" 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.1.5}"/>
  |       
  |       <contains string="${ant.version}" 
  |             substring="Ant version ${buildmagic.ant.baseversion.1.6}"/>      
  |     </or>
  |   </condition>
  | 

what do you think? should i just hold off? i can always just use this locally b/c i 
want to run ant from w/in eclipse. 

the main "tools" component for jboss has this change already.

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

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826926>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