Implicit javac
Task Doesn't Receive Project Map as Produced by update-in
#2666
Labels
javac
Task Doesn't Receive Project Map as Produced by update-in
#2666
Initial debugging steps
Before creating a report, especially around exceptions being thrown when running Leiningen, please check if the error still occurs after:
lein upgrade
).~/.lein/profiles.clj
(if present) out of the way. This contains third-party dependencies and plugins that can cause problems inside Leiningen.project.clj
, especially if the problem is with a plugin not working. Old versions of plugins like nREPL and CIDER (as well as others) can cause problems with newer versions of Leiningen.Describe the bug
Implicit
javac
Task Doesn't Receive Project Map as Produced byupdate-in
.To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/timvisher/leiningen-bug-update-in-implicit-javac && cd leiningen-bug-update-in-implicit-javac
./run_bug_repro
update-in
being used to correct:java-cmd
.Actual behavior
javac
uses the original definition of:java-cmd
rather than the updated definition.Expected behavior
javac
uses theupdate-in
ed definition of:java-cmd
to use the correct install ofjavac
.Link to sample project
https://github.com/timvisher/leiningen-bug-update-in-implicit-javac
Logs
See https://github.com/timvisher/leiningen-bug-update-in-implicit-javac#log-of-local-run-2020-03-19t101112
Environment
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: