-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Compile to jar file in Windows crashes if the target jar is specified in classpath #10775
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
Comments
|
In which environment do you run the |
Same with Also leaves behind |
Porting these two PRs might help: scala/scala#7366, scala/scala#7644 |
@michelou |
Minimized code
contents of file tmp/scala3test.sc:
There doesn't appear to be any problems in Linux, only Windows 10.
This complicates scripting support for very long classpaths, which effectively requires use of an @argsfile (wildcard classpath entries don't work in Windows currently). It leads to creation of two classpath args files, one for the compile phase and one for the runtime.
Output (click arrow to expand)
The text was updated successfully, but these errors were encountered: