[java] Matisse fails to add custom JPanel if module-info.java exists

2020-10-29 Thread Chris Marusich
Hi, Matisse, the NetBeans GUI designer, won't let me add a custom JPanel (or any kind of custom swing component, really) to a JFrame. It errors out. It errors out only when I declare a module-info.java in my project, which is a Maven-based project. However, it works just fine when I remove the m

Developing ant module suite against an nbm made with maven

2020-10-29 Thread Ernie Rael
I have a module suite project built with ant. I've got a module project built with maven. What's the best way for the suite to use the module? If the module was built by ant, I could add it to the suite's platform.properties; and then use it. In project "a_proj" after mvn install, in target th

Is there a way to validate/test a project.xml for a freeform project from the command line?

2020-10-29 Thread Michael Semb Wever
tl;dr Is it possible to write a test that validates a project has all its dependencies correct in the project.xml ? The Apache Cassandra project has a netbeans project file ref: https://github.com/apache/cassandra/tree/trunk/ide/nbproject When the project adds/removes/updates dependencies in