eugene yokota
76d3c88ad9
Merge pull request #323 from eed3si9n/wip/dont_use_homebrew
...
Remove Homebrew from CI
2020-05-29 12:20:30 -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
25c1b96dae
Merge pull request #321 from XenonAbe/sbtIssue5223
...
Fix --jvm-debug not working on Windows
2020-03-03 22:42:17 -05:00
abe
2242091012
Add test for --jvm-debug
2020-03-04 12:05:41 +09:00
abe
bcf5f020fe
Fix --verbose output with --jvm-debug on Windows
2020-03-04 11:48:56 +09:00
abe
8143bbfc24
Fix --jvm-debug not working on Windows
2020-03-03 14:39:00 +09:00
Eugene Yokota
c6ac5619ed
BINTRAY_USER
2020-01-24 15:03:40 -05:00
Eugene Yokota
2b5ed6529b
Add sbt.build.patch
2020-01-24 11:56:29 -05:00
eugene yokota
cfb278b17b
Merge pull request #320 from heksesang/master
...
Fixed expansion of args with whitespace in JDK 9+.
2020-01-13 12:54:20 -05:00
Gunnar Lilleaasen
415e566577
Fixed expansion of args with whitespace in JDK 9+.
...
Solves the issue where providing sbt_options and java_args containing whitespaces on Java 9 and higher would fail. Expansion of sbt_options and java_args containing whitespaces would not expand correctly in copyRt(), but instead would create an invalid java command due to missing quotes.
2020-01-13 10:44:28 +01:00
eugene yokota
43498a2e08
Merge pull request #319 from eed3si9n/wip/space
...
Fix unintended glob expansion
2020-01-08 12:53:26 -05:00
Eugene Yokota
1a2ca2610b
Fix unintended glob expansion
...
Fixes https://github.com/sbt/sbt/issues/5343
2020-01-08 10:10:09 -05:00
eugene yokota
269533c160
Merge pull request #317 from eed3si9n/wip/star
...
Fixes quoted argument with whitespace
2020-01-04 15:31:11 -05:00
Eugene Yokota
d281886584
consolidate Travis CI build jobs
2020-01-04 15:12:31 -05: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
eugene yokota
ba0976f8cf
Merge pull request #318 from eed3si9n/wip/refactor
...
refactor sbtProcess to use vararg
2020-01-03 18:39:35 -05:00
Eugene Yokota
0ce5630633
refactor sbtProcess to use vararg
...
This allows passing whitespace as part of an argument.
2019-12-28 02:36:53 -05:00
eugene yokota
6c55f68f5c
Merge pull request #316 from eed3si9n/wip/rsync
...
rsync flags
2019-12-24 22:41:13 -05:00
Eugene Yokota
d35fe3aeaf
rsync flags
...
Fixes https://github.com/sbt/sbt/issues/5035
Currently `sbt` calls `rsync -a`, which expands to `-rlptgoD`, including `--group` and `--owner` flag that preserves the group and owner of the files. This drops the requirement since we just need to copy files around with the right timestamp.
2019-12-24 21:35:01 -05:00
eugene yokota
c0af7e91bb
Merge pull request #315 from eed3si9n/wip/sync
...
Fix rsync check path
2019-12-24 15:37:53 -05:00
Eugene Yokota
8d06d14019
Fix rsync check path
...
Starting sbt 1.3.x we use Coursier to build the preloaded local repo using Maven layout.
2019-12-24 15:12:30 -05:00
eugene yokota
7863bd28f6
Merge pull request #313 from eed3si9n/wip/exec
...
don't use execRunner to copy rt.jar
2019-12-23 14:48:01 -05:00
Eugene Yokota
5559440739
don't use execRunner to copy rt.jar
...
Ref https://github.com/sbt/sbt-launcher-package/pull/308
Fixes https://github.com/sbt/sbt/issues/5270
The first time `sbt` runs on JDK 11, it copies the `rt.jar` by calling `execRunner java`.. it seems like the control never comes back from it and `sbt` just ends there. This fixes the problem by not calling `execRunner` for that operation.
2019-12-23 01:50:37 -05:00
eugene yokota
2df05c5bfb
Merge pull request #311 from er1c/jvm-debug
...
Tweak sbt.bat to parse the -debug arguments first
2019-12-20 09:32:30 -05:00
Eric Peters
29548d7628
Tweak sbt.bat to parse the -debug arguments first
2019-12-19 16:15:25 -08:00
eugene yokota
d528d0734e
Merge pull request #310 from eed3si9n/wip/offline
...
Fix Coursier export by adding missing artifacts
2019-12-13 11:25:04 -05:00
Eugene Yokota
595bf0fc2d
Fix Coursier export by adding missing artifacts
...
Ref https://github.com/sbt/sbt-launcher-package/pull/145
Ref https://github.com/sbt/sbt-launcher-package/pull/267
2019-12-13 10:45:13 -05:00
eugene yokota
aa6ce25a86
Merge pull request #308 from esamson/master
...
Use exec to launch when not in cygwin
2019-11-20 21:49:36 +02:00
Edward Samson
a362c964de
Use exec to launch when not in cygwin
...
This allows, for example, capturing the correct PID when launching sbt
from within a bash script. The original change from
1a07150560 was to address an issue
specific to cygwin.
2019-11-20 13:57:33 +08:00
eugene yokota
031021cea0
Merge pull request #307 from er1c/script-version-no-copy
...
Update sbt.bat --script-version to execute early and avoid java check/robocopy bootstrap
2019-11-18 07:49:17 +02:00
Eric Peters
8122bd7020
Update citest to use 1.3.0 release
2019-11-17 11:49:58 -08:00
Eric Peters
63eabf3c8f
Update sbt.bat --script-version to execute early and avoid java check/robocopy bootstrap - Fixes #5220
2019-11-17 08:35:30 -08:00
eugene yokota
98aac0a413
Merge pull request #306 from michaelh0911/master
...
Add special handling for -XX
2019-11-13 09:00:06 +02:00
Michael Hsu
1318c0f594
Add special handling for -XX, -XX:+ and -XX:0
2019-11-11 10:59:06 +08:00
Michael Hsu
cb19634350
Fix tests for -XX, then add test for -XX:+ and -XX:-
2019-11-11 10:56:10 +08:00
Michael Hsu
34ca729719
Fix Travis CI error: find: '=': No such file or directory
2019-11-10 20:46:55 +08:00
Michael Hsu
c742f66dd8
Add tests for -XX and mutiple -D
2019-11-09 22:44:13 +08:00
Michael Hsu
fe43d0b975
Add special handling for -XX
...
Fix special handling for -D where > null should be > nul
Fix the problem that only the first option of SBT_OPTS and JAVA_OPTS got processed
2019-11-08 10:23:53 +08:00
eugene yokota
9f9dd66336
Merge pull request #305 from er1c/sbt-jar-win
...
Add --sbt-jar test and windows sbt.bat support
2019-10-20 09:56:13 -04:00
Eric Peters
978ea39676
Make the script version regex test more windows-friendly
2019-10-19 21:01:03 -07:00
Eric Peters
5991e803af
Add --sbt-jar test and windows sbt.bat support
2019-10-19 20:29:09 -07:00
eugene yokota
d97d9e66ff
Merge pull request #304 from er1c/deprecated-args
...
Remove unimplemented --sbt-rc and --sbt-snapshot arguments from docs and scripts
2019-10-19 23:02:19 -04:00
Eric Peters
819ee47071
Remove unimplemented --sbt-rc and --sbt-snapshot arguments from docs and scripts
2019-10-19 18:34:13 -07:00
eugene yokota
f1f114b15f
Merge pull request #303 from er1c/update-target-java-8
...
Update javacOptions to target 1.8 & Add IntelliJ integrationTest/test run configuration
2019-10-19 17:54:12 -04:00
eugene yokota
832d94739b
Merge pull request #301 from er1c/osx-tests
...
Run the full integrationTest/test on OSX
2019-10-19 17:28:13 -04:00
Eric Peters
d7d780e16e
Add IntelliJ run configuration for integrationTest/test
2019-10-19 12:21:35 -07:00
Eric Peters
b04ecd9427
Update javacOptions to target 1.8
2019-10-19 12:13:08 -07:00
Eric Peters
1249bf4d8e
Run the full integrationTest/test on OSX
2019-10-19 11:51:31 -07:00
eugene yokota
ead69fe395
Merge pull request #300 from eed3si9n/wip/d
...
Fix -D with quotes
2019-10-16 15:23:47 -04:00
Eugene Yokota
9471fab91b
Remove debug echo
2019-10-16 13:18:58 -04:00