Re: Custom exception reporting?
Sean Carrick <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <BLUPR01MB1667308D7F2444E1417166B0AB5E0@BLUPR01MB1667.prod.exchangelabs.com> |
kdobkowski, When you say, "NetBeans modules application," are you creating a NetBeans Module as a plugin to the IDE or are you creating a NetBeans Platform application? If you are creating a NetBeans Platform application, you would be able to set the server to which the reports would be sent via the Branding...Resource Bundles tab. You would just need to search for what you are trying to change and then put in your custom server information. Also, this is where you would set your application to look to a specific server for updates and/or additional plugins. As a Platform, NB is very configurable, though you may have to search pretty hard for what you are wanting to configure. If, however, you are creating an IDE plugin for NetBeans, hopefully someone else will be able to provide you with a solution... -- [photo] Sean Carrick VP Software Development, Integrity Solutions (309) 989-0672<tel:(309)%20989-0672> | [email protected]<mailto:[email protected]> [https://s3.amazonaws.com/images.wisestamp.com/icons_32/facebook.png]<http://facebook.com/PekinSOFT> On Mon, 2017-02-20 at 12:13 +0000, kdobkowski wrote: Hello, I am currently working on implementing Exception Reporting system to a NetBeans modules application. After doing some research I have stumbled upon this thread - https://blogs.oracle.com/coreqa/entry/report_exceptions_in_an_easy Which brought my hopes up, but it does not mention of a away to customise this functionality to my software. :( What I am looking to do is a way to overwrite the server / service (e.g. JIRA) to which the reports would be sent as well as incorporating the Usernam & Password authentication to my service accordingly. Any guidance will be very much appreciated! :)