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.modules.editor.MainMenuAction org.netbeans.modules.editor.NbEditorUtilities Googling isn't much help; I found org.netbeans.api:org-netbeans-modules-editor-util, but that didn't seem to fix it. Cheers, Andrew On 1/21/20 10:17 AM, Geertjan Wielenga wrote: > 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 <fl...@apjanke.net > <mailto:fl...@apjanke.net>> 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 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 users if I get this up and running! > > Cheers, > Andrew > > On 1/21/20 9:14 AM, Geertjan Wielenga wrote: >> 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, it's a great and useful >> NetBeans Platform project to resurrect. >> >> Gj >> >> On Tue, Jan 21, 2020 at 2:47 PM Andrew Janke <fl...@apjanke.net >> <mailto:fl...@apjanke.net>> wrote: >> >> 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 in >> this project. When I open it in NetBeans, I get errors saying >> this >> package does not exist, and it can't find the classes. I >> downloaded a >> beansbinding-1.2.1-jar (SHA256 sum >> eb8a4f4648b95939214960a572f8aadd71af4dd38b06017ee4f8f37d0c4b5e59) >> from a >> random site on the internet, added it to a New Library in my >> NetBeans >> project, and added a dependency on that library in my >> ANTLRWorks Editor >> project, which is the project that has these references in >> it. But >> NetBeans is still saying it can't find the package. >> >> Anybody know what I can do to fix this? >> >> You can see the source, including the nbproject definition, at >> https://github.com/apjanke/antlrworks2-jank, if that helps. >> >> Cheers, >> Andrew Janke >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org >> <mailto:users-unsubscr...@netbeans.apache.org> >> For additional commands, e-mail: >> users-h...@netbeans.apache.org >> <mailto:users-h...@netbeans.apache.org> >> >> For further information about the NetBeans mailing lists, visit: >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >> >