simplicityitself / grails-gwt

New Grails GWT Plugin
Other
23 stars 18 forks source link

Specify which module codeserver shall compile #21

Closed smithimage closed 10 years ago

smithimage commented 11 years ago

Hi I wonder if there is any way to specify which GWT module the super devemode codeserver shall compile. I have a need for this since I have a couple (aprox 6) modules (gwt.xml files) in my project and not shall be compileable with the xsiframe linker etc. and if have have understood the code correctly the plugin tries to compile all modules it finds in the project, is this correct or is there a way to specify which module the code server shall compile and serve?

daviddawson commented 10 years ago

It compiles all that it can find, unless you tell it otherwise.

You can pass the FQN of the modules GWT xmls as params, see.

http://simplicityitself.github.io/grails-gwt/ref/Command%20Line/compile-gwt-modules.html