Closed avertx closed 6 months ago
Manifold is not an annotation processor, resources and DSLs such as SQL, XML, template files, etc. are the single source of truth. As such there isn’t any indirection. But if you or your external tooling need to analyze generated glue code, you can indeed instruct manifold to dump it at a location of your choosing. See the dumping source documentation.
I was referring to "dumping source." Following the Properties example, where is the generated "MyProperties.java" supposed to be found by my IDE otherwise? thx
maybe there's something I missed from maven-compiler-plugin, but I'm pretty sure a build-helper-maven-plugin to "include generated source path" should be included in the documentation everywhere maven-compiler-plugin is used....
Unless I missed something in maven-compiler-plugin?
I know its possible see Rocker's maven-plugin mojo, but I decline to consider the politics behind modification of such a core plugin. Line 183:
Anyways, as such, this makes VSCode(Eclipse internally) and Eclipse happy...