Directory src/main/org/apache/tools/ant/taskdefs/optional/

Directory Created:
2000-03-19 03:35
Total Files:
15
Deleted Files:
8
Lines of Code:
6873

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional

                                     ccm (7 files, 956 lines)

                                     clearcase (14 files, 4876 lines)

                                     condition (0 files, 0 lines)

                                     depend (7 files, 1487 lines)

                                         constantpool (14 files, 1613 lines)

                                     dotnet (12 files, 4674 lines)

                                     ejb (21 files, 9340 lines)

                                     extension (16 files, 3290 lines)

                                         resolvers (3 files, 312 lines)

                                     i18n (1 files, 626 lines)

                                     ide (0 files, 0 lines)

                                     image (1 files, 309 lines)

                                     j2ee (6 files, 1043 lines)

                                     javacc (3 files, 1176 lines)

                                     javah (4 files, 342 lines)

                                     jdepend (1 files, 679 lines)

                                     jlink (3 files, 781 lines)

                                     jsp (5 files, 1318 lines)

                                         compilers (4 files, 518 lines)

                                     junit (23 files, 6770 lines)

                                         html (0 files, 0 lines)

                                         xsl (0 files, 0 lines)

                                     metamata (0 files, 0 lines)

                                     native2ascii (5 files, 393 lines)

                                     net (6 files, 3835 lines)

                                     perforce (23 files, 2838 lines)

                                     pvcs (2 files, 728 lines)

                                     repository (0 files, 0 lines)

                                     scm (1 files, 1080 lines)

                                     script (2 files, 517 lines)

                                     sitraka (0 files, 0 lines)

                                         bytecode (0 files, 0 lines)

                                             attributes (0 files, 0 lines)

                                     sos (7 files, 978 lines)

                                     sound (2 files, 433 lines)

                                     splash (2 files, 381 lines)

                                     ssh (11 files, 2580 lines)

                                     starteam (6 files, 2767 lines)

                                     unix (4 files, 869 lines)

                                     vss (10 files, 1943 lines)

                                     windows (1 files, 195 lines)

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 659 (100.0%) 13911 (100.0%) 21.1
bodewig 185 (28.1%) 3887 (27.9%) 21.0
conor 114 (17.3%) 3000 (21.6%) 26.3
donaldp 55 (8.3%) 1679 (12.1%) 30.5
rubys 15 (2.3%) 1165 (8.4%) 77.6
stevel 27 (4.1%) 1096 (7.9%) 40.5
sbailliez 45 (6.8%) 790 (5.7%) 17.5
antoine 80 (12.1%) 681 (4.9%) 8.5
peterreilly 63 (9.6%) 659 (4.7%) 10.4
umagesh 26 (3.9%) 420 (3.0%) 16.1
ehatcher 8 (1.2%) 283 (2.0%) 35.3
jhm 3 (0.5%) 80 (0.6%) 26.6
jkf 18 (2.7%) 58 (0.4%) 3.2
mbenson 7 (1.1%) 50 (0.4%) 7.1
holtdl 3 (0.5%) 46 (0.3%) 15.3
jskeet 7 (1.1%) 9 (0.1%) 1.2
jglick 1 (0.2%) 6 (0.0%) 6.0
kevj 2 (0.3%) 2 (0.0%) 1.0

Most Recent Commits

peterreilly 2006-12-03 22:55

use helper class, add manager attribute

29 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+29 -39)
peterreilly 2006-11-23 22:51

Refactoring ScriptRunner

* split into general non-bsf dependant part and bsf-dependant part

* get classloader to be set outside scriptrunner

* allow script engine to be reused in other scripts (not used in code yet)

* add api to check if language supported (not used in code yet)

Mods from Bugzilla 40908

* add clearing of text (not used in code yet)

* add impl of eval (not used in code yet)

* use fileutils reader functionality (note: need to allow

setting of file encoding)



5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+5 -2)
peterreilly 2006-11-18 18:07

checkstyle

5 lines of code changed in:

peterreilly 2006-11-16 23:39

checkstyle

23 lines of code changed in:

mbenson 2006-11-13 15:57

equals/hashCode inconsistent for anonymous Comparator; removed both.

0 lines of code changed in:

peterreilly 2006-11-12 22:32

checkstyle

34 lines of code changed in:

peterreilly 2006-11-11 22:40

checkstyle

5 lines of code changed in:

peterreilly 2006-11-11 22:39

javadoc

77 lines of code changed in:

peterreilly 2006-11-11 22:35

javadoc

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Cab.java (+3 -1), Javah.java (+8 -7)
peterreilly 2006-11-08 21:59

javadoc

102 lines of code changed in:

peterreilly 2006-11-05 22:50

checkstyle

16 lines of code changed in:

antoine 2006-10-26 01:39

add regex attribute to echoproperties task.

Bugzilla 40019.

43 lines of code changed in:

stevel 2006-10-05 09:24

close using FileUtils.close

2 lines of code changed in:

peterreilly 2006-09-19 22:01

Fix for 39439: <fileset> in <cab> does not work.



14 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Cab.java (+14 -11)
peterreilly 2006-09-15 21:58

Move ScriptRunner (which depends on bsf.jar) to

an optional package

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+1 -1)
peterreilly 2006-09-11 21:11

bugzilla report 38451: handling of html option of aantlr

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: ANTLR.java (+2 -1)
peterreilly 2006-09-02 23:11

add setbeans and classpath to <script> task

60 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional: Script.java (+60 -5)
bodewig 2006-09-01 18:49

copy2license.pl

90 lines of code changed in:

jglick 2006-08-18 20:07

Some Javadoc corrections.

6 lines of code changed in:

jhm 2006-07-17 12:03

Bug 21042 "Setting XSL parameter to input filename when processed whole directory."

20 lines of code changed in:

(289 more)

Generated by StatSVN 0.3.2-SNAPSHOT