-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BSP] buildTarget/javacOptions not found #1091
Comments
Can you explain, how to reproduce this? Which BSP client? What steps? |
I just run |
@lefou I checked it using the last {
"name": "mill-bsp",
"argv": [
"C:\\Users\\rapha\\scoop\\apps\\mill\\current\\mill.bat",
"-i",
"--disable-ticker",
"--color",
"false",
"mill.bsp.BSP/start"
],
"millVersion": "0.9.9",
"bspVersion": "2.0.0",
"languages": [
"scala",
"java"
]
} But it doesn't using the new {
"name": "mill-bsp",
"argv": [
"C:\\Users\\rapha\\scoop\\apps\\mill\\current\\mill.bat",
"--bsp",
"--disable-ticker",
"--color",
"false",
"--jobs",
"1"
],
"millVersion": "0.10.0-M3-114-e972e1",
"bspVersion": "2.0.0",
"languages": [
"scala",
"java"
]
} giving this error:
|
Interesting. Thanks for checking! This could be related to your |
Yes, it's a Windows-bug in mill. I opened a PR: #1557 |
It now works like a charm.
You probably know the answer now but yes, it was the mill assembly generated by the |
Hello, my issue is similar to #1024. It should be fixed in #1025 but the problem sill occurs in 0.9.4 on Windows 10.
The text was updated successfully, but these errors were encountered: