On 28 mai, 11:07, Pepe <[email protected]> wrote:
> I am using GWT 1.6.4 with the Google GWT eclipse plugin and have the
> following problem:
>
> Compiling with the plugin ("GWT Compile Project") will remove any
> files added to the folder where the output is added.
>
> For example, I have a project called Test and the HTML/JavaScript are
> put here when compiling:
> /war/test/
>
> I manually add some folders and files in the the test folder, but
> these files are removed when when I re-compile the project, can this
> be avoided somehow?

No, that's just the way GWT works; if you want things to be output to
the "test" subfolder, put them in a "public" package in your module,
other wise, just don't put them in the "test" subfolder but e.g. one
level higher...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to