Browse Source

Need to fork JUnit, because Myrmidon requires xml-apis,

which clashes with jaxp.jar from Ant1.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271886 13f79535-47bb-0310-9956-ffa450edef68
master
Darrell DeBoer 23 years ago
parent
commit
d215989630
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      proposal/myrmidon/build.xml

+ 2
- 2
proposal/myrmidon/build.xml View File

@@ -200,7 +200,7 @@ Legal:
<classpath location="${custom-tasks-dir}"/>
</taskdef>

<taskdef name="antlib-descriptor"
<taskdef name="antlib-descriptor"
classname="org.apache.myrmidon.build.AntlibDescriptorTask">
<classpath>
<pathelement location="${custom-tasks-dir}"/>
@@ -567,7 +567,7 @@ Legal:
tofile="${test.classes}/META-INF/ant-descriptor.xml"/>

<!-- Run all the tests -->
<junit printsummary="on" fork="false">
<junit printsummary="on" fork="true">
<formatter type="brief" usefile="false"/>
<classpath location="${build.classes}"/>
<classpath>


Loading…
Cancel
Save