Re: Compiling Parser using JavaCC

2007-07-27 Thread Will Glass-Husain
Best way to do this is to change Parser.jjt then run ant parser which creates the dependent files Parser.jj and Parser.java (as well as several others). WILL On 7/26/07, Supun Kamburugamuva [EMAIL PROTECTED] wrote: Hi, Can I directly compile the Parser.jj and put the generated files in to

Compiling Parser using JavaCC

2007-07-26 Thread Supun Kamburugamuva
Hi, Can I directly compile the Parser.jj and put the generated files in to Velocity? If the changes are done to the generated files manually and they are not reflected in the parser.jj this can be a issue. Regards, Supun.. - To