Directory src/testcases/org/apache/tools/ant/taskdefs/

Directory Created:
2000-09-20 13:38
Directory Deleted:
2006-09-21 19:12
Total Files:
0
Deleted Files:
95
Lines of Code:
0

Browse with ViewVC

[root]/src/testcases/org/apache/tools/ant/taskdefs

                                 condition (0 files, 0 lines)

                                 cvslib (0 files, 0 lines)

                                 dir1 (0 files, 0 lines)

                                 dir2 (0 files, 0 lines)

                                 email (0 files, 0 lines)

                                 optional (0 files, 0 lines)

                                     depend (0 files, 0 lines)

                                     i18n (0 files, 0 lines)

                                     image (0 files, 0 lines)

                                     jdepend (0 files, 0 lines)

                                     junit (0 files, 0 lines)

                                     metamata (0 files, 0 lines)

                                     net (0 files, 0 lines)

                                     perforce (0 files, 0 lines)

                                     repository (0 files, 0 lines)

                                     script (0 files, 0 lines)

                                     sitraka (0 files, 0 lines)

                                     sos (0 files, 0 lines)

                                     splash (0 files, 0 lines)

                                     ssh (0 files, 0 lines)

                                     unix (0 files, 0 lines)

                                     vss (0 files, 0 lines)

Lines of Code

src/testcases/org/apache/tools/ant/taskdefs/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 1325 (100.0%) 12953 (100.0%) 9.7
bodewig 478 (36.1%) 5172 (39.9%) 10.8
antoine 268 (20.2%) 2214 (17.1%) 8.2
mbenson 161 (12.2%) 1452 (11.2%) 9.0
stevel 50 (3.8%) 1258 (9.7%) 25.1
peterreilly 127 (9.6%) 673 (5.2%) 5.2
umagesh 33 (2.5%) 612 (4.7%) 18.5
conor 94 (7.1%) 606 (4.7%) 6.4
jkf 67 (5.1%) 226 (1.7%) 3.3
jhm 7 (0.5%) 177 (1.4%) 25.2
ehatcher 6 (0.5%) 156 (1.2%) 26.0
sbailliez 5 (0.4%) 114 (0.9%) 22.8
holtdl 4 (0.3%) 97 (0.7%) 24.2
jglick 17 (1.3%) 82 (0.6%) 4.8
shemnon 1 (0.1%) 50 (0.4%) 50.0
nico 3 (0.2%) 49 (0.4%) 16.3
kevj 1 (0.1%) 6 (0.0%) 6.0
ddevienne 1 (0.1%) 4 (0.0%) 4.0
costin 1 (0.1%) 4 (0.0%) 4.0
donaldp 1 (0.1%) 1 (0.0%) 1.0

Most Recent Commits

mbenson 2006-09-21 19:12

committing the 'D' portion from svn move src/testcases src/tests/junit

0 lines of code changed in:

antoine 2006-09-20 04:13

tearDown method from superclass is good enough

0 lines of code changed in:

antoine 2006-09-20 04:10

added tearDown

3 lines of code changed in:

antoine 2006-09-20 03:52

try to get rid of spawnnnnn.log

2 lines of code changed in:

peterreilly 2006-09-06 21:19

Bugzilla 39549: add searchparents attribute to <available>

9 lines of code changed in:

peterreilly 2006-09-03 22:56

add text for macro element. Bugzilla report 36803

4 lines of code changed in:

bodewig 2006-09-01 20:04

copy2license.pl

540 lines of code changed in:

mbenson 2006-08-28 19:53

<zip filesonly="true"> included empty directories. Bugzilla report 40258.

4 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (+4)
mbenson 2006-08-28 19:39

make whenempty-related tests antunit-esque in preparation for their new friend

0 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: ZipTest.java (-6)
stevel 2006-08-23 12:36

bug ID#38732 , rmic task doesn't work with -Xnew and JDK 6.0



Fixed by writing a new adapter, xnew, that extends the forking adapter and sets the -Xnew argument. Tests supplied, though the old test, the one that would fail on java1.6, is still there.



Also made the name matching code of rmic locale-independent.

18 lines of code changed in:

stevel 2006-08-22 23:02

Fix IDL/IIOP handling of rmic-with-backwards compat; added tests for everything working.

18 lines of code changed in:

jhm 2006-07-18 08:28

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

* changed from File.getParent() to String.substring() to avoid changing between / and \

* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path

1 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: StyleTest.java (+1 -1)
jhm 2006-07-17 12:03

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

36 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: StyleTest.java (+36 -13)
jkf 2006-07-10 21:54

manifest issues

br: 37548

Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)

But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes

long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else

it will be shorter than 72 bytes including eol.

42 lines of code changed in:

jhm 2006-07-10 16:05

Let the base class do the job.

0 lines of code changed in:

jhm 2006-07-10 15:41

Bug 35850

<subant> now supports nested <target> elements as <ant> does.

21 lines of code changed in:

mbenson 2006-06-27 20:47

<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.

Submitted by Stephen Goetze

4 lines of code changed in:

antoine 2006-05-25 12:39

Add support to define the stylesheet as a resource in <xslt>

Bugzilla Report 39407

32 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs: StyleTest.java (+32 -6)
bodewig 2006-05-10 04:19

2006

1 lines of code changed in:

stevel 2006-05-09 20:25

Adding a new non-static method, isFailure() to Execute. As well as simplifying a common operation, it is a foundation for instance specific logic to decide if an execute failed, which could be of use in VMS land.

4 lines of code changed in:

(487 more)

Generated by StatSVN 0.3.2-SNAPSHOT