Where does ANTLR write output files?(ANTLR 3)
ANTLR writes files to the current directory by default. But, the output filename is sensitive to the output directory and the directory where the grammar file was found. If you reference a grammar with a (relative or absolute) path, ANTLR will pull the grammar from that directory and write the output to that directory ... Other labels:
faq_gettingstarted