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 http://maven-gae-plugin.googlecode.com/svn/example/jsp-persistence-app/pom.xml (Don't forget to add mvnsearch repository). On Jan 9, 8:21 am, Rusty Wright <[email protected]> wrote: > Those instructions seem a bit more than what is needed in my opinion. I just > used the maven command to install the jars in my local repository ~/.m2 > (actually some place different on my Windows pc). I use the following > copy.cmd file on my pc; all of the jar files it references are in the same > directory: > > rem PATH=C:\Program Files\Apache Software Foundation\apache-maven-2.0.9\bin > > start mvn install:install-file -DgroupId=com.google.appengine > -DartifactId=appengine-api-1.0-labs -Dversion=1.3.0 -Dpackaging=jar > -DcreateChecksum=true -Dfile=appengine-api-1.0-labs-1.3.0.jar > -DgeneratePom=true > > pause > > start mvn install:install-file -DgroupId=com.google.appengine > -DartifactId=appengine-api-1.0-sdk -Dversion=1.3.0 -Dpackaging=jar > -DcreateChecksum=true -Dfile=appengine-api-1.0-sdk-1.3.0.jar > -DgeneratePom=true > > pause > > start mvn install:install-file -DgroupId=com.google.appengine > -DartifactId=appengine-api-1.0-stubs -Dversion=1.3.0 -Dpackaging=jar > -DcreateChecksum=true -Dfile=appengine-api-1.0-stubs.jar -DgeneratePom=true > > pause > > start mvn install:install-file -DgroupId=com.google.appengine.orm > -DartifactId=datanucleus-appengine -Dversion=1.0.4.1.final -Dpackaging=jar > -DcreateChecksum=true -Dfile=datanucleus-appengine-1.0.4.1.final.jar > -DgeneratePom=true > > I run it in a dos window and it creates a new window for each maven line. On > windows each maven line has to be one long line; on Unix you can use > backslashes and wrap them. > > James Cooper wrote: > > Here's an article that documents how to deploy the App Engine JARs to > > your own maven repo: > > >http://www.bitmechanic.com/blog/?p=30 > > > -- James > > > On Dec 22 2009, 1:32 pm, Andreas K llberg <[email protected]> > > wrote: > >> Is someone going to do something about this? > >> It's has been wrong for some time now. > >> And also, another > >> typo:http://www.mvnsearch.org/maven2/com/google/appengine/orm/datanucleus-... > >> It's a space in the version folder name :-( > > >> Please, there are a significant number ofmavenusers out here that > >> would appreciate this... > > >> .../Andreas > > >> On 15 Dec, 20:11, Rusty Wright <[email protected]> wrote: > > >>> Here I am, yet anothermavenuser whining about some new release not being > >>> correct in themavenrepo. > >>> The appengine-api-1.0-labs directory has a1.3.0 directory, but in it are > >>> jars named with 1.2.8: > >>>http://www.mvnsearch.org/maven2/com/google/appengine/appengine-api-1.... > >>> George Moschovitis wrote: > >>>> This is a long awaited feature. > >>>> Some problems though: > >>>> - Instead of the serve() helper I would expect access to the blobs > >>>> through a url, something like: > >>>> http://my-app.appenginebs.com/blob-key > >>>> - No support for organization in directories > >>>> - A method to manipulate the uploaded blobs is missing (for example > >>>> cropping/resizing big images) > >>>> - No free quota > >>>> -g. > >>>> On Dec 15, 6:00 am, "Jason (Google)" <[email protected]> wrote: > >>>>> Hi Everyone. We just released version1.3.0 of the App Engine SDK for > >>>>> both Python and Java. The most notable change is the new experimental > >>>>> Blobstore API which allows billed apps to store files up to 50 MB. The > >>>>> release also includes some performance tweaks to the Java runtime. > >>>>> Blog > >>>>> post:http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-releas... > >>>>> Release notes: > >>>>> Python:http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes > >>>>> Java:http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes > >>>>> Cheers! > >>>>> - Jason > >>>> -- > >>>> 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 > >>>> athttp://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.
