GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

appengineEnhance task on Jar Project #234

Open ramesh-lingappan opened 8 years ago

ramesh-lingappan commented 8 years ago

Hi All,

I have Multi Module project with one common jar project, which has all the jdo related code, and this is the first time an trying Jdo using Gradle.

Now i couldnt able to run appengineEnhance on jar project, can anyone explain how to run the appengineEnhance task on jar project before packaging it?

i tried jar.dependsOn appengineEnhance, but it throws following error

A problem was found with the configuration of task ':Commons:appengineEnhance'.

No value has been specified for property 'webAppSourceDirectory'.

and also it seems , the enhancer configuration, enhanceOnBuild works only with war project

Any help is highly appreciated

ramesh-lingappan commented 8 years ago

any update on this ?