SOURCES: maven-build.patch (NEW) - workaround -Djava.home stupidity

pawelz pawelz at pld-linux.org
Wed Mar 25 21:45:12 CET 2009


Author: pawelz                       Date: Wed Mar 25 20:45:12 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround -Djava.home stupidity

---- Files affected:
SOURCES:
   maven-build.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/maven-build.patch
diff -u /dev/null SOURCES/maven-build.patch:1.1
--- /dev/null	Wed Mar 25 21:45:13 2009
+++ SOURCES/maven-build.patch	Wed Mar 25 21:45:06 2009
@@ -0,0 +1,10 @@
+--- build.xml~	2009-03-25 20:30:34.000000000 +0100
++++ build.xml	2009-03-25 20:35:05.000000000 +0100
+@@ -158,6 +158,7 @@
+   <target name="maven-compile" depends="compile-boot" description="compiles Maven using the bootstrap Maven, skipping automated tests">
+     <java fork="true" classname="org.apache.maven.cli.MavenCli" failonerror="true">
+       <classpath refid="maven.classpath"/>
++      <arg value="-Djava.home=${env.JAVA_HOME}/jre"/>
+       <arg value="-B"/>
+       <arg value="-e"/>
+       <arg value="clean"/>
================================================================


More information about the pld-cvs-commit mailing list