Re: Leiningen on OpenBSD

2011-07-25 Thread scitesy
I'm going to listen to Aaron's initial advice and follow the path of least resistance by switching from OpenBSD to Linux (Arch) for Clojure development. Thanks all for your help. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Re: Leiningen on OpenBSD

2011-07-24 Thread Phil Hagelberg
On Sat, Jul 23, 2011 at 10:24 AM, Scott Scites railca...@gmail.com wrote: While walking through the Clojure/Heroku/Database tutorial the Leiningen REPL fails to display a prompt.  When I control-c out, the final output before closing shows a connection being made and the prompt.  If I change

Re: Leiningen on OpenBSD

2011-07-24 Thread Aaron Bedra
It appears that the ports tree does offer a sun jdk now that you can build, but it is 1.7. If you are running 4.9 and are using the jdk from the ports tree, this could also be the source of your problem. Cheers, Aaron Bedra -- Clojure/core http://clojure.com On 07/23/2011 09:57 PM, Aaron

Re: Leiningen on OpenBSD

2011-07-24 Thread scitesy
On Jul 24, 6:21 pm, Aaron Bedra aaron.be...@gmail.com wrote: It appears that the ports tree does offer a sun jdk now that you can build, but it is 1.7.  If you are running 4.9 and are using the jdk from the ports tree, this could also be the source of your problem. Thanks for your help! I'm

Re: Leiningen on OpenBSD

2011-07-24 Thread Phil Hagelberg
On Sun, Jul 24, 2011 at 8:39 PM, scitesy railca...@gmail.com wrote: On Jul 24, 6:21 pm, Aaron Bedra aaron.be...@gmail.com wrote: It appears that the ports tree does offer a sun jdk now that you can build, but it is 1.7.  If you are running 4.9 and are using the jdk from the ports tree, this

Re: Leiningen on OpenBSD

2011-07-24 Thread pmbauer
FWIW, lein and JDK 1.7 play fine together on both my linux systems (Ubuntu 10.10 and 11.04). -- 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 -

Leiningen on OpenBSD

2011-07-23 Thread Scott Scites
While walking through the Clojure/Heroku/Database tutorial the Leiningen REPL fails to display a prompt. When I control-c out, the final output before closing shows a connection being made and the prompt. If I change out of the project directory and lein repl I get the connection and the

Re: Leiningen on OpenBSD

2011-07-23 Thread Aaron Bedra
The java that you cobble together for openbsd is really a mess. Unless they have a working version of the standard jdk, I wouldn't bother. I love and support the openbsd project, but I stay away from any kind of java on openbsd. Cheers, Aaron Bedra -- Clojure/core http://clojure.com On Jul