Directory src/testcases/org/apache/tools/ant/taskdefs/optional/net/

Directory Created:
2003-08-04 22:23
Directory Deleted:
2006-09-21 19:12
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/src/testcases/org/apache/tools/ant/taskdefs/optional/net

Lines of Code

src/testcases/org/apache/tools/ant/taskdefs/optional/net/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 485 (100.0%) 20.2
scohen 6 (25.0%) 333 (68.7%) 55.5
antoine 13 (54.2%) 143 (29.5%) 11.0
bodewig 2 (8.3%) 7 (1.4%) 3.5
jkf 1 (4.2%) 1 (0.2%) 1.0
jglick 1 (4.2%) 1 (0.2%) 1.0
mbenson 1 (4.2%) 0 (0.0%) 0.0

Most Recent Commits

mbenson 2006-09-21 19:12

committing the 'D' portion from svn move src/testcases src/tests/junit

0 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (del)
bodewig 2006-09-01 20:04

copy2license.pl

6 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+6 -5)
jkf 2006-02-02 19:44

Remove unused imports from testcases

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+1 -3)
scohen 2005-05-30 14:41

Add initialSiteCommand and siteCommand attributes.

PR:34257, 34853

26 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+26)
scohen 2005-05-30 02:18

improve new test

2 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+2 -2)
scohen 2005-05-30 00:40

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+86)
scohen 2005-05-29 03:01

convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern

21 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+21 -5)
scohen 2005-05-28 17:05

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+115 -12)
scohen 2005-05-22 02:58

Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.

83 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+83)
bodewig 2005-03-30 08:35

2005

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+1 -1)
jglick 2005-03-29 18:35

Removing old code testing for JDK 1.0 and 1.1.

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+1 -2)
antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+1 -1)
antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

2 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+2 -2)
antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

12 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+12 -49)
antoine 2003-10-15 18:49

Merge from ANT_16_BRANCH

Fix problem with non absolute remote dirs

PR: 23833

5 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+5)
antoine 2003-10-13 19:53

Merge from ANT_16_BRANCH

6 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+6 -1)
antoine 2003-08-22 10:48

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+13)
antoine 2003-08-21 16:56

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+1)
antoine 2003-08-14 14:47

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+34)
antoine 2003-08-06 12:24

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:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+35 -23)

(4 more)

Generated by StatSVN 0.3.2-SNAPSHOT