On Sat, 2008-11-01 at 12:29 -0700, Jean Bovet wrote: > Hi, > > I'm trying to build ANTLR using the old ant task and it doesn't > compile (apparently some issue with the new antlr.v3 package). I > synced this morning with the changes from Jimi so I don't really know > what has changed (I don't see the changelist from jimi because I don't > have the permission). I've tried to build using maven but no success > because it doesn't find the antlr3-maven-plugin from the repository. > > Any help appreciated :-)
Hi Jean, The maven task is now in the antlr snapshot repository for maven, however the snapshot is not yet being published via http (I blame Ter). All that has changed really though is that the grammar files are moved to org.antlr.grammar.v2 and org.antlr.grammar.v3 so you don't need to copy the .txt for the tokens. I will try to fix the ant build tomorrow, but if you sync the maven3 plugin from //depot/code/antlr-buildtools/maven then cd directory that contains pom.xml and type mvn install, then you will have the maven3 plugin locally and build antlr using maven (build the runtime first, then build the tool jar). cd code/antlr-buildtools/maven/antlr3-maven-plugin mvn install cd code/antlr/main/runtime/Java mvn install ~/antlrsrc/code/antlr/main mvn install Hopefully Ter will publish the antlr-snapshot directory via http soon. Jim > > Jean > > On Oct 31, 2008, at 10:32 AM, Terence Parr wrote: > > > hi, Jim Idle is building maven stuff for antlr and since we have ant > > task too, i'm making new root dir for buildtools and moving antlr-ant > > to ant under it. here are current permissions updated: > > > > write user jpfundt * //depot/code/antlr-buildtools/ant/... > > write user jimi * //depot/code/antlr-buildtools/ant/... > > write user jbovet * //depot/code/antlr-buildtools/ant/... > > write user kroepke * //depot/code/antlr-buildtools/ant/... > > write user mbenson * //depot/code/antlr-buildtools/ant/... > > > > Ter > > _______________________________________________ > > antlr-dev mailing list > > antlr-dev@antlr.org > > http://www.antlr.org:8080/mailman/listinfo/antlr-dev > > _______________________________________________ > antlr-dev mailing list > antlr-dev@antlr.org > http://www.antlr.org:8080/mailman/listinfo/antlr-dev
_______________________________________________ antlr-dev mailing list antlr-dev@antlr.org http://www.antlr.org:8080/mailman/listinfo/antlr-dev