Re: [mojo-user] Option to skip GWT compilation

2009-04-20 Thread Benjamin Renaud
This is on the compile goal. When you integrate MGWT into a larger project, and you want to hit package or compile but you know that your GWT stuff hasn't changed, this is a huge time saver (seeing as the GWT compile is both slow and not smart about avoid unecessary recompiles). Cheers!

Re: [mojo-user] Option to skip GWT compilation

2009-04-20 Thread Benjamin Renaud
done. thanks!! BR http://jira.codehaus.org/browse/MGWT-42 On Apr 20, 2009, at 9:36 AM, nicolas de loof wrote: Please create a Jira for this, I'll add this option ASAP. 2009/4/20 Benjamin Renaud Is there an option to skip GWT compilation? Seeing as it takes forever, it would be nice to hav

Re: [mojo-user] Option to skip GWT compilation

2009-04-20 Thread Farrukh Najmi
Hi Benjamin, Which goal are you needing this option on? When I run gwt:run I do not see gwt:compile run as a dependency. I am using latest (or close) SNAPSHOT of: org.codehaus.mojo gwt-maven-plugin 1.1-SNAPSHOT Thanks. Benjamin Renaud wrote: Is t

Re: [mojo-user] Option to skip GWT compilation

2009-04-20 Thread nicolas de loof
Please create a Jira for this, I'll add this option ASAP. 2009/4/20 Benjamin Renaud > Is there an option to skip GWT compilation? Seeing as it takes forever, it > would be nice to have an option to do that. > > The google-code version has it: -Dgoogle.webtoolkit.compileSkip=true. I > would have