I have tested your workaround in the reported defect and it works fine. To summarize in this thread as well: Open the eclipse build path and move the Web App library to the bottom in the order and export tab.
Thanks for the assistance, I have been struggling with this issue for some time now! Regards, Daniel On 26 Apr, 18:54, Rajeev Dayal <[email protected]> wrote: > Filed ashttp://code.google.com/p/googleappengine/issues/detail?id=3154 > > > > > > On Mon, Apr 26, 2010 at 12:49 PM, Rajeev Dayal <[email protected]> wrote: > > Okay, I think I've been able to repro what you guys are seeing. This is > > what I did: > > > 1) Create a "Dynamic Web Project" > > 2) Enable App Engine for the project, and set the WAR folder to the > > WebContent directory > > > You'll get the "Invalid SDK" problem marker. Also, switching SDKs no longer > > works properly. > > > To fix this, navigate to your Java Build Path dialog, and change the Export > > order so that the App Engine SDK is ABOVE the "Web App Libraries" classpath > > container. > > > I'll file an issue for this, so that we handle this case better. > > > On Mon, Apr 26, 2010 at 10:54 AM, Rajeev Dayal <[email protected]> wrote: > > >> Moritz, > > >> Can you tell me exactly how you're creating these projects? What wizard > >> are you using? Can you zip up a broken project and send it to me? > > >> Rajeev > > >> On Mon, Apr 19, 2010 at 1:18 PM, Moritz <[email protected]> wrote: > > >>> No. > > >>> Miguel asked for an example project for reproduction, but in each and > >>> every project I try to enable appengine support, I get the same > >>> problem and the SDK is permanently set to "{project.home}/war" and I'm > >>> not able to change it. > > >>> My solution is to get rid of the Eclipse plugin and use the Maven > >>> plugin instead. Maven is better anyway - unfortunately not officially > >>> supported by Google. > > >>> Moritz > > >>> P.S.: I'm using Eclipse on Mac OS X 10.6.3 > > >>> On 19 Apr., 13:00, Dannemano <[email protected]> wrote: > >>> > Hi, > > >>> > Any updates on the bug? I have the exact same problems and have been > >>> > unable to fix it. > > >>> > Regards, > >>> > Daniel > > >>> > On 5 Apr, 15:04, Miguel Méndez <[email protected]> wrote: > > >>> > > Can you file a bug with a project that reproduces the problem? I > >>> think that > >>> > > will be the best way to get to bottom of what is going on. > > >>> > -- > >>> > You received this message because you are subscribed to the Google > >>> Groups "Google App Engine for Java" group. > >>> > To post to this group, send email to > >>> [email protected]. > >>> > To unsubscribe from this group, send email to > >>> [email protected]<google-appengine-java%2B > >>> [email protected]> > >>> . > >>> > For more options, visit this group athttp:// > >>> groups.google.com/group/google-appengine-java?hl=en. > > >>> -- > >>> You received this message because you are subscribed to the Google Groups > >>> "Google App Engine for Java" group. > >>> To post to this group, send email to > >>> [email protected]. > >>> To unsubscribe from this group, send email to > >>> [email protected]<google-appengine-java%2B > >>> [email protected]> > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/google-appengine-java?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
