DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43554>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43554

           Summary: ANTLR task is incompatible with recent ANTLR 3.x
           Product: Ant
           Version: 1.7.0
          Platform: All
               URL: http://www.antlr.org/wiki/display/ANTLR3/Migrating+from+
                    ANTLR+2+to+ANTLR+3
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


When invoking the ANTLR ant task, it fails with:
    [antlr] java.lang.NoClassDefFoundError: antlr/Tool
    [antlr] Exception in thread "main"

this happens everytime with ANTLR 3. The reason is explained in their migration
notes (link on URL field): there was a package change and the "Tool" class that
is invoked by the antlr task now belongs to "org.antlr" package instead of
"antlr" as in previous versions.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to