[appengine-java] Re: JSP compiling fails after upgrade from 1.3.8 to 1.4.0

2010-12-17 Thread xylo04
Ronoaldo, that was exactly it! I went to Configure Build Path, Order and Export, and reordered the entries. I have my project's src and test folders first, then JRE System Library, App Engine SDK, GWT SDK, then my project's special libraries (google-api-client and gwt-maps). It runs great on my loc

[appengine-java] Re: JSP compiling fails after upgrade from 1.3.8 to 1.4.0

2010-12-17 Thread Ronoaldo José de Lana Pereira
I had the same issues with two projects after upgrade. If you are using the Eclipse Plugin, this steps may work for you: 1. Right click on Project -> Build Path -> Configure Build Path. 2. Go to "Order and Export" tab 3. Move your src folder to top, then put JRE, App Engine SDK, GWT SDK (if applic

[appengine-java] Re: JSP compiling fails after upgrade from 1.3.8 to 1.4.0

2010-12-15 Thread Chris Keller
Note that the previous post only applies to my local development environment. I just tried using the new version of the SDK on the production server, and it has no problems. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post