Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit d012e59

Browse files
author
Eric
committed
Adds fork=true to junit for tests ant target. Fixes issue where junit was using system installed commons-collections instead of version from this project.
1 parent 14045c8 commit d012e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<delete dir="build.ant/junit"/>
3434
<delete dir="build.ant/report"/>
3535
<mkdir dir="build.ant/junit"/>
36-
<junit haltonerror="false" errorproperty="junit.error"
36+
<junit fork="true" haltonerror="false" errorproperty="junit.error"
3737
haltonfailure="false" failureproperty="junit.error"
3838
printsummary="true">
3939
<classpath>

0 commit comments

Comments
 (0)