The "WebContent" folder is determined by WTP. You should find it in
your Project -> Properties, where you can change it

 - Prakash

On Mon, Sep 22, 2008 at 5:11 PM, chris_wesdorp <[EMAIL PROTECTED]> wrote:
>
> 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
>
> >
>



-- 
"People are meant to be loved and things are meant to be used.
But unfortunately, people are being used and things are being loved"

--~--~---------~--~----~------------~-------~--~----~
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