I tried using GPE 1.3 here:
http://groups.google.com/group/google-appengine-java/browse_thread/thread/2212abc544b3cef5/
However, I never managed to get it working properly and gave up after
a few hours.  I currently use plain maven with an Ant script to run
the command line GAE tools.  I'll probably dive back into the plugin
at some point, but I'm not sure it has flexibility as its main focus.
I mean, the latest SDK (1.3.2) isn't even in the central repository
yet :)

Jake

On Apr 12, 11:19 am, Rajeev Dayal <[email protected]> wrote:
> +[Keith]
>
> @Jake: Actually, version 1.3 of the Google Plugin for Eclipse is far more
> maven-friendly. What problems are you running into? 
> Seehttp://code.google.com/eclipse/docs/faq.html#gwt_with_mavenfor 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.

Reply via email to