-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Windows,java_binary launcher: support jar files on multiple drives #5135
Labels
Comments
/cc @meteorcloudy |
Looks like creating junctions for those jars is the only option? |
That's my best idea too. |
I'll find a time to take care of this! |
Thank you @meteorcloudy ! You could use the junction creator in bazel/src/main/native/windows/file.h Line 85 in 56fbc99
|
Thanks! |
P1 because it blocks #5125 which is also P1. |
meteorcloudy
added a commit
to meteorcloudy/bazel
that referenced
this issue
May 4, 2018
Create junctions to jar's directory when java launcher and its jar are under different drives Fixed bazelbuild#5135 Change-Id: I21c5b28f5f36c1fe234f8b781fe40d526db846cc
lfpino
pushed a commit
that referenced
this issue
May 14, 2018
Create junctions to jar's directory when java launcher and its jar are under different drives Fixed #5135 Change-Id: I21c5b28f5f36c1fe234f8b781fe40d526db846cc PiperOrigin-RevId: 196477704
lfpino
pushed a commit
that referenced
this issue
May 17, 2018
Create junctions to jar's directory when java launcher and its jar are under different drives Fixed #5135 Change-Id: I21c5b28f5f36c1fe234f8b781fe40d526db846cc PiperOrigin-RevId: 196477704
lfpino
pushed a commit
that referenced
this issue
May 24, 2018
Create junctions to jar's directory when java launcher and its jar are under different drives Fixed #5135 Change-Id: I21c5b28f5f36c1fe234f8b781fe40d526db846cc PiperOrigin-RevId: 196477704
ulfjack
pushed a commit
that referenced
this issue
May 25, 2018
Create junctions to jar's directory when java launcher and its jar are under different drives Fixed #5135 Change-Id: I21c5b28f5f36c1fe234f8b781fe40d526db846cc PiperOrigin-RevId: 196477704
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature requests: what underlying problem are you trying to solve with this feature?
The java_binary launcher cannot create a classpath jar if the jar files are on different drives.
What operating system are you running Bazel on?
Windows 10.
What's the output of
bazel info release
?release 0.13.0
Have you found anything relevant by searching the web?
#5125 (comment)
The text was updated successfully, but these errors were encountered: