> Looks cool. This should help the XML-allergic :)

Though I don't like it, the XML is the least of my problems. Don't
know what to do or even where to start. I want to do the following in
maven or pmaven, but anything beyond their Hello World example has
been a real struggle :-(    Any pointers?

-- Generate Java code from an ANTLR lexer:
java -cp ...  org.antlr.Tool Scanner.g

-- Compile the scanner and an exception class:
javac -cp ... Scanner.java ExitException.java

-- Compile the clojure program using the above classes
java -Dclojure.compile.path=... -cp ... clojure.lang.Compile prog.main

-- Package incl. the antlr runtime inside the jar
jar -x ...
jar cMf prog.jar ... *.class

- clean up: delete the generated Java classes, the .tokens file, the
expanded antl runtime, all .class files

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to