sbt/launcher-package/integration-test/src/test/scala
bitloi c6f67d706f
[2.x] feat: XDG directory standard (#8769)
- Add SysProp.defaultGlobalBaseDirectory: uses SBT_CONFIG_HOME,
  XDG_CONFIG_HOME/sbt (Unix), LOCALAPPDATA/sbt (Windows), else ~/.sbt
- BuildPaths.defaultGlobalBase delegates to SysProp for consistent default
- sbt script: inject -Dsbt.global.base from XDG when not already set;
  getPreloaded() fallback uses SBT_CONFIG_HOME/XDG_CONFIG_HOME
- sbt.bat: use LOCALAPPDATA/sbt when --sbt-dir not set
- Tests: BuildPathsTest (property + absolute path), RunnerScriptTest (XDG)
2026-02-20 23:32:48 -05:00
..
BspConfigTest.scala [2.x] feat: sbtw launcher (#8742) 2026-02-16 16:21:30 -05:00
ExtendedRunnerTest.scala [2.x] feat: sbtw launcher (#8742) 2026-02-16 16:21:30 -05:00
IntegrationTestPaths.scala [2.x] feat: sbtw launcher (#8742) 2026-02-16 16:21:30 -05:00
LauncherTestHelper.scala [2.x] feat: sbtw launcher (#8742) 2026-02-16 16:21:30 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
RunnerScriptTest.scala [2.x] feat: XDG directory standard (#8769) 2026-02-20 23:32:48 -05:00
ShellScriptUtil.scala [2.x] feat: sbtw launcher (#8742) 2026-02-16 16:21:30 -05:00