So here's what I just tried:
0. Unfilter .* resources
1. Open the now visible file .settings/com.google.gwt.eclipse.core.prefs
2. Copy and paste the setting "filesCopiedToWebInfLib"
3. Comment out original
4. Set the value to null
Maybe omit this setting entirely? Try it and see
5. Clean the project
6. Filter .* resources
Nevermind. Didn't work.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
While failing to prevent the warning message, the technique did
constrain the superfluous copy;
(it helped us to get the plugin to stop trying to copy-in the gwt-
servlet.jar file from the sdk directory)
The GWT tools (except for the plugin) are very flexible. So I
recreated my project in eclipse as a java project rather than a GWT
project and then created a java launch to run the application in dev
mode (mainclass =com.google.gwt.dev.DevMode) and another launch to run
the gwt compiler (mainclass=com.google.gwt.dev.Compiler). The GWT docs
detail all of the required parameters, or run them with no params and
they'll output some helptext. Since making these changes I've had no
problems.
cheers
Paul
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Now I'm confused about what you want...
Between the Preferences > Errors/Warnings > Project structure and SDKs
setting and modifying the .settings file, you should a) eliminate the
warning and b) eliminate the superfluous copy.
What am I missing here?
--
Altering the .settings/ file accomplishes this, yes? Alter the file;
clean; compile; no unwanted jar.
> have it available for people to download it, for them to be able to
> unzip it to wherever their workspace is, import it, and not have Eclipse
> (via the GEP) complain that it can't find a file that it doesn't need in
> the first place.
This seems to be the sticking point: the user would have to modify their
GEP settings to disable the warning.
> I can't see a way to do that and presumably Miguel can't either or he
> wouldn't have asked me to file a bug report.
>
> That's the problem. If it's me that's misread things and there is a way,
> then I apologise, but could you please spell it out for me :-)
I don't think you're missing anything. From this post, I now see the
problem you're trying to solve.
> Ian
>
> http://examples.roughian.com
>
>
> On 5 April 2010 19:52, Jeff Chimene <jchi...@gmail.com