cmlenz 01/08/20 04:10:22
Modified: . build.xml
Log:
Use an own classpath to build the examples, adding the servlet.jar needed
for SimpleWebdavServlet
Revision Changes Path
1.105 +9 -1 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- build.xml 2001/08/12 14:44:08 1.104
+++ build.xml 2001/08/20 11:10:22 1.105
@@ -170,7 +170,15 @@
<pathelement location="${slide.build}/classes"/>
</path>
+ <path id="examples.classpath">
+ <pathelement location="${xmlapi.jar}"/>
+ <pathelement location="${jaxp.jar}"/>
+ <pathelement location="${servlet.jar}"/>
+ <pathelement location="${jta.jar}"/>
+ <pathelement location="${slide.build}/classes"/>
+ </path>
+
<!-- =================================================================== -->
<!-- Test Execution Defaults -->
<!-- =================================================================== -->
@@ -651,7 +659,7 @@
deprecation="${compile.deprecation}"
optimize="${compile.optimize}"
excludes="**/CVS/**">
- <classpath refid="stores.classpath"/>
+ <classpath refid="examples.classpath"/>
</javac>
<copy todir="${slide.build}/examples">