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

    Resolution: Fixed

applied Kenney Westerhof's patch, and ran down potential NPE when using a list 
of dependencies in the DependencyTask by creating a dummy Pom object to allow 
creation of the originatingArtifact for use in resolveTransitively() ...it 
looks to be used simply for tracking.

> 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