-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello,
I have updated some dependencies in the Build.scala file which give an error when the sbt assemblycommand is issued - I think those were Scala to 2.11.7 and Algebird to 0.11.0.
Then, I execute scala run scripts/SanityCheck0.scala, but the scalac invocation gives an IOException saying the scalac command is not found. I have tried to write the "full path", but I don't know which is the correct form. In my case, I have scala, scalac, etc. in C:\Program Files (x86)\scala\bin
The line which throws the exception is:
val compilecmd = s"scalac -deprecation -cp $assembly${pathSeparator}$libs -d classes $script"
Regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels