Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Eclipse style multi-module projects #7

Open
ltackmann opened this issue Nov 20, 2011 · 0 comments
Open

Support Eclipse style multi-module projects #7

ltackmann opened this issue Nov 20, 2011 · 0 comments

Comments

@ltackmann
Copy link

I use Eclipse which does not handle nested multi-module projects very well (mostly it just does not work). So my multi module project layout must be like this

./     <--- this is the root folder pushed to Heroku
./.git                            
./project-a/build.sbt
./project-b/build.sbt
./project-web/project/Build.scala  <--- this is the root SBT project
./Procfile

This means that the root folder for Heroku (the .git root) is not the same as the root project folder (project-web). It would be very welcome if the xsbt-start-script-plugin could handle these situations so the generated start script would work correctly when run from the real root.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant