Deal with resource bundles
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 9 Oct 2022 13:10:07 +0000 (15:10 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 9 Oct 2022 13:10:07 +0000 (15:10 +0200)
src/org/argeo/build/Make.java

index 9200a42a6c1b388c754076f42d4025ca546a80ea..6616bbdd8589ad551c18da6ef2404a18ce94417b 100644 (file)
@@ -237,6 +237,8 @@ public class Make {
 
                // Calculate MANIFEST
                Path binP = compiled.resolve("bin");
+               if (!Files.exists(binP))
+                       Files.createDirectories(binP);
                Manifest manifest;
                try (Analyzer bndAnalyzer = new Analyzer()) {
                        bndAnalyzer.setProperties(properties);