heroku / devcenter-grails

22 stars 11 forks source link

server/jetty-runner.jar missing #1

Open gudmundur opened 10 years ago

gudmundur commented 10 years ago

While testing the grails buildpack I noticed that jetty-runner.jar has been renamed to webapp-runner.jar, which breaks: https://github.com/heroku/devcenter-grails/blob/master/Procfile#L1

To reproduce, create a fresh app, push this code to it and see the app fail on startup.

gdubicki commented 10 years ago

I confirm.

Why don't you just fix it like this?

gudmundur commented 10 years ago

@grzegorz-dubicki perfect, can you send that as a PR?