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

Directory Created:
2000-07-19 13:02
Total Files:
3
Deleted Files:
0
Lines of Code:
1176

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 91 (100.0%) 2107 (100.0%) 23.1
bodewig 46 (50.5%) 1173 (55.7%) 25.5
conor 15 (16.5%) 574 (27.2%) 38.2
umagesh 2 (2.2%) 117 (5.6%) 58.5
peterreilly 6 (6.6%) 96 (4.6%) 16.0
antoine 13 (14.3%) 64 (3.0%) 4.9
sbailliez 4 (4.4%) 63 (3.0%) 15.7
stevel 1 (1.1%) 10 (0.5%) 10.0
donaldp 4 (4.4%) 10 (0.5%) 2.5

Most Recent Commits

bodewig 2006-12-04 04:51

linefeeds

2 lines of code changed in:

peterreilly 2006-11-06 22:55

checkstyle

96 lines of code changed in:

bodewig 2006-09-01 18:49

copy2license.pl

18 lines of code changed in:

stevel 2006-07-05 12:35

bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.

10 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JavaCC.java (+10 -1)
bodewig 2005-02-25 10:58

fix name-hiding and style by Kev Jackson

39 lines of code changed in:

bodewig 2004-11-22 09:23

Various checkstyle violations



Submitted by: Larry Shatzer



And some



(untabify (point-min) (point-max))



on some files.

5 lines of code changed in:

bodewig 2004-11-15 14:52

More Jikes warnings

32 lines of code changed in:

bodewig 2004-07-30 10:55

Base version decision on classpath instead of archive names, this allows Gump to effectivly ignore javacchome

66 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

3 lines of code changed in:

antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

11 lines of code changed in:

antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

36 lines of code changed in:

antoine 2003-09-21 20:20

Style

Submitted by: Larry Shatzer (larry dot shatzer at spirent dot com)

11 lines of code changed in:

antoine 2003-09-13 12:37

Removed hard coded \n from files.

Thanks to a remark of Larry Shatzer (Larry dot Shatzer at Spirent dot com).

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JJDoc.java (changed)
antoine 2003-08-22 15:25

Remove direct call to deprecated project, location, tasktype Task field,

replaced by an accessor way into tasks.

Remove too some unused variable declaration and some unused imports.

PR: 22515

Submitted by: Emmanuel Feller ( Emmanuel dot Feller at free dot fr)

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JJTree.java (+3 -1)
bodewig 2003-08-14 14:52

Make <jjtree>'s outputdirectory and outputfile attributes work as

expected (i.e. consistent with the command line of jjtree).



PR: 21526

Submitted by: Jene Jasper <jjasper at abz dot nl>

93 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JJTree.java (+93 -10)
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:

bodewig 2003-07-25 09:44

backwards compatibility fix submitted by Jene Jasper

19 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/javacc: JJTree.java (+19 -10)
bodewig 2003-07-23 14:12

New task <jjdoc>.



New attribute outputfile for <jjtree>.



PR: 21526

Submitted by: Jene Jasper <jjasper at abz dot nl>

364 lines of code changed in:

(30 more)

Generated by StatSVN 0.3.2-SNAPSHOT