FYI - I logged a documentation bug about this, which has been fixed (see: 
http://jira.codehaus.org/browse/MNG-918).  I imagine we should see it the next 
time that the Maven 2 site is updated.


>>> [EMAIL PROTECTED] 09/27/05 12:01 PM >>>
Hi,

There's a bug in the documentation. Instead of 

 <typedef ... uri="maven-artifact-ant">

you should have

 <typedef ... uri="urn:maven-artifact-ant">

Regards,
Davy Toch

On Tuesday 27 September 2005 15:37, Darren Hartford wrote:
> <project
>         name="NewDepTest"
>         default="get-deps"
>         basedir="."
>         xmlns:artifact="urn:maven-artifact-ant"
>         >
>
> <target name="get-deps">
>           <typedef resource="org/apache/maven/artifact/ant/antlib.xml"
> uri="maven-artifact-ant">
>             <classpath>
>                               <pathelement
> location="lib/maven-artifact-ant-2.0-beta-1-dep.jar" />
>             </classpath>
>           </typedef>
>
>         <artifact:remoteRepository id="maven.repo.remote" url=......


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to