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 by example doesn't work on Windows #745

Open
eed3si9n opened this issue Nov 26, 2018 · 1 comment
Open

sbt by example doesn't work on Windows #745

eed3si9n opened this issue Nov 26, 2018 · 1 comment

Comments

@eed3si9n
Copy link
Member

See #744

@RedwoodCoast
Copy link

Adding this comment for Windows Newcomers to sbt. If any part of your %UserProfile% path has a ! in it then look into changing the folder name to make sbt work on windows. This is a limitation of delayed expansion and windows batches.

In my case my local user account had ! in the Account name which I replaced with a 1.
The tutorial mostly works then.
Also, Touch can be easily mimic with copy con build.sbt ctrl-z (#744 ref).
Windows doesn't have Docker by default either. --HTH

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

2 participants