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 <err...@raelity.com> 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: dev-unsubscr...@netbeans.apache.org > For additional commands, e-mail: dev-h...@netbeans.apache.org > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >