Browse Source

StyleTest seems to require a TraX implementation

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275175 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
c77ef9c163
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.xml

+ 2
- 0
build.xml View File

@@ -1599,6 +1599,8 @@
unless="trax.impl.present"/> unless="trax.impl.present"/>
<exclude name="${optional.package}/junit/JUnitReportTest.java" <exclude name="${optional.package}/junit/JUnitReportTest.java"
unless="run.junitreport"/> unless="run.junitreport"/>
<exclude name="${ant.package}/taskdefs/StyleTest.java"
unless="trax.impl.present"/>


<!-- needs BSF to work --> <!-- needs BSF to work -->
<exclude name="${optional.package}/XalanLiaisonTest.java" <exclude name="${optional.package}/XalanLiaisonTest.java"


Loading…
Cancel
Save