javaee / metro-jaxws-commons

Metro has been contributed to Eclipse Foundation. This repository is for legacy review only. Please refer to the Eclipse EE4J Metro project for the very latest
https://eclipse-ee4j.github.io/metro-wsit/
Other
10 stars 9 forks source link

Check sources modifications to regenerate files or not #27

Open glassfishrobot opened 15 years ago

glassfishrobot commented 15 years ago

The maven plugin "jaxws-maven-plugin" generates files for each build even if source files didn't change.

So the idea is to optimize build through a "StaleSourceScanner" of source files.

The attached patch (jaxws-patch.txt) add this new feature.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 15 years ago

Reported by myannou@java.net

glassfishrobot commented 15 years ago

myannou@java.net said: Created an attachment (id=11) jaxws-patch.txt

glassfishrobot commented 15 years ago

myannou@java.net said: I forgot to assign this issue

glassfishrobot commented 15 years ago

myannou@java.net said: I signed the SCA form and sent it back by mail.

glassfishrobot commented 13 years ago

brundibar said: I vote for this issue, in our multi-module project it implies very long time for the build:

Newly generated wsdl files => 'copy-resources' goal get them and put into ws-client modules => all ws-clients classes are newly generated from wsdl files => these ws-clients classes are compiled again...

glassfishrobot commented 12 years ago

javatar007 said: There might be some resemblence with plugin "incremental-build-plugin"? The same logic, you could save time

Thank you in advance!

glassfishrobot commented 15 years ago

File: jaxws-patch.txt Attached By: myannou@java.net

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAX_WS_COMMONS-27