On Wed, May 12, 2010 at 5:13 PM, <[email protected]> wrote: > I don't know either. The way it is done now essentially breaks apps > running Dev Mode in GPE which don't have all jars in WEB-INF/lib but > instead have them on the project's classpath and by this on the system > path.
That was actually the intent. We wanted to nudge users into putting everything they need into WEB-INF so that their war is in a readily deployable state. Otherwise, things that worked in dev mode might suddenly break in a real deployment. If you are working in an environment where you don't want to put things into WEB-INF, maybe what you really want is a new SCL? -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
