Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 87 (100.0%) | 2051 (100.0%) | 23.5 |
src/main/org/apache/tools/ant/taskdefs/optional/vss/ | 8 (9.2%) | 1002 (48.9%) | 125.2 |
docs/manual/OptionalTasks/ | 28 (32.2%) | 786 (38.3%) | 28.0 |
src/testcases/org/apache/tools/ant/taskdefs/ | 3 (3.4%) | 49 (2.4%) | 16.3 |
src/main/org/apache/tools/ant/taskdefs/ | 7 (8.0%) | 46 (2.2%) | 6.5 |
docs/manual/CoreTasks/ | 17 (19.5%) | 34 (1.7%) | 2.0 |
docs/ | 5 (5.7%) | 27 (1.3%) | 5.4 |
webpage/xdocs/stylesheets/ | 1 (1.1%) | 24 (1.2%) | 24.0 |
src/etc/testcases/taskdefs/ | 2 (2.3%) | 21 (1.0%) | 10.5 |
docs/manual/ | 7 (8.0%) | 14 (0.7%) | 2.0 |
webpage/ | 1 (1.1%) | 13 (0.6%) | 13.0 |
src/script/ | 2 (2.3%) | 11 (0.5%) | 5.5 |
/ | 2 (2.3%) | 11 (0.5%) | 5.5 |
docs/manual/Integration/ | 2 (2.3%) | 7 (0.3%) | 3.5 |
src/main/org/apache/tools/ant/taskdefs/compilers/ | 2 (2.3%) | 6 (0.3%) | 3.0 |
- Fix: It was not possible to use variant in the locale pattern - variant overwrote the country and you got the default Locale for the language.
- Updated Copyright
2 lines of code changed in:
- Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>
- Fixed some other places too.
189 lines of code changed in:
Filtering was active during copying docs/images - bad results for our nice logos :-(
10 lines of code changed in:
property environment=.. failed under JDK 1.2 with a NPE because WinNTCommandLauncher.exec() got a null working directory and a null Project - reported by <Aimee.Ukasick@med.ge.com>
6 lines of code changed in:
Moved conversion of ANT_HOME to after the 'try to find ANT' section as suggested in Bug# 1479 by Daniel.Barclay@digitalfocus.com
10 lines of code changed in:
Removed an invalid assumption regarding the replacement of already
checked-out files.
1 lines of code changed in:
Capitalised "Perforce", cleaned up some typos, amended authors names.
Submitted by: Les Hughes <leslie.hughes@rubus.com>
9 lines of code changed in:
- Added new tests for the dir-attribute
- Adjusted expected result for test13 - empty string is not a file
- Corrected all the tests - seems I have got the arguments in the wrong
order on first submission :-(
45 lines of code changed in:
The file was not correctly closed after validating it's contents, so the tests
failed on Windows.
14 lines of code changed in:
Added some comments, so one knows which entry in the buildfile belongs
to which test-method.
6 lines of code changed in:
Added new tasks vsscheckin and vsscheckout
1 lines of code changed in:
- Merged VSS-Documentation into one file
- Added documentation for vsscheckin and vsscheckout
528 lines of code changed in:
Support Checkin- and Checkout-Commands of Microsoft Visual SourceSafe.
Submitted by: mpoeschl@marmot.at <mpoeschl@marmot.at>
510 lines of code changed in:
vsslabel now allows to specify a comment for the label.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
23 lines of code changed in:
Added a note about how Ant (the javac task) finds the files that need
a rebuild.
4 lines of code changed in:
Bug# 1530
Missing default-value for failOnError-attribute
1 lines of code changed in:
The completion of the fix for Bug #975: include proper handling of parsing
chunks of data returned by the external environment listing program
(whose command is returned by getProcEnvCommand()). UNIX environment
variables can contain text with embedded newlines.
Submitted by; Daniel Rall <dlr@finemaltcoding.com>
21 lines of code changed in:
- Removed javadoc explaining attributes of task. This info is already in the
vsshistory.html file. I didn't want to duplicate the work.
- Renamed task attribute "outputfilename" to "output" to unify the task
attribute namespace (i.e., other tasks use "output", why not this one?).
Also made sure that the output filename is relative to the project's
basedir.
- Added task attribute "dateFormat" to allow the format of dates in "toDate"
and "fromDate" to be specified. This was necessary for the "numDays"
functionality to work properly with my date format.
- Added "default" choice to "style" attribute. If an unknown style attribute
is provided, a BuildException is thrown.
- Fixed examples in the documentation which not included vsspath
- Only pass -R once to ss.exe and only if recursive is really specified
Submitted by: Twiggs, Glenn <Glenn_Twiggs@bmc.com>
Minor changes by me.
82 lines of code changed in:
Bug #1138
# does not work as a comment-sign in Windows Batch-files and results in errors - changed to rem.
Reported by: craig.malone@altavista.net (Craig Malone)
1 lines of code changed in:
Bug #1011
If debug is set to false pass -g:none to javac if JDK 1.2 or JDK 1.3 to get really no debug information at all.
Submitted by Peter Janes <pjanes@liberate.com>
3 lines of code changed in:
(16 more)