[antlr-interest] Help w/ ANTLR task inside ANT/Netbeans .. .please

Sinan sinan.karasu at boeing.com
Wed Feb 13 09:28:27 PST 2002


Jeff Vincent wrote:
> 
> I should have mentioned that I built a .jar w/ all antlr classes (used
> mkdebugjar.bat) copied it to the netbeans directory
> "C:\netbeans-3.3.1\modules\patches\org-apache-tools-ant-module" AND into
> lib, lib/ext, modules, modules/ext with the same error.

mkdebugjar does not include everything either...
I use

find antlr -name "*.class" -exec rm {} \;
javac `find antlr -name "*.java" -print`
jar cvf antlrall.jar `find antlr -name "*.class" -print`

In Netbeans


    Tools->Options->IDE Configuration->System->Modules
    right click on the Modules node,
    choose 'New',
    choose 'Module For Testing'
    browse to $HOME/NetBeans3.3e/Sources/NetBeans/antlr/netbeans/modules
    click on antlr.jar
    click on Open





>

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 



More information about the antlr-interest mailing list