M1ke
M1ke
No more jars... the `libmain_dependencies.jar` files are there per module, but are empty. I think it's because the `srcs` attribute of the `java_library` rule is missing everywhere...
I've got most of the main code to compile by adding `srcs` attribute and changing `runtime_deps` to `resources` for most `java_library` entries. Also needed to add a `java_plugin` for Lombok...
No the `test_dependencies` do not contain the `@junit_junit` or any other test exports. I'll open a new issue for this, thanks. Then there's the issue of the generated `main_dependencies`. They...
I understand. But to be able to build library modules that have sources that need to be built and that have transitive dependencies, we need to depend on these dependencies...
Thanks. I now see I'm lacking loads of `BUILD.bazel` files in my project at package level. I only have those at module level unfortunately. This is also why I didn't...
I do have some in resources directories, but generally they're missing. I don't think I have one in the src/main|test/java tree. I may just go for first building modules and...
Allright. [here](https://pastebin.com/W8nMCBD2) you'll find the output of my local exodus build `bazel build //migrator/wix-bazel-migrator:migrator_cli_deploy.jar`. Maybe you'll see something that's off... And [here](https://pastebin.com/5XNQLSi4) the output of the actual migration.
Thanks, yes I did write down some omitted and other texts. Then that must be the problem! There are no `target/analysis` folders. I added the following to my root pom:...
Yes, sorry, I forgot and edited later.