nicolaken 02/04/18 11:12:26
Modified: . build.xml
Log:
Changed order of dependency in the dist, so that tests are run after site generation.
Revision Changes Path
1.24 +1 -1 jakarta-poi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/build.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- build.xml 18 Apr 2002 15:41:48 -0000 1.23
+++ build.xml 18 Apr 2002 18:12:26 -0000 1.24
@@ -175,7 +175,7 @@
<!-- dist target wo single build checks -->
<!-- ====================================== -->
- <target name="dist" depends="-init, clean, test, jar, site"
+ <target name="dist" depends="-init, clean, jar, site, test"
description="Build distribution packages wo single build checks">
<antcall target="call-cent">
- cvs commit: jakarta-poi build.xml acoliver
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml nicolaken
- cvs commit: jakarta-poi build.xml acoliver
- cvs commit: jakarta-poi build.xml avik
- Running single tests and other build issues (Re... Avik Sengupta
- Re: Running single tests and other build is... Glen Stampoultzis
- Re: Running single tests and other buil... Andrew C. Oliver
- Re: Running single tests and other... Glen Stampoultzis
- Re: Running single tests and o... Marc
- Re: Running single tests a... Avik Sengupta
- Re: Running single tests a... Glen Stampoultzis
- cvs commit: jakarta-poi build.xml avik
