gui builder - Is it possible to build a Netbeans Matisse based project without Netbeans? -
part of project i'm on has gui app built netbeans using gui design tools come in ide.
but part of bigger project, , needs built in environment not have netbeans installed (it happens gradle-based build on jenkins). i've gotten builds (seemingly) work, keep running inexplicable run-time errors (i.e., dependencies appear met identical jars on classpath , on, attempts read resources project jar fail.).
from googling around, looks might have compiling .form files , including dependency resulting java. (though, netbeans build not add jars above our gradle build adds).
so question is... can done? or proper build rely on hidden build-time mojo that's going on in netbeans?
yes, can compile classes without netbeans. sure not netbeans library, absolutelayout
. .form
files netbeans showing components matisse, generated code in .java
file.
Comments
Post a Comment