Details
Description
Using the groovyc Ant task org.codehaus.groovy.ant.Groovyc to compile
the groovy test cases yields following error:
Can't find/access AST Node typeorg.codehaus.groovy.antlr.GroovySourceAST
BUILD FAILED
File...... /Users/mauro/svn/nanocontainer/container/maven.xml
Element... groovyc
Line...... 23
Column.... 70
UNCAUGHT EXCEPTION: antlr.CommonAST
Activity
Michael Rimov
made changes -
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Assignee | Michael Rimov [ rimovm ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Fix Version/s | 1.0 [ 10148 ] | |
Fix Version/s | 1.0-RC2 [ 11851 ] |
Yeah, I found the comment in the maven code RIGHT after I posted. So I've been working with it. So far it appears that:
1 - I need groovy-all-jsr-03.jar instead of groovy-jsr-03.jar as a dependency for it to work.
2 - The test scripts seem to be pretty old. They don't conform to jsr standards such as using the def keyword for untyped variables. I'm currently wading through it right now.
Any comments on whether it is kosher to require groovy-all?
Otherwise, hopefully I'll actually have it working in an hour or so!
-Mike (R)