[root]/src/etc/testcases/taskdefs/optional/net
Add initialSiteCommand and siteCommand attributes.
PR:34257, 34853
25 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.
13 lines of code changed in:
convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern
26 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.
55 lines of code changed in:
Add new timestampGranularity attribute to account for the typical case in PUT operations where the client
is HH:mm:ss and the ftp server is HH:mm.
2 lines of code changed in:
Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.
88 lines of code changed in:
add option to read properties file from the user's home directory as well as from the top of the ant tree, where it is vulnerable to being wiped out from cvs
replace operations.
2 lines of code changed in:
Merge from ANT_16_BRANCH
Fix problem with non absolute remote dirs
PR: 23833
4 lines of code changed in:
Merge from ANT_16_BRANCH
23 lines of code changed in:
removed useless <property environment="env"/>
0 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.
26 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
22 lines of code changed in:
use user.name as default for ftp.user
new target for testing scanning a file which is a symbolic link
7 lines of code changed in:
new test for the ftp task
requires ftp.properties in ant's root directory (with your password in it) and a local ftp server.
The test is disabled by default in build.xml
42 lines of code changed in: