Re: Preferred xmlns in maven ant tasks

2009-05-01 Thread Hervé BOUTEMY
as explained in [1] or in [3], these namespaces are not only namespace conventions, but they are 2 different ways of deploying the tasks: - either add a typedef in each Ant build file with a reference to maven-ant-tasks.jar: "urn:maven-artifact-ant" namespace - or copy maven-ant-tasks.jar to Ant'

Re: Preferred xmlns in maven ant tasks

2009-05-01 Thread Paul Gier
Ok, that makes a little more sense, thanks for the explanation. I think those are the only places in the docs where those are used. I guess I still don't understand why you don't just put "antlib:org.apache.maven.artifact.ant" for both examples. That URI works fine whether you use the ant li

Preferred xmlns in maven ant tasks

2009-05-01 Thread Paul Gier
There are two different xml namespaces used in the docs and examples of the maven ant tasks [1]. They are "urn:maven-artifact-ant" and "antlib:org.apache.maven.artifact.ant". The second one seems to better match the example on the ant site [2]. Anyone have preferences one way or the other?