Skip to content

Commit df9070c

Browse files
Innovarzwenggibson9583
authored andcommitted
fix the path
Signed-off-by: Chris Gibson <[email protected]>
1 parent 2a5b2df commit df9070c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
</target>
12551255

12561256
<path id="jacoco.classpath">
1257-
<fileset dir="/Users/wengmark/mirthdev/mirth450/connect/server/lib/ant">
1257+
<fileset dir="lib/ant">
12581258
<include name="org.jacoco.ant-0.8.8.jar"/>
12591259
<include name="org.jacoco.core-0.8.8.jar"/>
12601260
<include name="org.jacoco.report-0.8.8.jar"/>
@@ -1276,7 +1276,7 @@
12761276
<mkdir dir="${code-coverage-reports}" />
12771277

12781278
<jacoco:coverage destfile="${code-coverage-reports}/jacoco.exec" xmlns:jacoco="antlib:org.jacoco.ant" exclclassloader="sun.reflect.DelegatingClassLoader:javassist.Loader" >
1279-
<junit haltonfailure="false" fork="true" forkmode="once">
1279+
<junit haltonfailure="false" fork="true" forkmode="perTest">
12801280
<jvmarg value="-Xms128m" />
12811281
<jvmarg value="-Xmx2048m" />
12821282
<!-- &lt;!&ndash;Uncomment the following and add additional dashes in front of the arguments to allow Java 9+-->

0 commit comments

Comments
 (0)