mcollina / heroku-buildpack-graphicsmagick

67 stars 77 forks source link

-----> Fetching custom git buildpack... done ! Push rejected, no Cedar-supported app detected #16

Open OKNoah opened 9 years ago

OKNoah commented 9 years ago

I get this error deploying to Heroku for the first time after setting the build pack.

-----> Fetching custom git buildpack... done

 !     Push rejected, no Cedar-supported app detected
benalavi commented 9 years ago

@OKNoah What buildpacks are you using?

OKNoah commented 9 years ago

I hadn't followed the .buildpack part, I think.

dragoninfrontofme commented 9 years ago

HI,

I got similar issue, my .buildpacks are: https://github.com/mcollina/heroku-buildpack-graphicsmagick https://github.com/heroku/heroku-buildpack-scala

any idea?

benalavi commented 9 years ago

@dragoninfrontofme Does it work if you use only the scala buildpack?

dragoninfrontofme commented 9 years ago

@benalavi no, it didn't work either. I tried only scala buildpack, let me try re-install everything again from the beginning, it seems heroku not able identify my ".buildpacks" file

benalavi commented 9 years ago

@dragoninfrontofme https://github.com/heroku/heroku-buildpack-scala#how-it-works describes how Heroku detects your Scala app, based on the error I would guess that it's not detecting your app at all

dragoninfrontofme commented 9 years ago

@benalavi i successfully installed the buildpacks on my app, but forgive my silly question, how to use the graphicmagick on my app? Currently im using playframework - scala, im using im4java library which is looking for "gm", i got error that can't find "gm"