iadcode

Results 8 comments of iadcode

Hi @hcoles, I intended for it to be used the same way the aggregateReport() function would be used as seen in the example given here https://pitest.org/aggregating_tests_across_modules. At the moment, I've...

After replying to you, I reviewed the code and realised that the pitest maven plugin already has the aggregation built-in. I've updated the plugin to also aggregate the XML. If...

Looks to me like the property `sbt.server.forcestart=true` should be the answer here but it only works for cases where there is no console. According to this code block in `sbt/Main.scala:146`,...

**Regarding the first challenge:** If you determined the common root between the current project and any projects it depends on, I think you can safely use this for the rootDir....

I'm not sure if you can prevent sbt-web from including the source files with a source task. I keep my .ts files out of my asset jars using sbt-filter, but...

After delving around the code for a while, I think I've figured something out which may help. This probably isn't the best solution, but it's something. When sbt-web does its...

I tried using `0.4.0-alfa.1` against the example I referenced in the OP, objectmastery/rootdir-error-example. It still has the same issue when I did a `sbt dist`: ``` [error] tsconfig.json:0: TS6059 File...

The solution may also be to consistently use `.getCanonicalPath()` everywhere instead, so you're never dealing with a path with a symbolic link.