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
For Windows: Fix to enable scala_test and scala_binary outputs to be executed on Windows (#1502)
* Fixed path forms passed into the Windows Launcher.
Passing the correct path forms (i.e. rpathlocation vs rootpath) to Windows Launcher.
This enables running scala_test and scala_binary outputs through bazel on windows.
* small lint fixes
* minor changes to resolve review comments
- Added comment on use of env in _write_executable_windows()
- Removed unecessary var in rpathlocation_from_rootpath()
//Bazel's java_launcher expects some fields(i.e. jar_bin_path and classpaths) to be rootpath. rpathlocation is relative to runfiledir (always prefix with repo). Rootpath is relative to runfiledir/workspacename.
0 commit comments