I'm working on an sbt [1] plugin [2] for deploying scala apps and recently noted some changes that broke my procfile script.
I had written a procfile script [3] that used mvn to compile my scala project for use as my "web" proc. This worked for a while under I noticed that the $REPO env variable went missing from the profile runtime env. Also, mvn was previously on the execution path for jvm apps but this no longer seems to be the case. I believe I was also able to resolve the REPO var using the config_vars but this no longer seems to be the case. Was this a recent change and if so, what that a reason behind it? Is there a reliable alterative I can count on? [1]: https://github.com/harrah/xsbt/wiki [2]: github.com/softprops/heroic [3]: https://github.com/softprops/heroic/blob/master/src/main/scala/files.scala#L12-56 -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
