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

sbt 0.10 does not create directory structure in new project. #56

Closed
harrah opened this issue Jan 5, 2013 · 1 comment
Closed

sbt 0.10 does not create directory structure in new project. #56

harrah opened this issue Jan 5, 2013 · 1 comment
Labels

Comments

@harrah
Copy link
Owner

harrah commented Jan 5, 2013

I am operating under the (perhaps erroneous) assumption that sbt should create the directory structure defined on the Setup Wiki page when first run in a new directory. I cannot find anything that says it ought to, but the documentation seems to imply that it should. However it does not seem to do this for me.

$ mkdir new
$ cd new
$ sbt
[info] Set current project to default (in build file:/Users/foo/new/)

exit
$ ls -F
project/ target/
$ ls -F project
target/
$ ls -F target
streams/

Obviously I can create the structure manually so it's a minor bug, if a bug at all. If it is not supposed to create the directory structure automatically, then perhaps a single sentence in the Wiki would be sufficient to communicate this. I am happy to edit the wiki myself if someone can confirm that this is the case.

I am using Java version 1.6.0_24.

@harrah
Copy link
Owner Author

harrah commented Jan 5, 2013

IMPORTANT This project has moved to https://github.com/sbt/sbt. This issue still exists to avoid dead links, but GitHub limitations prevent the original issue from being correctly preserved here. Please see sbt/sbt#56 for the full issue and to comment.

@harrah harrah closed this as completed Jan 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant