You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand metals ships with it's own mill build, which is currently at version 0.6.1. Unfortunately, this version contains a bug, where on Windows with java 8 an error is thrown when trying to import a build. See issue: com-lihaoyi/mill#405
To Reproduce
Steps to reproduce the behavior:
Create a new folder foo with a file build.sc with the following contents:
Observe that "mill bloopinstall" runs forever and the output contains the following errors:
2020.05.06 14:36:20 INFO running 'C:\Users\xxx\AppData\Local\Temp\metals3886844015490896242\millw.bat --mill-version 0.6.1 --predef C:\Users\xxx\AppData\Local\Temp\metals3886844015490896242\predef.sc mill.contrib.Bloop/install'
2020.05.06 14:36:21 INFO Error: Could not create the Java Virtual Machine.
2020.05.06 14:36:21 INFO Error: A fatal exception has occurred. Program will exit.
2020.05.06 14:36:21 INFO Unrecognized VM option 'VMOptionsFile=C:\Users\xxx\Desktop\testmill\out\mill-worker-qq8Z5zqpvm7Xr\yBd+k6DpQPqRg=-1\vmoptions'
Expected behavior
I would expect the project to be imported with no issues
Screenshots
Installation:
Operating system: Windows 10
Editor: Visual Studio Code
Metals version: v0.9.0
Additional context
It looks like this issue has been addressed on com-lihaoyi/mill#791, which has been included in mill 0.6.2
Search terms
mill
The text was updated successfully, but these errors were encountered:
Thanks for reporting! We should upgrade the default Mill version to 0.6.2, but in the meantime you can specify the version yourself via .mill-version file or by customizing the mill executable in the settings.
Describe the bug
As far as I understand metals ships with it's own mill build, which is currently at version 0.6.1. Unfortunately, this version contains a bug, where on Windows with java 8 an error is thrown when trying to import a build. See issue: com-lihaoyi/mill#405
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the project to be imported with no issues
Screenshots
Installation:
Additional context
It looks like this issue has been addressed on com-lihaoyi/mill#791, which has been included in mill 0.6.2
Search terms
mill
The text was updated successfully, but these errors were encountered: