I didn't have time to really look at it, but I like this deps directly into
classpath!
really kewl ;)
I have only one little question:
> <dependency name="t:t:1.0::pom" pom="${basedir}/t-1.0.pom"/>
why specify name when you use pom? All the information in in the pom content,
no? This leads to information duplication, or even worse, inconsistency...
regards,
Hervé
Le mardi 30 décembre 2008, Oleg Gusakov a écrit :
> 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/howt
>o.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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]