Thanks for this idea Christian. I've stashed references for later
exploration.
Turns out my problem is a maven classpath issue of some sort interacting
with the GUI builder. The problem is brought on by my use of
<scope>provided</scope>
on some libraries I use. Remove this and the form loads OK.
Since the project core is a library (jar) it seems appropriate that
libraries it uses would be scoped like this (but I'm a maven novice).
I'll file an issue.
-ernie
On 6/3/2020 6:27 AM, Christian Oyarzun wrote:
Hi Ernie,
Does the form use beans binding? It was removed from Apache NetBeans since
it is licensed under GPL.
https://issues.apache.org/jira/browse/NETBEANS-172
https://issues.apache.org/jira/browse/NETBEANS-530
There is a plugin on the old portal
http://plugins.netbeans.org/plugin/74915/beans-binding-support-for-form-editor
but
I had issues with loading bindings that use Converters and Validatiors.
Otherwise the plugin seemed to work as intended.I attempted to debug the
issue, but was unsuccessful. I ended up building my own releases which
includes the beans binding modules into NetBeans.
--Christian
On Tue, Jun 2, 2020 at 9:38 PM Ernie Rael <[email protected]> wrote:
Hi all,
I'm porting a 10 year old project to maven (want to get it into PP3).
The project uses a maven library (simplevalidation in case that matters)
from the GUI. I'm getting errors when the form which uses this is
loading (NoClassDefFound). I've tried downloading the project and have
it open.
I'm wondering if there is a known issue with maven dependencies and the
GUI builder.
Since I just want to make a simple change, I'll probably just edit the
guarded code with an external editor. Thinking devilish grin here.
-ernie
PS. I'll try to remember to file an issue when I've got some time.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists