-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
'other' has different root #944
Comments
same problem in windows 10, which my project in
|
We currently encode foreign modules with a relative path, but under Windows, path with different drive letters can't be made relative to each other. (I think predef scripts are handled as foreign modules.) We probably need to change the handling of foreign modules to also support absolute paths, in case they can't be made relative. |
I think we can close this with #2377. Predef scripts are no longer supported, and the alternative meta-builds live in |
Ok, let's close this one. But I think we still can't import external modules which live on other windows drives. We can open a new issue, once we have a reproducer. |
adding a predefScript(on windows) at
C:\Users\Kevin\.mill\ammonite\predefScript.sc
and then running build from another volume ieE:\code\work\test > mill resolve __
Results in
'other' has different root
exception.The text was updated successfully, but these errors were encountered: