Browse Source

new test for ftp, disabled by default.

requires ftp.properties with your password in it in ant's root directory
also requires a local ftp server


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275015 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
0a21bb2257
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build.xml

+ 3
- 0
build.xml View File

@@ -1640,6 +1640,9 @@
<exclude name="${ant.package}/taskdefs/AbstractCvsTaskTest.java"
unless="have.cvs"/>

<!-- needs a local ftp server and the entry of a user/password combination -->
<exclude name="${optional.package}/net/FTPTest.java"/>

<!-- test needs special setup -->
<exclude name="${optional.package}/ssh/ScpTest.java"/>
</fileset>


Loading…
Cancel
Save