-
Notifications
You must be signed in to change notification settings - Fork 1k
equal (=) appearing passed in as batch argument requires quotation on Windows #2695
Copy link
Copy link
Closed
sbt/sbt-launcher-package
#290Labels
Enhancementarea/runner-scriptissues around sbt-the-bash-script, or bat scriptissues around sbt-the-bash-script, or bat scriptarea/windowsWindows-specific issueWindows-specific issue
Description
steps
- Installed sbt 0.13.8 on Windows 7 64-bit.
- Went to a directory that has a simple hello-world sbt project (probably doesn't matter).
- From the commandline, called:
sbt -Dsbt.log.noformat=true.
problem
- It says: Warning: invalid system property 'sbt.log.noformat'
expectation
- To not show this message, because the documentation seems to say it's a valid property.
http://www.scala-sbt.org/0.13/docs/Command-Line-Reference.html
notes
workaround
sbt "-Dsbt.log.noformat=true"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Enhancementarea/runner-scriptissues around sbt-the-bash-script, or bat scriptissues around sbt-the-bash-script, or bat scriptarea/windowsWindows-specific issueWindows-specific issue