Always when i generate Parser and Lexer from my Grammarfile, everything works fine instead of the problem, that ANTLR automaticly adds the whole User directory to any returns and comments. That is not good. E.g.:
return "C:\\Users\\##\\workspace\\project\\src\\Grammar.g"
also this tool does the same with any comments:
// $ANTLR 3.4 C:\\Users\\##\\workspace\\project\\src\\Grammar.g 2012-06-18 18:25:20
i have to publish my project so is there any way to disable this "function" ?
Regards, redstreak.