From ec7b834b6e76aac8cc64b37a9cad643d556139c5 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 8 Feb 2018 00:33:17 +0000 Subject: ninja: add build dir to javac -sourcepath To allow the javac -implicit:class behaviour to know where to find generated .java files then the build directory for the target is also added to the -sourcefile path. --- test cases/java/7 codegen/com/mesonbuild/Config.java.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test cases/java/7 codegen/com/mesonbuild/Config.java.in (limited to 'test cases/java/7 codegen/com/mesonbuild/Config.java.in') diff --git a/test cases/java/7 codegen/com/mesonbuild/Config.java.in b/test cases/java/7 codegen/com/mesonbuild/Config.java.in new file mode 100644 index 000000000..fcc88117e --- /dev/null +++ b/test cases/java/7 codegen/com/mesonbuild/Config.java.in @@ -0,0 +1,5 @@ +package com.mesonbuild; + +public class Config { + public static final boolean FOOBAR = @foobar@; +} -- cgit v1.2.3