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 |
remove line inadvertently introduced during previous fix.
0 lines of code changed in:
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:
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:
Add logging of local vs remote timestamps in <ftp> task.
PR:31812
28 lines of code changed in:
Add initialSiteCommand and siteCommand attributes.
PR:34257, 34853
141 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.
293 lines of code changed in:
convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern
89 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.
265 lines of code changed in:
add installation information for the jpackage distirbution
38 lines of code changed in:
document recent changes to FTP task
22 lines of code changed in:
update stale link to Sun javadocs.
1 lines of code changed in:
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:
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:
Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.
171 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:
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:
fix bug 34941
2 lines of code changed in:
remove unnecessary " marks.
104 lines of code changed in:
punctuation
5 lines of code changed in:
(7 more)