I often need to use the version number of the project that I'm
building within the Ant build.xml file.  I'm not sure if this is the
best way, but it has been working for me until I installed Magic
yesterday on my new Mac.

  <x:home index="."/>
  <import file="${magic.templates}/standard.xml"/>
  <x:property name="version" feature="version"/>

The project build fails because it tries to download the jar for the
project which hasn't been build yet.  Is this a bug or did I do
something wrong?

Cameron

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to