mcnamara 2004/10/21 11:28:30
Modified: java build.xml
Log:
Fix the samples build. The samples.class.path needs to include the
serializer.jar.
Revision Changes Path
1.212 +5 -4 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- build.xml 15 Oct 2004 03:06:57 -0000 1.211
+++ build.xml 21 Oct 2004 18:28:29 -0000 1.212
@@ -194,13 +194,14 @@
<pathelement location="${stylebook.jar}" />
<pathelement location="${doclet.jar}" />
<pathelement location="${taglet.jar}" />
- <pathelement location="${build.serializer.jar}" />
+ <pathelement location="${serializer.jar}" />
<pathelement location="${build.xalan.jar}" />
<pathelement path="${java.class.path}" />
</path>
<path id="samples.class.path">
<pathelement location="${xmlapis.jar}" />
- <pathelement location="${parser.jar}" />
+ <pathelement location="${serializer.jar}" />
+ <pathelement location="${parser.jar}" />
<pathelement location="${build.xalan.jar}" />
<pathelement path="${java.class.path}" />
</path>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]