Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Accessing a help TOC on remote server via http

Hi,

so i will have to write a plugin which downloads the stuff? Is there
some alternative? Maybe a different extension point?

Regards
Sten

On 25 July 2011 22:55, Chris Goldthorpe <cgold@xxxxxxxxxx> wrote:
> That is not going to work, the file attribute only accepts a path which is
> on the file system, and uses that path to open a java.io.File.
>
> Chris Goldthorpe
>
>
>
> From:        Stasik0 <stasik0@xxxxxxxx>
> To:        platform-dev@xxxxxxxxxxx
> Date:        07/25/2011 01:40 PM
> Subject:        [platform-dev] Accessing a help TOC on remote server via
> http
> Sent by:        platform-dev-bounces@xxxxxxxxxxx
> ________________________________
>
>
> Hi,
>
> I'd like to link my help toc and contents from remote server. Ideally,
> I'd like to implement something like:
>
> <extension point="org.eclipse.help.toc">
>   <toc file="http://www.server.com/toc.xml
> " primary="true" />
> </extension>
>
> Is it possible? Do I need a different extention point?
>
> Best Regards
> Sten
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>
>
> _______________________________________________
> platform-dev mailing list
> platform-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-dev
>
>


Back to the top