Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 421503 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/groovy-1.8.8/config/ant/build-setup.xml (-1 / +3 lines)
Lines 73-83 Link Here
73
        <sequential>
73
        <sequential>
74
            <java classname="org.apache.tools.ant.launch.Launcher" fork="true" maxmemory="@{maxmemory}" failonerror="true">
74
            <java classname="org.apache.tools.ant.launch.Launcher" fork="true" maxmemory="@{maxmemory}" failonerror="true">
75
                <classpath refid="@{classpathref}"/>
75
                <classpath refid="@{classpathref}"/>
76
                <jvmarg value="-Duser.home=${user.home}" />
76
                <jvmarg value="-Duser.home=${gentoo.user.home}" />
77
                <arg value="@{target}"/>
77
                <arg value="@{target}"/>
78
                <arg value="-DskipFetch=${skipFetch}"/>
78
                <arg value="-DskipFetch=${skipFetch}"/>
79
                <arg value="-DruntimeLibDirectory=${runtimeLibDirectory}"/>
79
                <arg value="-DruntimeLibDirectory=${runtimeLibDirectory}"/>
80
                <arg value="-DtoolsLibDirectory=${toolsLibDirectory}" />
80
                <arg value="-DtoolsLibDirectory=${toolsLibDirectory}" />
81
                <arg value="-Dgentoo.classpath=${gentoo.classpath}" />
82
                <arg value="-Dgentoo.user.home=${gentoo.user.home}" />
81
            </java>
83
            </java>
82
        </sequential>
84
        </sequential>
83
    </macrodef>
85
    </macrodef>

Return to bug 421503