yo, old package is org.antlr.* and I want to make it org.antlr.v4.* so v3 and v4 can live in same application. That will require change to main line depot structure. E.g.,
tool/src/main/antlr3/org/antlr/grammar/v3 would become tool/src/main/antlr3/org/antlr/v4/grammar/v3 due to mvn weirdness. that's a v4 grammar written in v3 tool/src/main/java/org/antlr/* would become: tool/src/main/java/org/antlr/v4/* Any thoughts / issues? I'm actually thinking of dumping use of mvn for build purposes. i don't like its complexity and dir structure. what used to be v4 (complete rewrite of antlr) used ant nicely and easily. we can still have a mvn plugin of course. Ter _______________________________________________ antlr-dev mailing list antlr-dev@antlr.org http://www.antlr.org/mailman/listinfo/antlr-dev