I want to change the clojure launch script in homebrew (a package
manager for Mac OS X), but before sending a pull request I want to
bounce it off of you guys.

The existing script was pretty minimal, and I wanted to at least have
it check if rlwrap was available. These are the changes I've made:
     * It will use rlwrap if it is available on the PATH
     * It now takes a -cp or -classpath argument, which is appending
to the existing one (including $CLASSPATH)
     * It no longer launches the -server VM by default
     * It is now possible to pass flags to the JVM with -J flags.
Examples: -J-server -J-Dname=value -J-Xmx2g

My brew formular is located here:
http://github.com/karmazilla/homebrew/blob/master/Library/Formula/clojure.rb

-- 
Venlig hilsen / Kind regards,
Christian Vest Hansen.

-- 
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