I'm trying to get our Hudson CI server to run Grails tasks and install Grails-Plugin, but it looks like ivy dependencies cannot be resolved ...
[projectx] $ /usr/share/grails/bin/grails prod war projectx.war Welcome to Grails 1.2.0 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: /usr/share/grails Base Directory: /var/local/hudson/jobs/projectx/workspace/projectx Resolving dependencies... Error executing script War: /usr/share/tomcat5.5/.ivy2/cache/resolved-projectx-projectx-0.1.xml (No such file or directory) java.io.FileNotFoundException: /usr/share/tomcat5.5/.ivy2/cache/resolved-projectx-projectx-0.1.xml (No such file or directory) at java.io.FileOutputStream.open(Native Method) ...
Does anyone know how to do this?
Thanks a lot!
source share