On Apr 11, 2009, at 11:55 AM, John Lynn wrote: > Sorry, I didn't quote the correct directory - it is indeed actually in > " src\org\antlr\codegen\templates\XZY", and still I get the error: > >>> error(10): internal error: no such group file XYZ.stg >>> error(20): cannot find code generation templates XYZ.stg > > I tried looking at the source to see if that would help, but I was > unable to glean any clues.
try -verbose option on java to see where it's loading files. If you're using the antlr jar it won't look in file system for anything (jar's semantics). Ter _______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
