heroku / heroku-eclipse-plugin

Warning: Deprecated! Heroku Eclipse plugin is a fully integrated plugin into Eclipse IDE that will allow developers to manage their Heroku apps and environment right from their favourite IDE
15 stars 9 forks source link

Automatically set up run configuration for a project #48

Open jesperfj opened 12 years ago

jesperfj commented 12 years ago

Is it possible to automatically set up a particular run configuration as part of creating a new project via the wizard? It would be really cool if a heroku app template could specify the run configuration for running the app locally.

tomsontom commented 12 years ago

Yes launch configurations can be created through workbench APIs

anandbn commented 12 years ago

This was one of things I had on the list for the next iteration. As part creating the launch config we should also synchronize the "environment" variables. Very similar to how "play eclipsify"does it except it also syncs up the environment variables.