hi gradle,
i have a project like this:
-D myproject
-D common
-D componentA
-D componentB
where 'componentA' and 'componentB' are grails-apps
and both dependent on 'common', which is a simple
java-project with a gradle-build.
it would be nice to be able to build myproject
with gradle.
so i thought of a simple org.gradle.api.plugins.GrailsPlugin
that could help me to do the job right.
as noted in "the definite guide to grails second edition
chapter 12", grails comes with ant-integration-support
in form of an ant-makro:
http://fisheye.codehaus.org/browse/~raw,r=7769/grails/trunk/grails/src/grails/grails-macros.xml
which shows, how to wrap the 'native' grails-commands.
my feature-list for a GrailsPlugin:
- retrieve dependencys into lib/
- wrap grails-commands: compile, test-app, war
- publish generated war-file (uploadDist)
i dont know, if thats a good idea and wanted to
ask experts before i step into details ...
have a nice day
--
View this message in context:
http://www.nabble.com/grails-plugin-for-gradle---tp21602265p21602265.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