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 https://github.com/lihaoyi/upickle/ (7d22de9 at time of writing), mill mill.scalalib.GenIdea/idea generates a definition of .idea/libraries/scala_library_2_11_12_jar.xml that does not include the compiler-classpath necessary for IntelliJ to be able to build the project. Attempting to run/build in IntelliJ project produces Error:scalac: No 'scala-compiler*.jar' in Scala compiler classpath in Scala SDK scala-library-2.11.12.jar.
The mill generated value of .idea/libraries/scala_library_2_11_12_jar.xml is:
For https://github.com/lihaoyi/upickle/ (7d22de9 at time of writing),
mill mill.scalalib.GenIdea/idea
generates a definition of.idea/libraries/scala_library_2_11_12_jar.xml
that does not include the compiler-classpath necessary for IntelliJ to be able to build the project. Attempting to run/build in IntelliJ project producesError:scalac: No 'scala-compiler*.jar' in Scala compiler classpath in Scala SDK scala-library-2.11.12.jar
.The mill generated value of
.idea/libraries/scala_library_2_11_12_jar.xml
is:IntelliJ builds work after manually adding libs to the compiler classpath:
Seems like
mill mill.scalalib.GenIdea/idea
should be modified to generate the compiler-classpath elements.The text was updated successfully, but these errors were encountered: