Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Enabling Error Reporting in TACIT

Hi Marcel,

Thanks a lot for all the information. The video was especially very useful. TACIT is a stand alone Eclipse RCP application, so the error reporting would have to be handled programmatically, right?

I would prefer getting the error reports by email. And I would need to provide a client for the error reporting which would ask the TACIT users for their permission before the reports would be sent by email. So what should be my next steps for implementing the same?

Here is the download link to the software: http://tacit.usc.edu/download.html

Thanks,
Anish

On Thu, Nov 10, 2016 at 2:03 AM, Marcel Bruch <marcel.bruch@xxxxxxxxxxxxxx> wrote:
Hi Anish,

that document is quite ancient :-) For future references use [1] as a starting point.

Could you please share the steps involved with me?

Sure, but it depends on your exact setup and how you’d like to use the error reporting. 

A few more questions first: Can your plug-ins be installed into any Eclipse IDE or must it run as a standalone RCP application?

If it can be installed into the Eclipse IDE, then [2] describes how to register your code to receive error reports. If it’s a standalone RCP application you need to write your own client (it might be headless or a ui client - depending on your needs). In any case, you may find the AERI webinar [4] helpful too. It also makes a difference if its an E4-based RCP app or an E3 based app. Maybe you can share a download link with me so that I can have a look.

Next thing is to decide how you want to send error reports. Do you want to send them by email to your support team or to some server via HTTP/REST calls? Everything is possible and up to you. If you need a server, you may reuse existing solutions like Ctrlflow Automated Error Reporting SaaS [3] (the same system that drives eclipse.org) or implement your own service that satisfies your special needs.

Let me know what exactly you are looking for/need and I can provide you with more information.


Marcel





On 10 Nov 2016, at 01:08, Anish Kanchan <akanchan@xxxxxxx> wrote:

Hi,

I am a software developer working on TACIT which is an open source Eclipse RCP application created at the Computational Social Science Lab of University of Southern California.

I wish to enable the error reporting in TACIT. I found out in this link that you could provide the latest information on how the integration is to be done. Could you please share the steps involved with me?

Thanks,
Anish
_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/recommenders-dev

-- 
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


_______________________________________________
recommenders-dev mailing list
recommenders-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://urldefense.proofpoint.com/v2/url?u=https-3A__dev.eclipse.org_mailman_listinfo_recommenders-2Ddev&d=DgICAg&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=Y0Xo6oo9RSm7sXuK5ZAtDQ&m=revny0c1jL805MK8S5RyIndxeReqV7qA661J3duqmKM&s=63AOIPoKW8_qfhXNlybFXs-dbrjMvN_0raUiIR4Q36U&e=


Back to the top