Browse Source

clean machines reveal invalid assumptions

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276910 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
d3b7b08ba1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build.xml

+ 4
- 0
build.xml View File

@@ -907,6 +907,10 @@
depends="compile-tests"
description="--> creates the Apache Ant Test Utilties jar">

<fail unless="junit.present">
We cannot build the test jar unless JUnit is present,
as JUnit is needed to compile the test classes.
</fail>
<jar destfile="${build.lib}/${name}-testutil.jar"
basedir="${build.tests}">
<patternset refid="useful.tests"/>


Loading…
Cancel
Save