Timothy Licata <timothy.lic...@gmail.com> writes:

> I've tried a few things.  First of all, heroku doesn't put
> :dev-dependencies on the classpath by default[1].  When I enable
> LEIN_DEV, the :dev-dependencies are downloaded, but the app times out
> while booting[2].  If I try moving lein-cljsbuild from :dev-depencies
> to :plugins in my project.clj, heroku rejects my git push[3].

It looks like there's a bug in the Heroku buildpack for Clojure where
JAVA_CMD isn't getting exported for when plugins are brought in. I've
pushed a fix and will deploy it soon, but in the mean time you can bring
it in with this command:

$ heroku config:add 
BUILDPACK_URL=git://github.com/heroku/heroku-buildpack-clojure.git

Thanks for catching this!

-Phil

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