Great to see a GAE plugin! Tried the plugin on the Spock Web Console build.
Here are some issues I encountered:

1. Task gaeVersion requires an (possibly empty) exploded War directory to be
present. However it doesn't create one. Hence the task fails.
2. Task gaeRun requires an exploded War to be present. However it doesn't
explode the War (it seems that only task gaeUpload does so). Hence the task
fails.
3. Command-line arguments for the development server seem to be incorrect.
In particular, I think the exploded War location should be passed instead of
"src/main/webapp".
4. Default value for property explodedWarDirectory contains a typo
("expoded-war").

"explodeWar" should probably be a task that depends on "war". Tasks like
"gaeRun" should then depend on "explodeWar".

Hope this helps. Looking forward to using the plugin.

--
Peter Niederwieser 
Developer, Gradle
http://www.gradle.org
Trainer & Consultant, Gradleware
http://www.gradleware.com
Creator, Spock Framework
http://spockframework.org


--
View this message in context: 
http://gradle.1045684.n5.nabble.com/ANN-Google-App-Engine-Plugin-tp3914645p3970675.html
Sent from the gradle-user mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to