Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0 final
-
Fix Version/s: 2.3-M2
-
Component/s: Build System
-
Labels:None
Description
The scripts generated by "grails integrate-with --ant" are out of date and no longer work. To fix them requires:
1) Updating the Ivy version in build.xml
2) Updating ivysettings.xml to pull from the grails-core repository.
Reference this discussion thread: http://grails.1312388.n4.nabble.com/dependency-problems-with-build-xml-from-quot-integrate-with-ant-quot-on-2-0-0-M2-td3890621.html
Thanks!
I've encountered some issues on certain systems involving native2ascii, which is packaged (for the Sun JDK) in tools.jar. Adding this line to the grails.classpath configuration in build.xml seems to have solved the problem:
<filelist dir="$
{java.home}/../lib/" files="tools.jar" />
so it may be appropriate to include in the generate script.
Reference http://grails.1312388.n4.nabble.com/STS-Run-app-giving-native2ascii-error-after-installing-plugin-td3945765.html