Re: Clojure, Heroku and the dreaded R10 Boot Timeout Error

2013-02-13 Thread Timothy Licata
Hi Leonardo, I ran into something similar a while ago. To get around it, I setup :aot compilation. heroku config:add LEIN_BUILD_TASK=compile :all However, in order for config vars to work, I had to install the labs plugin and enable user_env_compile. heroku plugins:install

Re: Clojure, Heroku and the dreaded R10 Boot Timeout Error

2013-02-13 Thread Timothy Licata
Hi Leonardo, On Wed, Feb 13, 2013 at 7:12 PM, Leonardo Borges leonardoborges...@gmail.com wrote: I should have mentioned I'm using lein2. Heroku performs AOT compilation for you by default when that's the case. I had a feeling I was out of date. You have just saved me a configuration step,

Re: Heroku and lein-cljsbuild

2012-03-06 Thread Timothy Licata
On Mon, Mar 5, 2012 at 12:50 PM, Phil Hagelberg p...@hagelb.org wrote: Sorry, that wasn't too clear. Using :plugins is the correct approach here. Awesome, that works with the new buildpack. Thanks! I also had to set up AOT compilation to avoid the boot timeout mentioned in my original post.

Heroku and lein-cljsbuild

2012-03-02 Thread Timothy Licata
Hello all, I'm having trouble getting clojurescript to compile with lein-cljsbuild on heroku. It works locally through foreman and runs fine on heroku other than the cljs compilation issue. I've tried a few things. First of all, heroku doesn't put :dev-dependencies on the classpath by

Re: Hosted REPL, suggestions?

2011-02-04 Thread Timothy Licata
Hi Mark, I don't have answers to your bigger questions, but question: if GAE is the only game in town, do people have a preferrence over the various packages available on github (app-magic, appengine-clj, others)? I've recently moved my apps to appengine-magic. It does a good job of setting