Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Eclipse Juno Help

I'm not sure what kind of links you're creating here.

Sometimes, it's best to just link to the "latest" help using the tricks 
from https://bugs.eclipse.org/315416 . E.g. this link should keep working 
as long as the link target is available:
http://help.eclipse.org/topic//org.eclipse.platform.doc.isv/guide/ua_help_content_files.htm&anchor=help_plugin_files_xref

Or if your doc bundle depends on org.eclipse.platform.doc.isv, you could 
also try to use a relative reference via "PLUGINS_ROOT" as explained in 
the link above.

If this is just about creating proper links when generating Javadocs using 
javadoc.exe, then you should not link to an online help center, but use 
-linkoffline to create relative links that also work in a local install.

E.g. in /org.eclipse.jdt.doc.isv/jdtOptions.txt, we're using this:
-linkoffline ./../../../org.eclipse.platform.doc.isv/reference/api 
../org.eclipse.platform.doc.isv/reference/api
... but you may want to replace the second argument with a reference into 
an unzipped version of a recent org.eclipse.platform.doc.isv_*.jar

HTH,
Markus

Stéphane Bouchet <stephane.bouchet@xxxxxxx> wrote:
> 
> according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=379598, a 
> juno help center is currently under construction.
> 
> 
> Le 21/05/2012 16:36, Alexander Nyßen a écrit :
> > Hi all,
> >
> > as Juno is coming nearer, I would like to ask when it is intended to 
put
> > up a (preliminary) Juno help page under http://help.eclipse.org. The
> > issue I currently have is that I want to link GEF's javadoc against 
the
> > proper Juno platform JavaDoc, if not now then at least when producing
> > our final release (currently I am linking against the Indigo help
> > pages). IMHO this will not be possible if there is nothing online in
> > advance. Are there any concrete plans?
> >
> > Cheers,
> > Alexander



Back to the top