+[Keith] @Jake: Actually, version 1.3 of the Google Plugin for Eclipse is far more maven-friendly. What problems are you running into? See http://code.google.com/eclipse/docs/faq.html#gwt_with_maven for more information.
On Fri, Apr 9, 2010 at 7:22 PM, Jake <[email protected]> wrote: > Or you could forgo the plugin and use maven to build/upload your > projects. Then, you determine the jars to be included. This was the > primary reason that I wanted the plugin to support maven, but that > became non-trivial and the documentation wasn't very helpful. > > Jake > > On Apr 9, 10:05 am, Rajeev Dayal <[email protected]> wrote: > > Unfortunately, there is no great way to disable all of the JDO-related > > features on a given App Engine project. If you could, file a feature > request > > for this in the issue tracker. > > > > The best way to exclude these jars would be to remove them from your > > war/WEB-INF/lib directory, and when the plugin complains that they're > > missing, add them to the list of exclusions of jars that are on the build > > path but are not required to be on the server's runtime classpath. > > Unfortunately, you'll have to re-do this step if you switch SDKs. > > > > On Fri, Apr 9, 2010 at 4:39 AM, dflorey <[email protected]> wrote: > > > I don't need JDO etc. in my app as I'm using the native datastore. > > > What is the easiest way to exclude these jars from deploy to app > > > engine? > > > Would be very nice if the Google Plugin would provide some options for > > > disabling datanucleus. I have to disable the builder etc. for each > > > project manually. > > > > > -- > > > 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%[email protected]> > <google-appengine-java%[email protected]<google-appengine-java%[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]<google-appengine-java%[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 at http://groups.google.com/group/google-appengine-java?hl=en.
