[appengine-java] Re: maven-gae-plugin

2010-12-24 Thread Moritz
Please check the maven-gae-plugin group. There is a thread about this: http://groups.google.com/group/maven-gae-plugin/browse_thread/thread/d65f33bd1c33170/e33b21d3ecbd8338?lnk=gstq=debug#e33b21d3ecbd8338 On 23 Dez., 05:03, Patrick Twohig patr...@namazustudios.com wrote: Hi, I was having

[appengine-java] Re: maven-datanucleus-plugin using JDO when JPA specified?

2010-03-09 Thread tkinsella
To elaborate, here's the Exception with --debug turned on: [DEBUG] Trace org.apache.maven.BuildFailureException: Compilation failure error: Exception thrown while constructing Processor object: javax/jdo/ PersistenceManagerFactory at

[appengine-java] Re: maven-datanucleus-plugin using JDO when JPA specified?

2010-03-08 Thread Jake
Hey, It is my understanding that Datanucleus uses JDO for its core functionality and only provides JPA as an interface - JDO libraries are still required. I'm basing this on http://www.datanucleus.org/products/accessplatform_2_0/index.html and the Dependencies and Architecture links in the menu.

[appengine-java] Re: maven-datanucleus-plugin using JDO when JPA specified?

2010-03-08 Thread datanucleus
How can you use v2.0 of the DN maven2 plugin when GAE/J only supports v1.x ? -- 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 google-appengine-j...@googlegroups.com. To unsubscribe from this

[appengine-java] Re: maven-datanucleus-plugin using JDO when JPA specified?

2010-03-08 Thread tkinsella
Pardon me, I didn't realize 2.0 was not supported. However, using the latest 1.x version results in the same error for me. Here's my new build plugins config: plugin groupIdorg.datanucleus/groupId artifactIdmaven-datanucleus-plugin/artifactId

[appengine-java] Re: Maven

2010-01-11 Thread drone
No, central repo has 1.2.0 and 1.2.1 only. 1.3.0 is available at http://www.mvnsearch.org/maven2/com/google/appengine/appengine-java-sdk/ (Whole SDK packaged as a zip file. There is still no place where you could fetch only GAE jars you need). On Jan 7, 5:10 pm, David Karlsen

Re: [appengine-java] Re: Maven

2010-01-11 Thread Rusty Wright
It looks like the folder http://www.mvnsearch.org/maven2/com/google/appengine/appengine-api-1.0-labs/1.3.0/ has finally been fixed (as of January 9). drone wrote: No, central repo has 1.2.0 and 1.2.1 only. 1.3.0 is available at

[appengine-java] Re: maven-gae-plugin 0.4.2

2009-12-23 Thread drone
maven-gae-plugin now has it's own Google Group, so any news regarding it will be posted there: http://groups.google.com/group/maven-gae-plugin Anybody is welcome to join the mailing-list and provide any feedback on plugin. On Dec 18, 6:17 pm, drone andr...@gmail.com wrote: maven-gae-plugin0.4.2

[appengine-java] Re: Maven

2009-11-10 Thread Rusty Wright
I use the following pom to make a dependency pom. After you create a project with nothing but this pom.xml in it you then do mvn install. Then you can use it in your main pom with: dependency groupIdorg.objecteffects/groupId

[appengine-java] Re: Maven

2009-09-11 Thread lent
On Sep 4, 8:36 am, Nikolay Gorylenko n0...@jug.ua wrote: please include 1.2.5 jars tohttp://www.mvnsearch.org/maven2/com/google/appengine/ +1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine for

[appengine-java] Re: Maven

2009-09-04 Thread Nikolay Gorylenko
please include 1.2.5 jars to http://www.mvnsearch.org/maven2/com/google/appengine/ --~--~-~--~~~---~--~~ 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

[appengine-java] Re: Maven

2009-08-24 Thread Marcel Overdijk
Thanks Alexei, I just don't understand why Google has not pushed it to http://code.google.com/p/google-maven-repository Should be part of there release plan! On Aug 24, 5:56 am, Alexei Vidmich ale...@vidmich.com wrote: I managed to setup maven descriptor so that I can build and enhance

[appengine-java] Re: Maven

2009-08-23 Thread jd
On Aug 23, 2:46 am, Marcel Overdijk marceloverd...@gmail.com wrote: Has anyone had a better luck with this? I gave up on the mvn-appengine-plugin as the dependancies were broken and no one seems to maintain it. I also had a crack at using the datanucleus plugin but gave up after running

[appengine-java] Re: Maven

2009-08-23 Thread Philippe Marschall
On Aug 22, 8:25 pm, drone andr...@gmail.com wrote: So, has anyone actually got Maven up and running with a GAE project? (and I mean really Maven, not Maven for this and Ant for that) Yeah, but I don't use JDO or GWT. I just build with Maven and upload with the shell script. I didn't get

[appengine-java] Re: Maven

2009-08-23 Thread alain demour
K Sent from my iPhone On Aug 23, 2009, at 9:39 AM, Philippe Marschall philippe.marsch...@gmail.com wrote: On Aug 22, 8:25 pm, drone andr...@gmail.com wrote: So, has anyone actually got Maven up and running with a GAE project? (and I mean really Maven, not Maven for this and Ant for