Do not compile bundles without sources
[cc0/argeo-build.git] / src / org / argeo / build / Make.java
index af624060d66eb9d95d1f26cd518e44442584843d..ca5fc8e09e5434bef3db05857de9674a23287fae 100644 (file)
@@ -241,7 +241,7 @@ public class Make {
                        }
                        Path bundleSrc = bundlePath.resolve("src");
                        if (!Files.exists(bundleSrc)) {
-                               logger.log(TRACE, bundleSrc + " does not exist, skipping it, as this is not a Java bundle");
+                               logger.log(WARNING, bundleSrc + " does not exist, skipping it, as this is not a Java bundle");
                                continue bundles;
                        }
                        sb.append(bundleSrc);