[root]/src/testcases/org/apache/tools/ant/taskdefs/optional/net
committing the 'D' portion from svn move src/testcases src/tests/junit
0 lines of code changed in:
copy2license.pl
6 lines of code changed in:
Remove unused imports from testcases
1 lines of code changed in:
Add initialSiteCommand and siteCommand attributes.
PR:34257, 34853
26 lines of code changed in:
improve new test
2 lines of code changed in:
Based on a patch submitted by Neeme Praks, allow support for a retry count on FTP transfers. Some
servers are unreliable for unknown - this allows for a retry count to be specified to accomodate work on such
flaky servers.
86 lines of code changed in:
convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern
21 lines of code changed in:
Convert ftp task systemTypeKey and timestampGranularity attributes to using the EnumeratedAttribute pattern
and add some JUnit tests of the new configuration stuff.
115 lines of code changed in:
Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.
83 lines of code changed in:
2005
1 lines of code changed in:
Removing old code testing for JDK 1.0 and 1.1.
1 lines of code changed in:
Copyright owner is The Apache Software Foundation
1 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
2 lines of code changed in:
Switch to Apache Software License 2.0
12 lines of code changed in:
Merge from ANT_16_BRANCH
Fix problem with non absolute remote dirs
PR: 23833
5 lines of code changed in:
Merge from ANT_16_BRANCH
6 lines of code changed in:
Added a new testcase which fails on UNIX.
I need to change the inner class AntFTPFile so that it scans subdir
on case sensitive systems when case sensitive is set to false
and a path element is not found with its original spelling.
13 lines of code changed in:
Optimize scanning in FTP.FTPDirectoryScanner, using similar algorithms
to the ones introduced in DirectoryScanner.
There is a gain when
- the include patterns look like some/very/long/path
- the remote file system is case sensitive
- the casesensitive and followsymlinks options of the fileset are set
to true (the default)
PR: 20103
1 lines of code changed in:
Go on working on the followsymlinks support in the FTP task.
The scanner was working previously, but the retrieving of links was not working
because the followsymlinks attribute was not passed through.
34 lines of code changed in:
Issue a warning message indicating that selectors within filesets
are not supported in the ftp task when the fileset is remote
(all actions except put)
PR: 18280
35 lines of code changed in:
(4 more)