You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/groovy/files/groovy-1.8-build-pref-locki...

13 lines
560 B

diff --git a/build.xml b/build.xml
index ffca39c..07d93b9 100644
--- a/build.xml
+++ b/build.xml
@@ -830,6 +830,7 @@ $Date: 2012/01/28 09:43:04 $
<path refid="toolsPath"/>
<pathelement path="${mainClassesDirectory}"/>
</classpath>
+ <jvmarg value="-Duser.home=${user.home}" />
<arg value="org.codehaus.groovy.runtime.DefaultGroovyMethods"/>
<arg value="org.codehaus.groovy.runtime.SqlGroovyMethods"/>
<arg value="org.codehaus.groovy.runtime.SwingGroovyMethods"/>