How do I turn off the above warning? I can go through each one and
tell eclipse to ignore it, but that's a real ball ache and has to be
done every time the project is checked out.
Thanks!
--
Thanks
Paul
Paul Grenyer
e: paul.g...@gmail.com
w: http://www.marauder-consulting.co.uk
b: paulgrenyer.blogspot.com
2009/7/30 Miguel Méndez <mme...@google.com>:
> If you want to use the libraries on the server, then they should be in
> WEB-INF/lib.
Yeah, I don't. These ones are just for testing.
> The warning has a quick fix that will do that for you.
> If you really don't want these on the server then you can add the .settings
> folder to your version control system once you have excluded them.
Yeah, I don't fancy that much, especially as the projects are shared.
> We've discussed having an errors/warnings configuration page like the one
> for the Java compiler. This seems like another reason to do so.
That would be perfect. Is there a feature request I can create or add
weight too?
HI
2009/7/30 Miguel Méndez <mme...@google.com>:
> If you want to use the libraries on the server, then they should be inYeah, I don't. These ones are just for testing.
> WEB-INF/lib.
Yeah, I don't fancy that much, especially as the projects are shared.
> The warning has a quick fix that will do that for you.
> If you really don't want these on the server then you can add the .settings
> folder to your version control system once you have excluded them.
That would be perfect. Is there a feature request I can create or add
> We've discussed having an errors/warnings configuration page like the one
> for the Java compiler. This seems like another reason to do so.
weight too?
--
Thanks
Paul
Paul Grenyer
e: paul.g...@gmail.com
w: http://www.marauder-consulting.co.uk
b: paulgrenyer.blogspot.com
>> > The warning has a quick fix that will do that for you.
>> > If you really don't want these on the server then you can add the
>> > .settings
>> > folder to your version control system once you have excluded them.
>>
>> Yeah, I don't fancy that much, especially as the projects are shared.
>
> Unfortunately, this is your best bet for now.
:-(
>> That would be perfect. Is there a feature request I can create or add
>> weight too?
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=3902.
Done!
> Additionally, we should have a quick fix that resolves all of the warnings
> at once.
That would be a good step in the right direction.