[ 
http://jira.codehaus.org/browse/MOJO-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_110197
 ] 

Ludovic Claude edited comment on MOJO-867 at 10/17/07 11:34 AM:
----------------------------------------------------------------

This fix is great as when you use <pluginManagement> to pre-configure the 
axistools plugin in a parent POM, then the classpath used by the plugin is the 
classpath of the first project where it's executed. Then the classpath 
associated with the plugin is cached and other projects fail with some 
ClassNotFoundException.

For example:

| parent      -> pre-configure axistools with <pluginManagement>
|_ service1 -> executes axistools, using the inherited configuration
|_ service2 -> executes axistools, using the inherited configuration

If you run maven on the parent, then service1 will generate the wsdl with no 
problems, but service2 will fail with CNF exceptions.



 was:

This fix is great as when you use <pluginManagement> to pre-configure the 
axistools plugin in a parent POM, then the classpath used by the plugin is the 
classpath of the first project where it's executed. Then the classpath 
associated with the plugin is cached and other projects fail with some 
ClassNotFoundException.

For example:

parent      -> pre-configure axistools with <pluginManagement>
 |_ service1 -> executes axistools, using the inherited configuration
 |_ service2 -> executes axistools, using the inherited configuration

If you run maven on the parent, then service1 will generate the wsdl with no 
problems, but service2 will fail with CNF exceptions.


> Enhancement to DefaultJava2WSDLPlugin to be able to handle all the class path 
> elements of your current maven project
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: MOJO-867
>                 URL: http://jira.codehaus.org/browse/MOJO-867
>             Project: Mojo
>          Issue Type: Improvement
>          Components: axistools
>            Reporter: Julian Exenberger
>         Attachments: DefaultJava2WSDLPlugin.java
>
>
> Enhancement to DefaultJava2WSDLPlugin to be able to handle all the class path 
> elements of your current maven project

-- 
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 from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to