[ 
http://jira.codehaus.org/browse/MNG-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=141863#action_141863
 ] 

John Casey commented on MNG-3639:
---------------------------------

I've added org.apache.ant dependencies to maven-script-ant (since 
plexus-ant-factory seems like it's moved on to maven-2.1 compatibility), and 
excluded the 'ant' groupId from plexus-ant-factory.

To fix the commons-build-plugin executions, you'll need to wait until maven 
2.0.10 comes out, then upgrade the dependency on maven-script-ant to 2.0.10, 
and re-release the plugin. At this point, you *should* still be able to use the 
plugin from other versions of maven, I'm about 95% sure.

Either you can update your own pom to use this dependency/exclude pattern, or 
you can update to a new dependency version on maven-script-ant...in either 
case, you will need to re-release the plugin. This is because there is no 
logical bridge in place for maven to match 'ant' == 'org.apache.ant'.

> Ant 1.7.0 Task not found after upgrading from Maven 2.0.8 to 2.0.9
> ------------------------------------------------------------------
>
>                 Key: MNG-3639
>                 URL: http://jira.codehaus.org/browse/MNG-3639
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Ant tasks
>    Affects Versions: 2.0.8
>            Reporter: Niall Pemberton
>            Assignee: John Casey
>             Fix For: 2.0.10
>
>         Attachments: mvn-2.0.8-output.txt, mvn-2.0.9-output.txt, pom.xml
>
>
> Apache Commons has a maven ant plugin (called commons-build-plugin[1]) which 
> has a dependency on Ant 1.7.0 and uses the loadresource task (which was added 
> to Ant in version 1.7.0). The plugin works fine for maven 2.0.8, but after 
> upgrading to 2.0.9 fails with the message "Could not create task or type of 
> type: loadresource." (see attached output).
> This has been raised on the maven dev list in the following thread:
>     http://markmail.org/message/tv37c37fjyzx6l6k
> I am attaching a simple pom.xml that reproduces this problem with the 
> following command:
>     mvn commons:jira-page
> (N.B. create either a "xdocs" or "src/xdoc" directory in the project)
> [1] 
> http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/tags/commons-build-plugin-1.0/

-- 
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

        

Reply via email to