Is there something wrong with this:
<target name="init">
... set some properties ...
</target>
<target name="compile" depends="init">
... some tasks ...
</target>
as opposed to doing the init tasks outside of any target, which is what most
examples seem to do? I moved all that stuff to an init target because now
an "available" task needs to be part of it. But someone mentioned on this
list that doing so was a bad thing but didn't elaborate on it...
I've been working with Ant for a while now but I'm no release engineer, so
it's been a struggle trying to figure out what the Ant developers consider
the Right way to do a buildfile.
Thanks,
-jmc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>