Re: turn off the war output of HostedMode

2009-09-29 Thread Ed
H looked at the work arount, played with it (the working set solution)... but it's not really an option for me... I really have to many gwt projects to manage it this way. It becomes very unfriendly and every time I add a folder I have to make sure it's added to the working set, as otherwise

Re: turn off the war output of HostedMode

2009-09-29 Thread Jason Parekh
Hi Ed, Ah, yeah, that sounds frustrating. One more workaround I just realized: right-click on the war folder, go to its properties, and check the Derived checkbox. I'm thinking this combined with unchecking the Show derived in the Ctrl-Shift-R should have the functionality you need. jason On

Re: turn off the war output of HostedMode

2009-09-29 Thread Ed
He Jason, Thanks for the tip, that really seems to work fine for now and isn't so fragil as the other working set option. I also use it now for the testNG plugin output, as that also isn't derived. --~--~-~--~~~---~--~~ You received this message because you are

Re: turn off the war output of HostedMode

2009-09-28 Thread Ed
Has anybody any idea ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com To unsubscribe from this group, send email to

Re: turn off the war output of HostedMode

2009-09-28 Thread Jason Parekh
Hi Ed, Out of curiosity, how come you don't need the war folder? I thought it was required for hosted mode and otherwise makes deploying the compiled GWT code much easier. Re: the search issue, can you provide a little more detail? We fixed a similar issue in the past

Re: turn off the war output of HostedMode

2009-09-28 Thread Ed
Hi Jason, required for hosted mode and otherwise makes deploying the compiled GWT code H... nevery thought about that... ... If that's the case, I probable need it as wel... To be honest, I don't exactly what the HostedMode is doing with it... Thanks for the answer about the Derived

Re: turn off the war output of HostedMode

2009-09-28 Thread Ed
Maybe it would be nice if you could use environment variable, like $TEMP, to make it's placed in a directoy outside of the project directory.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: turn off the war output of HostedMode

2009-09-28 Thread Jason Parekh
On Mon, Sep 28, 2009 at 11:39 AM, Ed post2edb...@hotmail.com wrote: Hi Jason, required for hosted mode and otherwise makes deploying the compiled GWT code H... nevery thought about that... ... If that's the case, I probable need it as wel... To be honest, I don't exactly what the

Re: turn off the war output of HostedMode

2009-09-28 Thread Ed
Ahhh... Yep, I will give that a try. Thanks. On Sep 28, 5:49 pm, Jason Parekh jasonpar...@gmail.com wrote: On Mon, Sep 28, 2009 at 11:39 AM, Ed post2edb...@hotmail.com wrote: Hi Jason, required for hosted mode and otherwise makes deploying the compiled GWT code H... nevery

turn off the war output of HostedMode

2009-09-26 Thread Ed
How is it possible to disable/turn off the creation/filling of the war directoy that is done by the HostedMode and can be controlled by the - war switch? I don't use it and it's very enoying in eclipse. Now it will put his files in the target/war folder. This folder has to be relative to work