native-maven-plugin suggested patch to avoid redundant relink

2011-12-14 Thread sintetik
I've been asking a question some time ago about redundant relink in native-maven-plugin: http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem-td3403291.html Finally we've started actually using native-maven-plugin so I've patched the plugin to avoid

Re: native-maven-plugin suggested patch to avoid redundant relink

2011-12-14 Thread sintetik
Robert, Done, https://jira.codehaus.org/browse/MOJO-1793. Regards, Sergey. On Wed, Dec 14, 2011 at 9:55 PM, Robert Scholte [via Maven] ml-node+s40175n5075214...@n5.nabble.com wrote: Could you create a Jira issue[1], together with these patches. This issue tracking system is a much better

Assembly plugin redundant pack / no stale check

2011-05-19 Thread sintetik
Hi, I see some kind of unwanted behavior in my project using assembly plugin. It does the repack all the time, even if no changes have been done. Is there any way to enforce assembly plugin to enable stale checks? Regards, Sergey. -- View this message in context:

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread sintetik
Both compile and link are hooked into maven compile phase. Normally the native compile should get by very quickly since no code changes. The link phase still have to rebuild. Currently there is no work around. Thank you, Dan. What about NAR plugin - does this issue exist in there? I didn't

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread sintetik
Thank you Mark, NAR also links in the compile phase as it uses cpp-tasks to handle uniform compilation and linking. I guess it means linking will be repeated anyhow even if code didn't change? I had a thought that it's theoretically possible to resolve my problem (redundant linking) by

c++ native-maven-plugin redundant linking at second run problem

2011-02-28 Thread sintetik
Hi, I'm trying to migrate my cpp project to native-maven-plugin. I've got buld succefull but there's a problem with repatable build. The problem is that both compilation and linking is repeated even is there was no changes in source code. All in all, i have total time for the first build (single