-
Notifications
You must be signed in to change notification settings - Fork 1.1k
dist/bin/dotr
can't run with a custom -classpath
#3477
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
I changed the
But If i run your example I receive:
|
@rsoeldner, that implies the JVM did not have the If you change it to
where the second classpath overrides the value of the first one. Effectively running with only We need to merge both classpaths into one and only emit that one. Executing something like this (note the place
We need to do something similar to the args as https://github.com/lampepfl/dotty/pull/3436/files#diff-215113124f1de02f228327ba7abb45f7R635 does but in bash. On another note your issue makes me realize that we should also detect if the user defines several |
Also, the |
The last line will default to the repl instead running the application.
Note that
dist-bootstrapped/target/pack/bin/dotr
is generated fromdist/bin/dotr
when packing.The text was updated successfully, but these errors were encountered: