tcr / mug

A self-hosted JavaScript compiler for the JVM. Written in CoffeeScript.
150 stars 5 forks source link

Convert to (or dual-build as) Maven project #19

Open bnoordhuis opened 13 years ago

bnoordhuis commented 13 years ago

Tim, any chance of setting this up as a Maven project so it pulls in its dependencies automagically? Building it is a hassle if you don't have clojure or clojure-contrib on the classpath.

bnoordhuis commented 13 years ago

I took the liberty of forking and maven-izing mug. There are two minor to do's (excluding unused files from the compiler and runtime jar + integrating the javascript tests into the build process) but it seems to work pretty well.

Could you have a look?

https://github.com/bnoordhuis/mug/tree/maven2

tcr commented 13 years ago

Will do. I'll get up to speed on Maven and then pull your additions. Thank you!