Skip to content

Fixes to run SanityCheck on Windows 10 #6

@lopezavila85

Description

@lopezavila85

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions