Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 65 (100.0%) | 4567 (100.0%) | 70.2 |
src/main/org/apache/tools/ant/taskdefs/optional/ide/ | 11 (16.9%) | 2369 (51.9%) | 215.3 |
src/main/org/apache/tools/ant/taskdefs/ | 23 (35.4%) | 959 (21.0%) | 41.6 |
webpage/docs/ | 2 (3.1%) | 581 (12.7%) | 290.5 |
docs/ | 6 (9.2%) | 244 (5.3%) | 40.6 |
webpage/xdocs/ | 2 (3.1%) | 217 (4.8%) | 108.5 |
src/main/org/apache/tools/ant/ | 11 (16.9%) | 90 (2.0%) | 8.1 |
/ | 3 (4.6%) | 37 (0.8%) | 12.3 |
src/main/org/apache/tools/ant/types/ | 2 (3.1%) | 35 (0.8%) | 17.5 |
docs/manual/CoreTasks/ | 2 (3.1%) | 23 (0.5%) | 11.5 |
src/script/ | 1 (1.5%) | 7 (0.2%) | 7.0 |
docs/manual/ | 2 (3.1%) | 5 (0.1%) | 2.5 |
Fix for id/refid data type bug. Delays adding the
id to the list of references till runtime when the
data type is inside a target. Without this change,
if multiple data types have the same id, only the
one that is last refered to in the file *and* is
configured at runtime (i.e. its target is executed)
will work properly. Otherwise, you will end up
using an unconfigured data type.
43 lines of code changed in:
Look for java.home/../bin/javadoc(.exe) before falling
back on plain old javadoc. Just looking in the java.home
directory tree isn't sufficient, as it may give incorrect
results on Windows (thanks to Connor for the info.).
27 lines of code changed in:
The javadoc task now looks for the javadoc executable
in the java.home/../bin directory. That way if your
java installation isn't in your path, you can still
create javadocs.
2 lines of code changed in:
Test for the 4NT shell, which requires a
different method of slurping command line
args than cmd.exe.
Submitted by: Jim Anderson
7 lines of code changed in:
Overview of core tasks with a short description
of what each task does.
PR: 2328
23 lines of code changed in:
Provide more descriptive error messages whenunknown attributes and elements are encountered in the build file.Bugzilla: 1722
54 lines of code changed in:
Change resource page format to match external tools page.
790 lines of code changed in:
Add reference to remote builds with And and VAJ.
8 lines of code changed in:
Missing throw in VAJImport
Reported by: David Rees
1 lines of code changed in:
Add deprecation indicators for Deltree and Javadoc2
5 lines of code changed in:
Fixed bug when displaying default target with
a description.
Reported by: Hans Ulrich Neidermann
1 lines of code changed in:
Displaying default target failed when there wasn't a description.
1 lines of code changed in:
Added SCCS dirs to default excludes list.
3 lines of code changed in:
Add info about default target to -projecthelp
18 lines of code changed in:
Resolving package names now occurs with the
use of a private FileSet. This provides
the use of the default excludes patterns,
which include **/CVS/**, preventing any
.java files in a CVS/Base directory from
being included.
Just in case someone does ever have a
package named blah.CVS, I added the
"defaultexcludes" attribute.
46 lines of code changed in:
Fixed test for Main.class and NEW_ANT_HOME.
2 lines of code changed in:
Fixed problem with quiet flag preventing
deletes.
Reported by: Martin van den Bemt
Fixed double delete message with verbose
flag.
Reported by: Jason Rosenburg
Added ability to remove empty directories
when using the implicit or nested filesets.
Off by default for now, as that is the
current behaviour. If there is enough
agreement, we probably want to turn this
on by default.
Requested by: Lots of people. :-)
65 lines of code changed in:
Fixed empty directory count message
4 lines of code changed in:
Back out CVS directory hack.
0 lines of code changed in:
Hack to ignore CVS directories.
4 lines of code changed in:
(14 more)