SPECS: xalan-j.spec - JAVA_HOME must be set before build-classpath...

glen glen at pld-linux.org
Wed Sep 20 00:57:15 CEST 2006


Author: glen                         Date: Tue Sep 19 22:57:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- JAVA_HOME must be set before build-classpath is called

---- Files affected:
SPECS:
   xalan-j.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: SPECS/xalan-j.spec
diff -u SPECS/xalan-j.spec:1.28 SPECS/xalan-j.spec:1.29
--- SPECS/xalan-j.spec:1.28	Tue Sep 12 16:17:20 2006
+++ SPECS/xalan-j.spec	Wed Sep 20 00:57:10 2006
@@ -72,11 +72,11 @@
 find . -name "*.jar" ! -name "xalan2jdoc.jar" ! -name "stylebook-1.0-b3_xalan-2.jar" -exec rm -f {} \;
 
 %build
-required_jars='servlet java_cup java_cup-runtime jlex bcel jaxp_parser_impl'
-export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
 export JAVA_HOME=%{java_home}
 export JAVAC=%{javac}
 export JAVA=%{java}
+required_jars='servlet java_cup java_cup-runtime jlex bcel jaxp_parser_impl'
+export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
 
 ln -sf %{_javadir}/bcel.jar bin/BCEL.jar
 ln -sf %{_javadir}/regexp.jar bin/regexp.jar
@@ -123,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2006/09/19 22:57:10  glen
+- JAVA_HOME must be set before build-classpath is called
+
 Revision 1.28  2006/09/12 14:17:20  glen
 - unify %ant macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xalan-j.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list