mcnamara 2004/10/28 13:04:38
Modified: java build.xml
Log:
One more fix to enable builds with JDK 1.4.x. Need to add the serializer
classes to the
xslt.boot.class.path.
Revision Changes Path
1.213 +3 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- build.xml 21 Oct 2004 18:28:29 -0000 1.212
+++ build.xml 28 Oct 2004 20:04:38 -0000 1.213
@@ -219,6 +219,7 @@
compatibility with 1.1.x. If you omit this property, compatability
with 1.1.x will not be checked even though javac specifies a target
of 1.1 -->
<pathelement location="${build.classes}" />
+ <pathelement location="${serializer.build.classes}" />
<pathelement path="${build.boot.class.path}" />
<pathelement path="${sun.boot.class.path}" />
</path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]