[ 
http://jira.codehaus.org/browse/MAXISTOOLS-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155224#action_155224
 ] 

Daniel Beland commented on MAXISTOOLS-25:
-----------------------------------------

No this is not specific enough.
I want to exclude some specific classes and not the complete package.

I do not put the generated classes in CVS, so I generate them every time I 
build the project.
Then if I need to modify one of them, I copy it to my source folder and put it 
in CVS (normally only the SoapBindingImpl class)
So now when I compile the generated class takes precedence over my custom class.



> Add the possibility to excludes classes to compile from the generated sources
> -----------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-25
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-25
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Improvement
>            Reporter: Daniel Beland
>
> In the axis plugin for maven 1, we could specify the resources to exclude 
> from a property:
> maven.axis.excludes=**/*SoapBindingImpl.java;**/WSException.java
> In the axistools plugin, there is no way to do it and the generated classes 
> take precedence on my project classes, resulting in compilation errors.
> I had to add a ant script (with antrun plugin) to delete those files at the 
> process-sources phase.
> A nice trick but not really clean, it would be better if the plugin could 
> simply exclude then when it calls the compilation.

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