mirror of https://github.com/apache/poi.git
We need to ensure we have the main code compiled before running contrib and scratchpad tests
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@480101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
49fb78cc39
commit
21d0626148
|
@ -456,7 +456,7 @@
|
|||
</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"/>
|
||||
|
@ -517,7 +517,7 @@
|
|||
</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"/>
|
||||
|
|
Loading…
Reference in New Issue