Ant Developers: glennm

Login name:
glennm
Total Commits:
65 (0.1%)
Lines of Code:
4567 (0.5%)
Most Recent Commit:
2001-07-23 03:56

Activity by Clock Time

Activity by Hour of Day for glennm

Activity by Day of Week for glennm

Activity in Directories

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

Activity of glennm

Most Recent Commits

glennm 2001-07-23 03:56

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:

glennm 2001-07-17 14:54

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:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+27 -2)
glennm 2001-07-15 14:25

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:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+2 -1)
glennm 2001-07-10 14:08

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:

glennm 2001-07-08 20:30

Overview of core tasks with a short description

of what each task does.



PR: 2328

23 lines of code changed in:

glennm 2001-07-04 19:02

Provide more descriptive error messages whenunknown attributes and elements are encountered in the build file.Bugzilla: 1722

54 lines of code changed in:

glennm 2001-06-26 19:34

Change resource page format to match external tools page.

790 lines of code changed in:

glennm 2001-06-26 18:13

Add reference to remote builds with And and VAJ.

8 lines of code changed in:

glennm 2001-03-20 21:51

Missing throw in VAJImport



Reported by: David Rees

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/ide: VAJImport.java (+1 -1)
glennm 2001-03-20 19:28

Add deprecation indicators for Deltree and Javadoc2

5 lines of code changed in:

glennm 2001-03-16 14:27

Fixed bug when displaying default target with

a description.



Reported by: Hans Ulrich Neidermann

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1)
glennm 2001-03-05 14:52

Displaying default target failed when there wasn't a description.

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -4)
glennm 2001-03-03 22:56

Added SCCS dirs to default excludes list.

3 lines of code changed in:

glennm 2001-03-03 22:31

Add info about default target to -projecthelp

18 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+18)
glennm 2001-01-24 16:56

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:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+46 -68)
glennm 2001-01-24 15:46

Fixed test for Main.class and NEW_ANT_HOME.

2 lines of code changed in:

glennm 2001-01-22 22:17

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:

glennm 2001-01-22 21:15

Fixed empty directory count message

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+4 -1)
glennm 2001-01-22 20:55

Back out CVS directory hack.

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (-1)
glennm 2001-01-22 17:05

Hack to ignore CVS directories.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javadoc.java (+4)

(14 more)

Generated by StatSVN 0.3.2-SNAPSHOT