Eugene Yokota
adbd541c97
Update sbtn
2020-09-23 02:53:13 -04:00
Eugene Yokota
2def5ef636
sbtn support
...
Ref https://github.com/sbt/sbt/issues/5665
This implements `--client` option to use `sbt` script as the sbtn runner. The build user can also set the env variable `SBT_NATIVE_CLIENT` to `true`.
The script will attempt to parse `project/build.properties` and use sbtn only when it's sbt 1.4 or above.
2020-09-20 17:13:04 -04:00
Eugene Yokota
c55cccd4d5
Remove Homebrew from CI
...
Ref https://github.com/Homebrew/homebrew-core/issues/50649
2020-05-29 01:52:58 -04:00
Eugene Yokota
c11040c968
Fixes quoted arugment with whitespace
...
Ref https://github.com/sbt/sbt/issues/5343
Fixes https://github.com/sbt/sbt/issues/5210
2020-01-04 15:05:13 -05:00
Eric Peters
8122bd7020
Update citest to use 1.3.0 release
2019-11-17 11:49:58 -08:00
Eric Peters
b5fd78f74b
Intial sbt.bat refactor to match the universal bash script - implement --help, --verbose, --version, --script-verion, --numeric-version, .sbtopts, .jvmopts, -D
2019-10-09 19:47:49 -07:00
Eugene Yokota
98efb989db
Fix equal sign handling for -D
...
Fixes sbt/sbt#2695
By the time the arguments are passed to a batch script,
it seems like is parsed away.
for /F did not work since it would not handle double quoted
paths that include whitespaces.
This adds special handling for -D parameters only.
2019-09-25 06:57:07 +01:00
Eugene Yokota
4dc6bb788e
check that Linux output doesn't contain any junk
2019-09-22 19:04:03 -04:00
Eugene Yokota
91b71b39d3
Reproduce JDK 11 warning
...
Ref https://github.com/sbt/sbt/issues/5031
2019-09-05 22:53:03 -04:00
Eugene Yokota
3cd702af9f
Windows
2019-07-16 17:38:58 -04:00
Eugene Yokota
f94dc1a9ed
no more warnings
2019-05-23 12:42:19 -04:00
Eugene Yokota
bd32204c21
Bump stack size
...
Ref https://github.com/scala/bug/issues/10870
2019-05-22 23:38:50 -04:00
Eugene Yokota
e39a139042
Remove -XX:MaxPermSize out of Windows default
...
Fixes #223
2019-05-22 17:32:13 -04:00
eugene yokota
a85b486b4c
export repo using Coursier ( #267 )
...
export repo using Coursier
Ref https://github.com/sbt/sbt/issues/4661
2019-05-15 10:52:39 -04:00
Eugene Yokota
3f9e91aa4f
Default to -Dfile.encoding=UTF-8
...
Fixes #236
2019-02-22 22:39:18 -05:00
Olli Helenius
b8b3542339
Fix rsync source path designation in preloaded; fixes #246
2018-12-03 22:13:08 +02:00
Eugene Yokota
018034a090
JDK11 on Windows
2018-10-18 16:50:30 -04:00
Olli Helenius
b791da704c
Use `preloaded` from `-sbt-dir`
2018-10-17 13:04:39 +03:00
Eugene Yokota
88229e03ba
Fix test on openjdk11
2018-10-10 00:13:10 -04:00
Eugene Yokota
4a8b1b97db
Test more SBT_OPTS
2018-07-30 18:52:45 -04:00
Eugene Yokota
b2fdb7685f
Fix Java version detection on Windows
...
Fixes https://github.com/sbt/sbt/issues/4055
Adds JDK 10 testing on Windows
2018-04-06 05:24:07 -04:00
Eugene Yokota
a638ad49ac
Fix bash number comparison
...
This adds JDK 10 and 11 testing on Linux
2018-04-06 05:23:14 -04:00
Eugene Yokota
6f1e6c36d9
cross JVM testing
...
This continues to use Oracle JDK 8 for building, but adds test jobs using oraclejdk8, oraclejdk9, and oraclejdk10.
2018-02-15 00:42:01 -05:00
TATSUNO Yasuhiro
06420a7c62
Ignore comment in .jvmopts on Windows ( #213 )
2018-02-14 09:06:22 +00:00
Eugene Yokota
417599b463
Fixing test
2018-01-08 10:17:38 -05:00
Eugene Yokota
3b39ff0554
Use more delayed expansion
...
Fixes #206
When I use unzipped sbt.bat it seems to runs ok, but using the msi installer version, this variable seems to expand and causes:
```
\sbt\bin\java9-rt-export.jar was unexpected at this time.
```
2018-01-08 10:06:04 -05:00
Eugene Yokota
f9b9d082f6
use delayed expansion
...
Fixes sbt/sbt#3804
Inside the if, it seems like bunch of variables were set to blank.
Using delayed expansion seems to fix this. This is confirmed by the newly added test.
2017-12-14 02:30:02 -05:00
Eugene Yokota
49d85750af
add test
2017-12-14 02:03:47 -05:00
Eugene Yokota
73bd7a5284
Add AppVeyor settings
2017-12-13 23:40:10 -05:00