scalamu icon indicating copy to clipboard operation
scalamu copied to clipboard

Unable to find org.scalamu.entry-point jar

Open loicknuchel opened this issue 7 years ago • 1 comments

Hi, thanks for this project which looks really interesting. I'm planning to test some mutation testing but I can't find the jar you mentioned in the README :

Although the preferred method is to use SBT/IntelliJ plugin scalamu can be run from the command line too. Simply download org.scalamu.entry-point jar and launch it from the command line as follows:

Is it uploaded somewhere ready for download or should I generate it ?

Thanks

loicknuchel avatar Nov 22 '17 17:11 loicknuchel

I think you should generate it yourself. you can clone the repository and then run: ./sbt scalamu/publishLocal The output will be at: target/scala-2.12/scalamu-assembly-0.1.2.jar

drorasaf avatar Nov 29 '17 09:11 drorasaf