[ http://jira.codehaus.org/browse/MNG-467?page=all ]

Kenney Westerhof updated MNG-467:
---------------------------------

    Attachment: patch2

This is a patch for the sample.build.xml that illustrates and documents
how to use maven-artifact-ant when you do NOT place the jars in $ANT_HOME/lib.
It also fixes the ${expressions} so the output is correct again (at least for 
the test-pom target).

Beware: due to a change in DependencyTask the build will nullpointer when the 
'foo' task
is called. For artifact resolution a Pom object is needed (indirectly) and 
there's no null check.
Should create a separate issue for this, but I think when someone will verify 
the sample.build.xml
and update it more issues will come up.

> Ant Tasks defined in typedef
> ----------------------------
>
>          Key: MNG-467
>          URL: http://jira.codehaus.org/browse/MNG-467
>      Project: Maven 2
>         Type: Bug
>   Components: maven-artifact
>     Versions: 2.0-alpha-2
>     Reporter: ttest
>     Assignee: John Casey
>      Fix For: 2.0-alpha-3
>  Attachments: MNG-467.patch, patch2
>
>
> Trying to include the M2 Ant tasks with typedef doesn't work. The script 
> snippet to do that would be:
>       <path id="maven.classpath">
>               <pathelement 
> location="${setup.lib.path}/maven-artifact-ant-2.0-alpha-2-dep.jar"/>
>       </path>
>       
>       <typedef resource="org/apache/maven/artifact/ant/antlib.xml" 
> uri="http://maven.apache.org/maven2";>
>               <classpath refid="maven.classpath"/>
>       </typedef>
> Running Ant with that snippet gives the following error:
> C:\Chris_Web\nfpnet\build.xml:75: java.lang.IllegalStateException: The 
> internal default plexus-bootstrap.xml is missing. This is highly irregular, 
> your plexus JAR is most likely corrupt.
> The reason why I need the typedef is because I need to specify the location 
> of the JAR in the build file because I dynamically reload/fetch it from the 
> web from another Ant script.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to