sbt/launcher-package
PandaMan 461e12d497
[2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656)
Windows CMD interprets parentheses as special syntax for command grouping.
When the project directory path contains parentheses (e.g., in username),
the batch script fails with ') was unexpected at this time.' error.

This fix stores the current directory in a variable using delayed expansion
(!CURRENT_DIR!) instead of using %CD% directly, which properly handles
paths containing parentheses and other special characters.

Fixes #8644
2026-01-29 16:51:06 -05:00
..
bin fix typo 2025-01-02 13:52:51 +09:00
citest Scala 3.8.1 2026-01-24 04:52:28 -05:00
integration-test [2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) 2026-01-29 16:51:06 -05:00
src [2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) 2026-01-29 16:51:06 -05:00
upload Spelling (#8028) 2025-02-04 01:11:28 -05:00
CONTRIBUTING.md move to launcher-package/ 2021-04-19 10:45:29 -04:00
LICENSE ci: Split server-test 2025-08-24 00:17:58 -04:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
build.sbt [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00