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
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
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