allow junit.mx override

This commit is contained in:
Doug MacEachern 2008-10-09 07:08:43 +00:00
parent ed7562c0c7
commit ddebab492b
1 changed files with 3 additions and 1 deletions

View File

@ -385,9 +385,11 @@
<arg value="version"/> <arg value="version"/>
</java> </java>
<property name="junit.mx" value="-Dcom.sun.management.jmxremote"/>
<junit printsummary="yes" fork="yes" <junit printsummary="yes" fork="yes"
haltonfailure="yes" showoutput="true"> haltonfailure="yes" showoutput="true">
<jvmarg line="${junit.args} -Dcom.sun.management.jmxremote"/> <jvmarg line="${junit.args} ${junit.mx}"/>
<classpath refid="alljars"/> <classpath refid="alljars"/>
<formatter type="xml"/> <formatter type="xml"/>