On Tue, 10 Mar 2026 13:57:04 GMT, David Beaumont <[email protected]> wrote:
>> make/CompileJavaModules.gmk line 85: >> >>> 83: >>> 84: PROCESSOR_PATH += $(VALUETYPE_GENSRC_PROCESSOR_PATH) >>> 85: DEPENDS += $(VALUETYPE_GENSRC_PROCESSOR_PATH) >> >> The DEPENDS argument to SetupJavaCompilation is unfortunately not smart >> enough to take a directory, it needs the actual output file (touch file) >> from the other SetupJavaCompilation call. See ToolsJdk:37-38 for an example >> of how to generate that. > > I was using the batch file of the compilation, but that didn't work either. > Can you maybe suggest an exact change here, since it's my big unsolved issue > with this PR and when it doesn't work, I get no feedback as to whether I was > miles off or a couple of letters out. Actually I think I might have got this working ... testing now. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2180#discussion_r2912274298
