I have tried to searcn the internet on how to configure maven's
settings.xml to include GWT 1.6's localWorkers compiler options. I
could not find any example.
My current settings.xml gwt profile settings follow:
<profile>
<id>gwt</id>
<properties>
<google.webtoolkit.home>D:\Development\Tools\gwt-
windows-1.6.4</google.webtoolkit.home>
<google.webtoolkit.extrajvmargs>-Xmx1024m</
google.webtoolkit.extrajvmargs>
</properties>
</profile>
<activeProfiles>
<activeProfile>gwt</activeProfile>
</activeProfiles>
Thank you for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---