[appengine-java] Re: Mvenizing GAE/GWT project

2010-09-21 Thread drone
Yes, maven-gae-plugin has it's own group at http://groups.google.com/group/maven-gae-plugin Check there for solution or post your own question there. On Sep 21, 10:08 am, Ravi Sharma ping2r...@gmail.com wrote: Thanks Moritz for reply. So shall i create my project using this command or just

[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

[appengine-java] Re: App Engine SDK 1.3.0 maven repo

2010-01-11 Thread drone
Again, If you need this to work on integration servers and other developer machines right away, you might consider configuring maven- dependency-plugin and maven-install-plugin to do this for you (your pom.xml becomes quite large, but it works). See example at

[appengine-java] Re: eclipse plugin and maven?

2009-12-23 Thread drone
On Dec 18, 6:06 pm, drone andr...@gmail.com wrote: 1. It appears, that it is possible to specify SDK location (at least in latest) GoogleEclipseplugin. So you could makemavento download the whole SDK zip to it's repository and configureEclipsepluginto use it from there. 3. This might

[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] maven-gae-plugin 0.4.2

2009-12-18 Thread drone
maven-gae-plugin 0.4.2 has just been released (http://code.google.com/ p/maven-gae-plugin) The main features are upgraded/cleaned dependencies, also there are couple of small bug fixes. You can check the GWT example project (uses GAE 1.3.0 and GWT 1.7.1). Running hosted mode from maven should be

[appengine-java] Re: eclipse plugin and maven?

2009-12-14 Thread drone
Regarding maven-gae-plugin - for now, the best way to adopt your application is to copy/paste pom parts from one of the example projects (plain jsp or gwt). It's not trivial, but not impossible. Also I tried to document every piece of pom.xml there. However it is true, that this plugin has become