]> source.dussan.org Git - poi.git/commitdiff
We need to ensure we have the main code compiled before running contrib and scratchpa...
authorNick Burch <nick@apache.org>
Tue, 28 Nov 2006 15:53:54 +0000 (15:53 +0000)
committerNick Burch <nick@apache.org>
Tue, 28 Nov 2006 15:53:54 +0000 (15:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@480101 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c0d183fbcace2463c8e385df19dc2ed6293852ec..80d9cdf47b066723d10446a828384035097b8f27 100644 (file)
--- a/build.xml
+++ b/build.xml
         </uptodate>
     </target>
 
-    <target name="test-scratchpad" depends="compile-scratchpad,-test-scratchpad-check" unless="scratchpad.test.notRequired">
+    <target name="test-scratchpad" depends="compile-main,compile-scratchpad,-test-scratchpad-check" unless="scratchpad.test.notRequired">
         <junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="scratchpad.test.failed">
             <classpath>
                 <path refid="scratchpad.classpath"/>
         </uptodate>
     </target>
 
-    <target name="test-contrib" depends="compile-contrib,-test-contrib-check" unless="contrib.test.notRequired">
+    <target name="test-contrib" depends="compile-main,compile-contrib,-test-contrib-check" unless="contrib.test.notRequired">
         <junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="contrib.test.failed">
             <classpath>
                 <path refid="contrib.classpath"/>