[antlr-interest] failing to automate .g files building with visualc under windows 2000

Andy Carpenter Andy.Carpenter at cs.man.ac.uk
Mon Feb 4 02:37:37 PST 2002


> I cant manage to automate the building of .g files under visualc 
> (using windows 2000).
> 
> I add the following lines to the custom build command textbox :
> 
> java -classpath %CLASSPATH% antlr.Tool $(InputPath)

The following custom build command works for me (using W2K)

java -cp %CLASSPATH% antlr.Tool $(InputName).g

    Andy.


 

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



More information about the antlr-interest mailing list