Hello,
Is there a way to configure mvn settings.xml to include GWT 1.6's -
localWorkers compile option. I tried searching the internet, but I
could not find any documentation or example. My current mvn
settings.xml 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.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---