Compilation is slow with big projects, even when stale flag is checked
----------------------------------------------------------------------

                 Key: MXMLBEANS-47
                 URL: http://jira.codehaus.org/browse/MXMLBEANS-47
             Project: Maven 2.x Xmlbeans Plugin
          Issue Type: Improvement
    Affects Versions: 2.3.0
         Environment: Version 2.3.1
            Reporter: Hes Siemelink


We have a rather big project that generates about 13,000 files in the classes 
dir.

I tried to speed up the build by using the 'staleFile' flag. Now the schemas 
are not recompiled, but there is another bottleneck:  all generated class files 
are copied from target/generated-classes/xmlbeans to target/classes, and well, 
that takes a while for 13,000 files (about 6 minutes on my machine).

I browsed the source of the plugin and maybe it's an idea not to call 
updateProject() when the output is stale in AbstractXmlBeansPlugin.execute().

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