2 Nov 2008 18:39
Re: moved antlr3-task for ant
Mm... actually I am using user 'bovet' which might explain why I don't see anything there. My p4 client gives that:
View:
//depot/code/antlr-buildtools/... //bovet.desktop/antlr-buildtools/...
//depot/code/antlr/main/... //bovet.desktop/antlr/main/...
//depot/code/antlr/release-3.1.1/... //bovet.desktop/antlr/release-3.1.1/...
//depot/code/examples-v3/... //bovet.desktop/examples-v3/...
//depot/code/usf/lang/... //bovet.desktop/lang/...
//depot/code/usf/mantra/... //bovet.desktop/mantra/...
//depot/code/stringtemplate/java/main/... //bovet.desktop/stringtemplate/main/...
//depot/code/stringtemplate/java/release-3.2/... //bovet.desktop/stringtemplate/release-3.2/...
//depot/code/antlrworks/main/... //bovet.desktop/antlrworks/main/...
...
Jean
On Nov 1, 2008, at 10:37 PM, Terence Parr wrote:
Hi Jean, should be ok:write user jbovet * //depot/code/antlr-buildtools/...TerOn Nov 1, 2008, at 3:44 PM, Jean Bovet wrote:Thanks Jim. I am unable to get the revision for the antlr-buildtools/maven directory (nor can I see your changelist content). Is that a p4 permission problem?JeanOn Nov 1, 2008, at 2:36 PM, Jim Idle wrote: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.
JimJean 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-ErkRXerACLvYtjvyW6yDsg@public.gmane.org > http://www.antlr.org:8080/mailman/listinfo/antlr-dev _______________________________________________ antlr-dev mailing list antlr-dev-ErkRXerACLvYtjvyW6yDsg@public.gmane.org http://www.antlr.org:8080/mailman/listinfo/antlr-dev
<div>Mm... actually I am using user 'bovet' which might explain why I don't see anything there. My p4 client gives that:<div><br></div> <div> <div>View:</div> <div> //depot/code/antlr-buildtools/... //bovet.desktop/antlr-buildtools/...</div> <div> //depot/code/antlr/main/... //bovet.desktop/antlr/main/...</div> <div> //depot/code/antlr/release-3.1.1/... //bovet.desktop/antlr/release-3.1.1/...</div> <div> //depot/code/examples-v3/... //bovet.desktop/examples-v3/...</div> <div> //depot/code/usf/lang/... //bovet.desktop/lang/...</div> <div> //depot/code/usf/mantra/... //bovet.desktop/mantra/...</div> <div> //depot/code/stringtemplate/java/main/... //bovet.desktop/stringtemplate/main/...</div> <div> //depot/code/stringtemplate/java/release-3.2/... //bovet.desktop/stringtemplate/release-3.2/...</div> <div> //depot/code/antlrworks/main/... //bovet.desktop/antlrworks/main/...</div> <div>...</div> <div><br></div> <div>Jean</div> <div><br></div> <div> <div>On Nov 1, 2008, at 10:37 PM, Terence Parr wrote:</div> <br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi Jean, should be ok:<div><br></div> <div> <div> write user jbovet * //depot/code/antlr-buildtools/...</div> <div><br></div> <div>Ter</div> <div> <div>On Nov 1, 2008, at 3:44 PM, Jean Bovet wrote:</div> <br class="Apple-interchange-newline"><blockquote type="cite"><div>Thanks Jim. I am unable to get the revision for the antlr-buildtools/maven directory (nor can I see your changelist content). Is that a p4 permission problem?<div><br></div> <div>Jean</div> <div> <br><div> <div>On Nov 1, 2008, at 2:36 PM, Jim Idle wrote:</div> <br class="Apple-interchange-newline"><blockquote type="cite"> <div> On Sat, 2008-11-01 at 12:29 -0700, Jean Bovet wrote: <blockquote type="CITE"> 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</blockquote> <br> Hi Jean,<br><br> 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).<br><br> 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).<br><br> cd code/antlr-buildtools/maven/antlr3-maven-plugin<br> mvn install<br> cd code/antlr/main/runtime/Java<br> mvn install<br> ~/antlrsrc/code/antlr/main<br> mvn install<br><br> Hopefully Ter will publish the antlr-snapshot directory via http soon.<br><br> Jim <blockquote type="CITE"> 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 > <a href="mailto:antlr-dev@...">antlr-dev@...</a> > <a href="http://www.antlr.org:8080/mailman/listinfo/antlr-dev">http://www.antlr.org:8080/mailman/listinfo/antlr-dev</a> _______________________________________________ antlr-dev mailing list <a href="mailto:antlr-dev@...">antlr-dev@...</a> <a href="http://www.antlr.org:8080/mailman/listinfo/antlr-dev">http://www.antlr.org:8080/mailman/listinfo/antlr-dev</a> </blockquote> </div> </blockquote> </div> <br> </div> </div></blockquote> </div> <br> </div> </div></blockquote> </div> <br> </div> </div>
RSS Feed