I made a buildpack based on the leiningen one and the other boot buildpack. 
 This one seems to work properly:

https://github.com/taylorSando/heroku-buildpack-clojure

On Thursday, March 19, 2015 at 9:09:06 AM UTC-5, Taylor Sando wrote:
>
> When I try to deploy an application using boot I get:
>
> -----> Fetching custom git buildpack... done
> -----> BootClojure app detected
> -----> Installing OpenJDK 1.8...
> /tmp/buildpack_8dd5d6e1eb90146982470bbee05eb89d/bin/compile: 192: 
> /tmp/buildpack_8dd5d6e1eb90146982470bbee05eb89d/bin/compile: Bad 
> substitution
> cp: cannot stat '//opt/with_jmap': No such file or directory
>
> Looking at the source code for the buildpack.  It seems identical to how 
> the clojure buildpack works with leiningen.  The problem occurs before 
> there is really any divergence in how the two work.
>
> # Install JDKjavaVersion=$(detect_java_version ${BUILD_DIR})echo -n "-----> 
> Installing OpenJDK ${javaVersion}..."install_java ${BUILD_DIR} 
> ${javaVersion}jdk_overlay ${BUILD_DIR}echo "done"
>
>
> It doesn't get past the install_java
>
> I deployed an app using clojure/leiningen, so I know the above could 
> should work.  
>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to