Cedric Beust
Cedric Beust
Can you attach your project, or link to it, so I can reproduce this?
There was a bug in how Kobalt detects whit JUnit runner to use (it mistakenly used JUnit 4). With 1.0.117, JUnit 5 is correctly detected on your project, however, I'm...
In the meantime, you can run `./kobaltw --update` to update to 117 and try again. You'll see a lot of warnings during discovery and finally a compilation error.
Certainly not intentional. What do you mean a duplicate libs, though? ## Cédric On Sat, Apr 23, 2016 at 5:26 AM, B. K. Oxley (binkley) < [email protected]> wrote: > I...
Right now, `run` depends on `install`, which performs that copy. Overall, I think this dependency makes sense, e.g. on Android, it makes no sense to `run` without an `install` first...
Yeah there's a lot going on in this PR, files moved around, spaces removed, etc... I'd rather have smaller ones. Also, I'd rather keep the config in the same file...
Bit baffled by this one. It's working fine for pretty much everything but not your project. The `.pom` file looks correct and similar to other artifacts for which this works...
Good catch. `doc` can't call `apt` directly since it's not supposed to know about it, so I need to find a better dependency specification for `apt` (or maybe `doc`) to...
I'm not sure I understand what you're asking me to do on the Kobalt side... ## Cédric On Thu, Aug 4, 2016 at 2:50 AM, Dmitry Zhuravlev [email protected] wrote: >...