Skip to main content



      Home
Home » Eclipse Projects » Mylyn » How to load/display attachments without URL
How to load/display attachments without URL [message #64042] Thu, 08 January 2009 18:00 Go to next message
Eclipse UserFriend
Hello all,

I managed to fill the list of attachemts in the Attachments section of the
Task Editor. When i double click an attachemnts, the eclipse built-in
browser opens and displays nothing.
I do not set a URL using TaskAttachmentMapper.setUrl, because our
repository (HP OpenView) has no web server to deliver attachments.
Is there another way to display attachment? What is the
AbstractTaskAttachmentHandler.getContent method good for? The method is
never called in my handler, though canGetContent is called and returns
true?

Best Regards,

Matthias
Re: How to load/display attachments without URL [message #64065 is a reply to message #64042] Thu, 08 January 2009 19:34 Go to previous message
Eclipse UserFriend
Attachments are opened in the local browser by default. This bug discusses
how to implement attachment support for repositories that do not have
web-based access for attachments:

249021: OpenTaskAttachmentXXXHandlers do not work for stream based
attachments, only for URL based
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249021

Steffen


Matthias Kammerinke wrote:

> Hello all,
>
> I managed to fill the list of attachemts in the Attachments section of the
> Task Editor. When i double click an attachemnts, the eclipse built-in
> browser opens and displays nothing.
> I do not set a URL using TaskAttachmentMapper.setUrl, because our
> repository (HP OpenView) has no web server to deliver attachments.
> Is there another way to display attachment? What is the
> AbstractTaskAttachmentHandler.getContent method good for? The method is
> never called in my handler, though canGetContent is called and returns
> true?
>
> Best Regards,
>
> Matthias
Re: How to load/display attachments without URL [message #595678 is a reply to message #64042] Thu, 08 January 2009 19:34 Go to previous message
Eclipse UserFriend
Attachments are opened in the local browser by default. This bug discusses
how to implement attachment support for repositories that do not have
web-based access for attachments:

249021: OpenTaskAttachmentXXXHandlers do not work for stream based
attachments, only for URL based
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249021

Steffen


Matthias Kammerinke wrote:

> Hello all,
>
> I managed to fill the list of attachemts in the Attachments section of the
> Task Editor. When i double click an attachemnts, the eclipse built-in
> browser opens and displays nothing.
> I do not set a URL using TaskAttachmentMapper.setUrl, because our
> repository (HP OpenView) has no web server to deliver attachments.
> Is there another way to display attachment? What is the
> AbstractTaskAttachmentHandler.getContent method good for? The method is
> never called in my handler, though canGetContent is called and returns
> true?
>
> Best Regards,
>
> Matthias
Previous Topic:Temporary TaskDeactivation while launching External Tools
Next Topic:cannot upgrade to 3.0.3, eclipse 3.4
Goto Forum:
  


Current Time: Thu Mar 13 13:53:30 EDT 2025

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

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

Back to the top