[root]/groovy/jsr/ideas/parsers/antlr/test
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
antlr
(5 files, 357 lines)
Tidy up of the JSR projects
* Parser
** repackaged groovy.g et all into org.codehaus.groovy.antlr.*
** cleaned up the build file checking each target
* TCK
** fixed test generation to correctly place each generated TestCase into the correct package,
thus keeping structure in all subsequent reports (such as the junitreport)
* Spec
** Added a placeholder to Chapter18, pointing to generated grammar files from ANTLR
Happy Christmas :-)
jez.
0 lines of code changed in:
TCK
* Added extra information to messages when test cases fail, such as the line which caused the issue
* Added a distinction between @fail and @fail:parse, whereby the first tries to evaluate (or at least pretends at the moment)
JSR
* Amended top level JSR build.xml to build parser, place it into TCK, run TCK, and generate reports/spec
3 lines of code changed in:
* Added dummy antlr/ant project, ready to take groovy.g when it's ready...
3 lines of code changed in: