On May 22, 3:13 pm, Alan Condit <acon...@ipns.com> wrote:
> Has anybody with a Mac successfully rebuilt Antlr-3.2 from source?

I built it successfully like this:
download latest source from http://github.com/antlr/antlr
edit the pom.xml in the root folder, remove the following two lines:
        <module>gunit</module>
        <module>gunit-maven-plugin</module>
there were errors building the gunit plugin otherwise on mac.
you may need an existing antlr-3.2 and antlr-2.7.7.jar in your
classpath
in the root folder again, run:
mvn -N install
mvn -Dmaven.test.skip=true
mvn -Dmaven.test.skip=true package assembly:assembly
this will put a antlr-master-3.2.1-SNAPSHOT-completejar.jar weighing
1.6mb in the target folder.



List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-inter...@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to