antoine 2003/08/04 15:19:42 Modified: . build.xml Log: 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 Revision Changes Path 1.390 +3 -0 ant/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/ant/build.xml,v retrieving revision 1.389 retrieving revision 1.390 diff -u -r1.389 -r1.390 --- build.xml 20 Jul 2003 09:34:21 -0000 1.389 +++ build.xml 4 Aug 2003 22:19:41 -0000 1.390 @@ -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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]