No. Usually, after i run the 'ant parser' task, the only file i need to tweak is the JJTParserState class, to re-add a need import statement. And those three classes you mentioned are not generated by 'ant parser'. Perhaps they were once, long ago, but they've been hand-edited for a long time.
On Mon, Oct 4, 2010 at 8:48 AM, Antonio Petrelli <[email protected]> wrote: > Hi all > I am trying to remove files generated by JavaCC, to let them being > generated by the JavaCC Maven plugin. > However I notice that some AST nodes files seem to be modified after > they are generated, for example ASTReference (a complex "init" > method), ASTDirective (a setDirectiveName method), ASTEscape (a "val" > public field). > Am I right or am I missing something? > > Thanks > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
