Re: JavaFX Javadoc

2020-01-21 Thread Laszlo Kishalmi
There are a few issues reported on that one. It is mostly due to the strange packaging used for JavaFX due modular/non-modular Java compatibility AFAIK. On 1/21/20 9:45 AM, Glenn Holmer wrote: I've downloaded Javadoc for the FX dependencies in my project ("Download Javadoc" from the context me

Maven run properties bugs

2020-01-21 Thread Ty Young
Hi, Whenever I go to "run" in my Maven project properties the command line arguments are all messed up[1]. Why is it doing this? [1] https://imgur.com/a/pOdKIOR - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.o

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Carl Mosca
I thought I forwarded my reply (after sending to only Gj by mistake). Here it is (again) just in case. It's been a long time since I used beansbinding but I believe last I did we started using betterbeansbinding. it.tidalwave.betterbeansbinding betterbeansbinding

Re: Fwd: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Andrew Janke
Thanks! I think I'm getting close to a working Mavenized build. https://github.com/apjanke/antlrworks2-jank/tree/maven-migration I'm having trouble finding a couple NetBeans Platform classes on Maven: org.netbeans.modules.options.editor.spi.PreferencesCustomizer org.netbeans.modules.options.edit

JavaFX Javadoc

2020-01-21 Thread Glenn Holmer
I've downloaded Javadoc for the FX dependencies in my project ("Download Javadoc" from the context menu), but ctrl-space completion doesn't show it. If you look at this screenshot, you can see that he's looking for it in the platform-specific jar (javafx-fxml-13-linux.jar). If I select "View Javado

Re: can not find symbol error in Netbeans 11.2

2020-01-21 Thread Emilian Bold
You could start by removing your NetBeans cache too. It's in various places depending on which OS you use. But, from the looks of it it's not a NetBeans. Try compiling from the command line with Maven and you will probably see the same error. Which means the JARs might be pulled from elsewhere. Ma

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Emilian Bold
Beansbinding is used: * at runtime. You can also add the beansbinding library as a direct JAR dependency. * when editing the forms. Can be re-added with this module https://github.com/emilianbold/nb-apache-form-binding Depends how complex your beandbinding code is. If you have something simple yo

Fwd: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Carl Mosca
-- Forwarded message - From: Carl Mosca Date: Tue, Jan 21, 2020 at 9:21 AM Subject: Re: Package org.jdesktop.beansbinding does not exist To: Geertjan Wielenga It's been a long time since I used beansbinding but I believe last I did we started using betterbeansbinding.

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Carl Mosca
Sorry, I did not do a "reply all" - forwarded. On Tue, Jan 21, 2020 at 11:38 AM Andrew Janke wrote: > That sounds like a good idea. I've started the process to do so. > > What do you mean by "Carl's co-ordinates above"? Did I miss an email? > > And do you know what Maven coordinates I might use

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Andrew Janke
That sounds like a good idea. I've started the process to do so. What do you mean by "Carl's co-ordinates above"? Did I miss an email? And do you know what Maven coordinates I might use to get the following classes: org.netbeans.editor.Utilities org.netbeans.editor.ext.ExtKit org.netbeans.module

can not find symbol error in Netbeans 11.2

2020-01-21 Thread Nelligan, Steven M
I don’t know if this is a Maven, Netbeans, or Java problem…. My .m2 folder was deleted, so I need to rebuild everything and import the necessary packages into the .m2 folder. I have several applications using org.springframework.utl… I get an error: Failed to execute goal org.apache.maven.plug

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Geertjan Wielenga
While you're at it, you may as well try to move the project to Maven and then Carl's co-ordinates above can be used. Gj On Tue, Jan 21, 2020 at 3:30 PM Andrew Janke wrote: > Oops! I've made the repo public. > > I'm up for rewriting the code. I'd like to get rid of the dependency on an > obsolet

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Andrew Janke
Oops! I've made the repo public. I'm up for rewriting the code. I'd like to get rid of the dependency on an obsolete library. I don't suppose there's a migration guide for this? I don't know org.jdesktop.beansbinding well enough to know what to replace it with. Glad to hear I might have some user

Re: Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Geertjan Wielenga
I'd take a look but the repo doesn't seem to be there or public: https://github.com/apjanke/antlrworks2-jank Indeed, we had to remove beansbinding, if at all possible I'd consider rewriting the code (unless it's way too much) related to this to not rely on this. Great that you're working on this

Package org.jdesktop.beansbinding does not exist

2020-01-21 Thread Andrew Janke
Hi, Apache NetBeans folks, I'm trying to resurrect the ANTLRWorks 2 IDE project (https://github.com/tunnelvisionlabs/antlrworks2) and get it running on Apache NetBeans 11.2. This codebase was previously running on NetBeans 8.2. There are several references to classes in org.jdesktop.beansbinding

Netbeans system wide Font Size

2020-01-21 Thread zahid
Hi, How can I increase the system wide font size , not just editor font size. zahid Backbutton.co.uk ¯\_(ツ)_/¯ ♡۶Java♡۶RMI ♡۶ Make Use Method {MUM} makeuse.org - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org