Browse Source

Fix 'test' target when jcifs or netcomponents not available.

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

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

@@ -537,6 +537,8 @@ Legal:
debug="${debug}"
deprecation="${deprecation}">
<classpath refid="project.class.path"/>
<exclude name="**/SmbFileSystemTest.java" unless="jcifs.present"/>
<exclude name="**/FtpFileSystemTest.java" unless="netcomp.present"/>
</javac>

<!-- Prepare test files -->


Loading…
Cancel
Save