David Weber

Results 19 comments of David Weber

This is a tricky one. If I change it to something like `externalDependencyClasspath`, no compilation is triggered but this classpath does not include the stuff in `src/main/resources/` that contains the...

The `fullClassPath` key points to the compiled JAR file which contains the resources containing the migration data which is the reason it needs to compile the project first. Either we...

@nafg has a plan that I have been dreaming about. Check where the actual migration is and select the classpath "mode" accordingly. But after I get some updates done.

@stevewillcock has a great interim solution that will work for many use cases. Perhaps I can stick that in the docs?

Any particular reason you want openjdk11?

Akka 2.4.1 does not support Scala 2.10. Do you still want to support this Scala version?

My package names were somewhat arbitrary (digital-achiever as a "-" so it is a no-go). My primary motivation was to lay things out more conventionally (files in a directory that...

I have had some issues with package names not matching organisation in Ivy. `sbt publishLocal` puts the package in a directory that matches the organisation but the compiler looks for...

Brain fart here.... Do you want the package to be just brando? And are you happy to put it in a separate directory?