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

Directory Created:
2000-07-31 08:04
Directory Deleted:
2006-05-09 01:45
Total Files:
0
Deleted Files:
7
Lines of Code:
0

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 125 (100.0%) 1746 (100.0%) 13.9
sbailliez 20 (16.0%) 958 (54.9%) 47.9
conor 21 (16.8%) 358 (20.5%) 17.0
umagesh 5 (4.0%) 159 (9.1%) 31.8
bodewig 31 (24.8%) 135 (7.7%) 4.3
antoine 28 (22.4%) 105 (6.0%) 3.7
donaldp 10 (8.0%) 24 (1.4%) 2.4
jkf 2 (1.6%) 6 (0.3%) 3.0
jskeet 1 (0.8%) 1 (0.1%) 1.0
peterreilly 7 (5.6%) 0 (0.0%) 0.0

Most Recent Commits

antoine 2006-05-09 01:45

removal of the jprobe and metamata tasks.

0 lines of code changed in:

jkf 2005-12-05 17:08

PR 37765: Fixing NPE, defect discovered by Dave Brosius

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/metamata: MAudit.java (+2 -6)
jkf 2005-01-06 12:05

Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.

Also removed unused/* imports along the way.

4 lines of code changed in:

bodewig 2004-11-15 14:52

More Jikes warnings

17 lines of code changed in:

peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

7 lines of code changed in:

antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

14 lines of code changed in:

antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

84 lines of code changed in:

bodewig 2003-10-14 13:19

More robust cleanup of temporary files, PR 17512

4 lines of code changed in:

bodewig 2003-08-01 10:08

Revert part of the commit that made tasks use Execute#isFailure.



On OpenVMS the Java VM will exit with a return code of 0 on success,

even though this is going to signal a failure for the OS. All tasks

that spawn new VMs have now been reverted to explicitly check for

retCode != 0 instead of Execite.isFailure(retCode).



We could as well introduce Execute#isJavaFailure or something like

this in case future VM's on OpenVMS will start to do the right thing.

2 lines of code changed in:

bodewig 2003-07-25 12:14

Use Execute.isFailure

2 lines of code changed in:

conor 2003-07-19 11:20

Coding conventions

33 lines of code changed in:

conor 2003-07-19 08:11

style

13 lines of code changed in:

conor 2003-07-17 14:55

style

42 lines of code changed in:

conor 2003-02-18 12:46

Find the java executable accordining to standard Ant rules



PR: 17145

6 lines of code changed in:

bodewig 2003-02-10 14:15

Remove Jakarta Project from license

7 lines of code changed in:

donaldp 2002-07-25 15:21

Remove unused imports, remove glob imports, sort imports.

14 lines of code changed in:

donaldp 2002-07-23 07:54

Encapsulate usage of project object rather than allowing objects 7 subclasses acessing a protected variable of their super super super .... class.



Deprecated the variable so that that anyone directly referencing variable will get warning and suggestion to use the accessor.

10 lines of code changed in:

umagesh 2002-07-09 21:06

Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.

113 lines of code changed in:

sbailliez 2002-06-23 19:57

MParse refactoring

PR: 10160

Submitted by: jesse@cryptocard.com (Jesse)

40 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/metamata: MParse.java (+40 -89)

(20 more)

Generated by StatSVN 0.3.2-SNAPSHOT