Hi everybody,
after upgrading to grails1.2 I have a problem to build my apps with plugins on a buildserver (hudson). The buildserver has no direct connection to the internet and so he can not download plugins and zips (so for example in the yui plugins _Install.groovy) directly.
Before grails1.2.0 I manged this with grails.project.plugins.dir = "plugins" set in the BuildConfig.groovy, so that the plugins are stored under version controll system and the buildserver dosent need to install the plugins from inet.
In grails1.2.0 the plugins are still under plugins-Directory availaible, but the build fails becouse the grails test-app command says, plugins not installed and try to install it from net.
Anybody knows, how to manged this in grails1.2.0 in easy way?
Thanks,
Mirko