Issue 57 in gwt-tooling: Deploy GWT apps into the root of the web app

1 view
Skip to first unread message

codesite...@google.com

unread,
Jan 30, 2009, 3:39:53 PM1/30/09
to gwt-t...@googlegroups.com
Updates:
Status: Worksforme

Comment #4 on issue 57 by eclipseguru: Deploy GWT apps into the root of the
web app
http://code.google.com/p/gwt-tooling/issues/detail?id=57

This is now possible with the latest release of GWT Tooling. You can create
a little
Ant build script and integrate that with the Eclipse builders. GWT Tooling
now
provides an Ant task that you can use in those scripts.

In the Ant script just call:
<gwt.compilemodule moduleId="<module-id>"/>

This will search the module in the workspace and compile it using the GWT
project
settings. Thus, the generated output actually still ends
in "bin.gwt/<module-id>".
However, you can now do whatever you can do in Ant to copy it to a place
you like.

Note, the Ant script must be executed within the same VM as Eclipse. The
task doesn't
work outside.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply all
Reply to author
Forward
0 new messages