[ 
http://jira.codehaus.org/browse/JIBX-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=219530#action_219530
 ] 

Don Corley commented on JIBX-85:
--------------------------------

Dan... or anyone,
Do you know where I can find some code to do this.
This functionality must be present in hundreds of maven plugins. There must be 
a place in the maven plugin library where I can find this code (or most of what 
I need).
I know this functionality is present in XMLBeans, but I would like to use the 
standard apache.maven code if at all possible.
Thanks,
Don

> implement .staleFlag (maven-jibx-plugin)
> ----------------------------------------
>
>                 Key: JIBX-85
>                 URL: http://jira.codehaus.org/browse/JIBX-85
>             Project: JiBX
>          Issue Type: Improvement
>          Components: maven plugin
>    Affects Versions: 1.0-RC1
>         Environment: java on linux
>            Reporter: Dan Allen
>            Assignee: Don Corley
>            Priority: Minor
>   Original Estimate: 1 day
>  Remaining Estimate: 1 day
>
> XMLBeans implemented a similar feature so that the compiler does not run on 
> *every* build, but rather only on clean builds (or perhaps builds where at 
> least one file must be recompiled).  Right now, even if maven reports that no 
> files need to be compiled, the JiBX compiler still executes.  Either the 
> project object can be consulted (taking a look at the compiler plugin) or a 
> .staleFlag can be used that allows the developer to control when the compiler 
> runs.

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

        

------------------------------------------------------------------------------
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to