Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPP » How extend "org.eclipse.app.usagedata.recording" UDC plugin?(missing interface: UploadDelegate)
How extend "org.eclipse.app.usagedata.recording" UDC plugin? [message #706530] Sun, 31 July 2011 13:15 Go to next message
Lukas  is currently offline Lukas Friend
Messages: 6
Registered: July 2011
Junior Member
Hi,

I need to extend "org.eclipse.app.usagedata.recording" plugin.
Plugin version: 1.3.1.qualifier.
There is one extension point: uploader.exsd.
I tried to do extension in my own plugin and I add this extension point.

But there is one problem.
Class of my extension implements interface: UploadDelegate:
import org.eclipse.epp.usagedata.internal.recording.uploading.UploadDelegate
This interface doesn't exist anywhere.
How can I resolve that?
  • Attachment: updeleg.jpg
    (Size: 56.43KB, Downloaded 388 times)
(no subject) [message #706727 is a reply to message #706530] Sun, 31 July 2011 18:34 Go to previous messageGo to next message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Embarrassingly, that type name is bogus. It should be
org.eclipse.epp.usagedata.internal.recording.uploading.Uploader. There
is also an AbstractUploader class that may be more useful. Take a look
at the AskUserUploader for help.

If you would be so kind, please open a bug so I can fix this.

On that note... be advised that we have decided to remove the UDC from
the Eclipse packages in the Juno timeframe (if not sooner). We further
intend to retire the UDC component in EPP unless somebody steps up to
support it.

HTH,

Wayne

On 07/31/2011 09:15 AM, Lukas wrote:
> Hi,
>
> I need to extend "org.eclipse.app.usagedata.recording" plugin.
> Plugin version: 1.3.1.qualifier.
> There is one extension point: uploader.exsd.
> I tried to do extension in my own plugin and I add this extension point.
>
> But there is one problem.
> Class of my extension implements interface: UploadDelegate:
> import org.eclipse.epp.usagedata.internal.recording.uploading.UploadDelegate
> This interface doesn't exist anywhere.
> How can I resolve that?
Re: (no subject) [message #706783 is a reply to message #706727] Sun, 31 July 2011 22:03 Go to previous message
Lukas  is currently offline Lukas Friend
Messages: 6
Registered: July 2011
Junior Member
Thank you for the fast reply.
I filed a bug.
By the way, how extend that plugin to change udc upload path without using eclipse.ini file?
Previous Topic:UDC - php script
Next Topic:Where can I find older UDC reports?
Goto Forum:
  


Current Time: Wed Apr 24 16:16:24 GMT 2024

Powered by FUDForum. Page generated in 0.03237 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top