magic bug,

Cameron Taggart <[email protected]> Wed, 20 Oct 2004 15:04:22 -0700
Newsgroups gmane.comp.jakarta.avalon.user
Message-ID <[email protected]>
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