[pkg-java] r9574 - trunk/libxalan2-java/debian/patches
Ludovic Claude
ludovicc-guest at alioth.debian.org
Tue Aug 4 13:23:19 UTC 2009
Author: ludovicc-guest
Date: 2009-08-04 13:23:19 +0000 (Tue, 04 Aug 2009)
New Revision: 9574
Modified:
trunk/libxalan2-java/debian/patches/build.patch
Log:
* Update patch
Modified: trunk/libxalan2-java/debian/patches/build.patch
===================================================================
--- trunk/libxalan2-java/debian/patches/build.patch 2009-08-04 13:01:50 UTC (rev 9573)
+++ trunk/libxalan2-java/debian/patches/build.patch 2009-08-04 13:23:19 UTC (rev 9574)
@@ -32,14 +32,17 @@
<classpath refid="xsltc.class.path" />
<!-- need to bootclasspath java_cup for JDKs that include JavaCupRedirect -->
<jvmarg value="-Xbootclasspath/p:${java_cup.jar}${path.separator}${runtime.jar}"/>
-@@ -493,6 +498,7 @@
+@@ -493,8 +498,9 @@
has to be generated after sym.java, so order is important. -->
<echo message="JLex preparsing"/>
<java fork="yes" failonerror="true" classname="JLex.Main" >
+ <jvmarg value="-Djava.awt.headless=true"/>
<classpath refid="xsltc.class.path" />
- <arg line="-static ${src.dir}/${xsltc.reldir}/compiler/xpath.lex"/>
+- <arg line="-static ${src.dir}/${xsltc.reldir}/compiler/xpath.lex"/>
++ <arg line="${src.dir}/${xsltc.reldir}/compiler/xpath.lex"/>
</java>
+ <echo message="JLex move output file"/>
+ <move file="${src.dir}/${xsltc.reldir}/compiler/xpath.lex.java" tofile="${generated.xpathlexer}"/>
@@ -958,6 +964,7 @@
<java fork="yes"
classname="${doc.generator}"
More information about the pkg-java-commits
mailing list