Ant Developers: scohen

Login name:
scohen
Total Commits:
51 (0.0%)
Lines of Code:
1813 (0.2%)
Most Recent Commit:
2006-11-03 12:22

Activity by Clock Time

Activity by Hour of Day for scohen

Activity by Day of Week for scohen

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1813 (100.0%) 35.5
src/main/org/apache/tools/ant/taskdefs/optional/net/ 15 (29.4%) 702 (38.7%) 46.8
docs/manual/OptionalTasks/ 7 (13.7%) 382 (21.1%) 54.5
src/testcases/org/apache/tools/ant/taskdefs/optional/net/ 6 (11.8%) 333 (18.4%) 55.5
src/etc/testcases/taskdefs/optional/net/ 7 (13.7%) 211 (11.6%) 30.1
src/main/org/apache/tools/ant/util/ 2 (3.9%) 104 (5.7%) 52.0
docs/manual/ 5 (9.8%) 45 (2.5%) 9.0
/ 1 (2.0%) 22 (1.2%) 22.0
src/main/org/apache/tools/ant/ 1 (2.0%) 8 (0.4%) 8.0
docs/manual/CoreTasks/ 2 (3.9%) 4 (0.2%) 2.0
src/main/org/apache/tools/ant/taskdefs/ 1 (2.0%) 1 (0.1%) 1.0
lib/ 1 (2.0%) 1 (0.1%) 1.0
src/tests/junit/org/apache/tools/ant/taskdefs/ 3 (5.9%) 0 (0.0%) 0.0

Activity of scohen

Most Recent Commits

scohen 2006-11-03 12:22

remove line inadvertently introduced during previous fix.

0 lines of code changed in:

  • src/tests/junit/org/apache/tools/ant/taskdefs: EchoTest.java (-1)
scohen 2006-11-03 02:57

Fix bug 40882.



Note that the new test added to EchoTest.java would fail as indicated in the

defect without the change to DefaultLogger.java.

8 lines of code changed in:

scohen 2006-11-01 02:04

remove from documentation (and from comment in source code) the incorrect

statement that a message attribute or character data within the element is

required.

4 lines of code changed in:

  • docs/manual/CoreTasks: echo.html (+3 -2)
  • src/main/org/apache/tools/ant/taskdefs: Echo.java (+1 -1)
scohen 2005-05-30 17:56

Add logging of local vs remote timestamps in <ftp> task.

PR:31812

28 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+28 -8)
scohen 2005-05-30 14:41

Add initialSiteCommand and siteCommand attributes.

PR:34257, 34853

141 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+13 -1)
  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+25)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+77 -24)
  • 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.

293 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+8)
  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+13)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+82 -23)
  • src/main/org/apache/tools/ant/util: RetryHandler.java (new 72), Retryable.java (new 32)
  • 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

89 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+26)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+42 -7)
  • 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.

265 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+55)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+91 -33), FTPConfigurator.java (+4 -1)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+115 -12)
scohen 2005-05-26 23:16

add installation information for the jpackage distirbution

38 lines of code changed in:

scohen 2005-05-23 22:34

document recent changes to FTP task

22 lines of code changed in:

scohen 2005-05-22 18:56

update stale link to Sun javadocs.

1 lines of code changed in:

scohen 2005-05-22 18:49

Document new timestampGranularity attribute and spiff up the page generally, add links to Java code as

appropriate, fix up the table column sizing which had become rather unwieldy.

53 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+53 -21)
scohen 2005-05-22 18:48

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.

58 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+2 -3)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+56 -4)
scohen 2005-05-22 02:58

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

171 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+88)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+83)
scohen 2005-05-21 13:03

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:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+2)
scohen 2005-05-21 13:02

Change so that systemTypeKey and all the new xxxConfig attributes work by the convention that setting the attribute to "" leaves the attribute unset, at

whatever value it had before, that is, for all these, the default value of null. This would enable property-file based development to proceed more easily.

Update documentantation to reflect this.

PR: 34978

80 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+28 -12)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+52 -23)
scohen 2005-05-19 07:58

fix bug 34941

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+2 -2)
scohen 2005-05-17 23:33

remove unnecessary &quot; marks.

104 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+104 -104)
scohen 2005-05-14 14:30

punctuation

5 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+5 -5)

(7 more)

Generated by StatSVN 0.3.2-SNAPSHOT