cvs commit: jakarta-watchdog-4.0 build.xml
[email protected] 5 Aug 2002 12:36:01 -0000
| Newsgroups | gmane.comp.jakarta.watchdog.devel |
|---|---|
| Message-ID | <[email protected]> |
rlubke 2002/08/05 05:36:01
Modified: . Tag: WATCHDOG_4_0 build.xml
Log:
- Include selected sources in the binary distribution. This will
make it easier to trackdown failures as the test source will
now be present.
Revision Changes Path
No revision
No revision
1.22.2.1 +7 -0 jakarta-watchdog-4.0/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -u -r1.22 -r1.22.2.1
--- build.xml 5 Aug 2002 10:59:41 -0000 1.22
+++ build.xml 5 Aug 2002 12:36:01 -0000 1.22.2.1
@@ -299,6 +299,13 @@
<fileset dir="${watchdog.build}" excludes="webapps/**"/>
</copy>
+ <!-- Copy source files -->
+ <!-- Include only the test driver and server side sources (for test reviews, etc.) -->
+ <mkdir dir="${watchdog.dist}/src"/>
+ <copy todir="${watchdog.dist}/src">
+ <fileset dir="src" includes="server/**,tools/**" excludes="CVS"/>
+ </copy>
+
<!-- Create web application archives -->
<mkdir dir="${watchdog.dist}/webapps"/>
<jar jarfile="${watchdog.dist}/webapps/jsp-tests.war"