Hi,

is it possible to change the location of a compiled GWT project in the
WebContent folder before/on deployment? It is possible to set the GWT
output folder but this is a global setting and not project specific.
Now when the GWT sources are compiled the results are saved to a
folder build/gwtOutput/<module-name>/.

On deployment the contents of build/gwtOutput/<module-name>/ are
copied to the WebContent/ folder. I want the project to be place in
WebContent/<some-name>/.

I tried to change the org.eclipse.wst.common.component file,
<wb-resource deploy-path="/" source-path="/build/gwtOutput/
my.project.Example"/>
changing to
<wb-resource deploy-path="/example" source-path="/build/gwtOutput/
my.project.Example"/>
but this causes the build to fail ( I changed the deploy-path ).

The result I search for would be /WebContent/example/Example.html .


Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Cypal Studio for GWT" group.
To post to this group, send email to cypal-studio-for-gwt@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cypal-studio-for-gwt?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to