Custom exception reporting?
"kdobkowski" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
It seems to me like there is a bit of work to be done on this feature. One thing that I noticed is that in order to host your own server for collecting gesture collection logs and exception logs there is a bit of frustrating work there too. While following this post: https://platform.netbeans.org/tutorials/nbm-gesture.html the uihandleserver project is extremely out of date, when using ant to download missing libraries, a fair amount of them aren't available anymore so you have to alter the build.xml file and place the .jar files manually. [Rolling Eyes] I'm still trying to set up the server. Correct me if I'm wrong, the server for ui gesture collection is also collecting exception report logs right? If you get a chance to write a blog about how you tackled this issue I would be forever grateful! Enrico Scantamburlo wrote: > We develop something similar in our company: > > You have to remove the NetBeans error manager (org.netbeans.core.NbErrorManager) and replace it with your own implementation. > > Maybe I will blog about it and let you know. > > > On Tue, Feb 21, 2017 at 11:05 AM, kdobkowski <address-removed (address-removed)> wrote: > > > Sean, > > > > Yes I am creating a NetBeans Platform application. > > > > Thank you very much! I'll have a look at that, seems like a good point to start. :D > > > > > > > > > > >