FYI - a new dev. snapshot.
After the first round of testing and discussions mercury-ant has had a
face lift:
* added simplified syntax and a system of defaults - examples in
http://people.apache.org/~ogusakov/sites/mercury-ant/mercury-ant-tasks/howto.html
In the simplest form it could be used as:
<javac srcdir="src/main/java"
destdir="target/classes"
>
<classpath>
<deps> <!-- Defaults (central, local) take care of repositories -->
<dependency name="asm:asm:3.0"/>
</deps>
</classpath>
</javac>
* added reading dependencies from a POM file
<classpath>
<deps>
<dependency name="t:t:1.0::pom" pom="${basedir}/t-1.0.pom"/>
</deps>
</classpath>
* support for some of maven-ant syntax - in the howto doc
* added doc. site at
http://people.apache.org/~ogusakov/sites/mercury-ant - please treat as
work-in-progress, I am still writing it
Thanks,
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]