Skip to main content



      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 09:15 Go to next message
Eclipse UserFriend
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 414 times)
(no subject) [message #706727 is a reply to message #706530] Sun, 31 July 2011 14:34 Go to previous messageGo to next message
Eclipse UserFriend
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 18:03 Go to previous message
Eclipse UserFriend
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: Tue Apr 22 16:38:22 EDT 2025

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

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

Back to the top