Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 23:00 Go to next message
Matthias Kammerinke is currently offline Matthias KammerinkeFriend
Messages: 4
Registered: July 2009
Junior Member
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] Fri, 09 January 2009 00:34 Go to previous message
Steffen Pingel is currently offline Steffen PingelFriend
Messages: 706
Registered: July 2009
Senior Member
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] Fri, 09 January 2009 00:34 Go to previous message
Steffen Pingel is currently offline Steffen PingelFriend
Messages: 706
Registered: July 2009
Senior Member
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: Wed Apr 24 23:09:43 GMT 2024

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

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

Back to the top