choedl
choedl
I'm using sbt android plugin version 0.6-SNAPSHOT and sbt 0.11.0. When compiling my junit (4.10) tests, I get the following errors: [..] package org.junit does not exist [error] import org.junit.Before;...
I have a android project with one library dependency. My local ivy-repo is in the windows home folder (C:\Documents and Settings ...) It looks like the android plugin has some...
I think the [documentation](https://github.com/scala/scala-java8-compat#usage-examples) regarding function conversion is wrong (at least the java code example) and doesn't compile. To convert a java function to a scala function (like in baz)...
When running the tests of an aggregates subprojects, the setup methods are called immediately for all subprojects. See http://stackoverflow.com/questions/18895063/howto-run-forked-jvms-sequentially-when-testing for more information.