Eclipse Help cross plug-in references

View: New views
3 Messages — Rating Filter:   Alert me  

Eclipse Help cross plug-in references

by Eric Johnson-30 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If I generate a number of Eclipse Help plug-ins using olinks to generate x-refs between the plug-ins, does the generation templates create working cross-plugin references?
 

Re: Eclipse Help cross plug-in references

by kingargyle :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've done cross plugin help references using the standard ulink.  
x-refs will work within the same set of docbook files that are generated.

Dave

Eric Johnson wrote:
> If I generate a number of Eclipse Help plug-ins using olinks to
> generate x-refs between the plug-ins, does the generation templates
> create working cross-plugin references?
>  



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@...
For additional commands, e-mail: docbook-apps-help@...


RE: Eclipse Help cross plug-in references

by David Cramer (Tech Pubs) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

As long as the link comes out as <a href="../pluginID/page.html"> (where pluginID is the pluginid of the target plugin and page.html is the page linked to) and both plugins are in the same infocenter, then the links should work. I haven't used olinks but my understanding of them is that you can set up a sitemap in your olink db and pretend the plugin ids are folder names. Ulinks would also work but would lose the benefits of olinks.
 
David



From: Eric Johnson [mailto:EMJOHNSO@...]
Sent: Thursday, August 27, 2009 10:31 AM
To: DocBook Apps ML
Subject: [docbook-apps] Eclipse Help cross plug-in references

If I generate a number of Eclipse Help plug-ins using olinks to generate x-refs between the plug-ins, does the generation templates create working cross-plugin references?