Ant Developers: rubys

Login name:
rubys
Total Commits:
206 (0.3%)
Lines of Code:
5314 (0.5%)
Most Recent Commit:
2003-04-05 01:28

Activity by Clock Time

Activity by Hour of Day for rubys

Activity by Day of Week for rubys

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 206 (100.0%) 5314 (100.0%) 25.7
src/main/org/apache/tools/ant/taskdefs/ 79 (38.3%) 2152 (40.5%) 27.2
src/main/org/apache/tools/ant/taskdefs/optional/ 15 (7.3%) 1165 (21.9%) 77.6
src/main/org/apache/tools/ant/ 33 (16.0%) 721 (13.6%) 21.8
docs/ 11 (5.3%) 667 (12.6%) 60.6
src/main/org/apache/tools/ant/taskdefs/optional/junit/ 6 (2.9%) 261 (4.9%) 43.5
/ 49 (23.8%) 229 (4.3%) 4.6
docs/manual/ 2 (1.0%) 57 (1.1%) 28.5
src/main/org/apache/tools/ant/types/ 3 (1.5%) 49 (0.9%) 16.3
docs/manual/CoreTasks/ 1 (0.5%) 7 (0.1%) 7.0
src/bin/ 5 (2.4%) 5 (0.1%) 1.0
src/main/org/apache/tools/ant/listener/ 1 (0.5%) 1 (0.0%) 1.0
src/main/org/apache/tools/ant/taskdefs/optional/ejb/ 1 (0.5%) 0 (0.0%) 0.0

Activity of rubys

Most Recent Commits

rubys 2003-04-05 01:28

Replace unprintable character (x'a0') with a space

1 lines of code changed in:

rubys 2001-12-15 03:41

Fix compilation errors

3 lines of code changed in:

rubys 2001-11-26 18:10

Add support to for XSLT output types. This maps to TraX's:

transformer.setOutputProperty(OutputKeys.METHOD, type);



Background/rationalle: I'm looking into spliting Gumps gen.bat and gen.sh

scripts into a minimal bootstrap and a normal Ant "build.xml". In order

to achieve this, I need access to the functionallity that Xalan supports

from the command line via the -text parameter.



I've provided an implementation to seed the discussion on how this should

be supported. I am by no means wedded to this approach - if others see a

better way, either let me know or directly make the change.

50 lines of code changed in:

rubys 2001-11-26 13:29

Sheesh. In restructuring, I made only one line of code change, and I

managed to screw it up. ;-)

Submitted by: Stephane Bailliez <sbailliez@imediation.com>

1 lines of code changed in:

rubys 2001-11-26 03:09

Seems silly to produce the same log message for every file, particularly

as this message was already issued previously...

1 lines of code changed in:

rubys 2001-11-25 19:28

Allow junitreport to be compiled independent of the presence of Xalan1.



The reason for this is that the Xalan1 team is strongly considering

removing Xalan1Compat from cvs...



No logic changes were made in this commit...classes were merely split out

into separate files, and the instance of Xalan1Executor is now created

using reflection APIs.

266 lines of code changed in:

rubys 2001-10-23 06:10

Bootstraps are not cleaning up after themselves.

3 lines of code changed in:

rubys 2001-10-09 15:00

Fix syntax error - leftover line

0 lines of code changed in:

rubys 2001-08-02 16:15

Avoid NPE's - seen when running JUnit on Win2K

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Execute.java (+2 -2)
  • src/main/org/apache/tools/ant/taskdefs/optional/junit: JUnitTask.java (+1 -1)
rubys 2001-06-08 19:39

Prep for JDK 1.4.



Note: I did a complete scan of the code. Mostly it the version checks are

safe (e.g., things not supported with 1.1). The only place where it wasn't

obvious to me was RMIC, but it seemed OK.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Javac.java (+2 -1)
  • src/main/org/apache/tools/ant/taskdefs/optional: Javah.java (+2 -1)
rubys 2001-05-21 17:49

Fix an ArrayIndexOutOfBoundsException when building dom4j on Windows

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Replace.java (+6 -4)
rubys 2001-03-17 15:24

Fails on Windows

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Chmod.java (+1 -1)
rubys 2001-03-17 12:41

Fix for NPE when getClasspath is called before setRmic

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Rmic.java (+3 -3)
rubys 2001-03-10 01:11

Backing out change...

----------------------------------------------------------------------

2 lines of code changed in:

rubys 2001-03-07 18:53

Enable bootstrap to be executed multiple times without prompting on

Windows. Does not appear to be a problem on Unix.

----------------------------------------------------------------------

2 lines of code changed in:

rubys 2001-03-03 13:10

Delinquent change to the documentation to document build.sysclasspath.



THis is only the first installment. Next I'm going to go into each task

affected and document the default and provide a link to this text.

57 lines of code changed in:

rubys 2001-02-18 20:41

Dump configuration information along with test output.

Based on a suggestion from Stephane Bailliez.

15 lines of code changed in:

rubys 2001-02-10 15:13

Add a warn on longfile mode

----------------------------------------------------------------------

33 lines of code changed in:

rubys 2001-01-11 09:12

Remove debug statement - oops!

0 lines of code changed in:

rubys 2001-01-10 21:37

Restore the default to "last". Add a warning message if an invalid value

is specified.

14 lines of code changed in:

  • src/main/org/apache/tools/ant/types: Path.java (+14 -8)

(84 more)

Generated by StatSVN 0.3.2-SNAPSHOT