Teamcity and Grails
Posted
by WaZ
on Stack Overflow
See other posts from Stack Overflow
or by WaZ
Published on 2010-03-31T08:20:29Z
Indexed on
2010/03/31
8:23 UTC
Read the original article
Hit count: 200
Hi there,
My current requirement is:
I have to package my grails app and use teamcity for continuous build.
The only problem is the build agents don't have groovy and grails installed (don't ask why)
I want to package my app with Groovy and Grails directories and check in Git. So that there is no dependency. And the package has everything to run the app.
Can anybody please help.
Please let me know if you want me to rephrase my question.
© Stack Overflow or respective owner