Till Brychcy
Till Brychcy
While trying to setup an eclipse workspace for bazel according to https://bazel.build/contributing.html, an error is reported in the console and the Bazel Classpath Container is not initialized.: [...] File "/private/var/tmp/_bazel_till/1bf5324772cb2353440eae7781088d92/external/local_eclipse_aspect/e4b_aspect.bzl",...
Hi! The default value for outputDir is ${project.build.directory}/generated-sources Many other plugins generate code into subdirectories of this, e.g. into ${project.build.directory}/generated-sources/annotations When importing a project like this into Eclipse (and VSCode),...