On Fri, Oct 7, 2011 at 1:46 PM, Pierre-Henry Perret <[email protected]> wrote: > > Hello, > A maven project , which compiles and runs, appears with resource path > problem in the Eclipse IDE: > ___________________________________________ > Description Resource Path Type Location > The App Engine SDK > 'C:\Users\Pierre\.m2\repository\com\google\appengine\appengine-api-1.0-sdk\1.5.4\appengine-api-1.0-sdk-1.5.4.jar' > on the project's build path is not valid (SDK location > 'C:\Users\Pierre\.m2\repository\com\google\appengine\appengine-api-1.0-sdk\1.5.4\appengine-api-1.0-sdk-1.5.4.jar' > is not a directory) gwtp-sample-basic Google App Engine Problem Unknown > ________________________________________________ > > It looks like the Elcipse plugin append '.jar' to the GAE path. > Has someone ever seen a message like that ?
You should check your project build path / order and export tab. The Maven dependencies should be listed *after* the GAE jars. Once you do so, double-check the SDK used by your project (project / properties / google). -- Sébastien Tromp -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
