Community
Participate
Working Groups
The documentation can be pre-indexed to speed up the first search in Help See: http://help.eclipse.org/indigo/topic/org.eclipse.platform.doc.isv/guide/ua_help_setup_preindex.htm To do this using Tycho 0.14: http://wiki.eclipse.org/Tycho/Additional_Tools#tycho-eclipserun-plugin Or with Tycho 0.13 http://code.google.com/a/eclipselabs.org/p/tycho-eclipserun-plugin/ Currently, LDT uses Tycho 0.12 so this should be considered when the build uses 0.13 or 0.14.
Is Tycho 0.14.SNAPSHOT available on a public repository already? Sonatype one maybe? (#lazyweb :)) FYI we already switched to Tycho 0.13 in ldt-product branch (which I should merge into master, by the way, I just need to make the RCP build disabled by default, and enabled via a profile, since I don't want our Hudson nightly build at eclipse.org to take forever...)
(In reply to comment #1) > Is Tycho 0.14.SNAPSHOT available on a public repository already? Sonatype one > maybe? (#lazyweb :)) Yup, try: <pluginRepositories> <pluginRepository> <id>tycho-snapshots</id> <url>https://oss.sonatype.org/content/groups/public/</url> </pluginRepository> </pluginRepositories> > FYI we already switched to Tycho 0.13 in ldt-product branch (which I should > merge into master, by the way, I just need to make the RCP build disabled by > default, and enabled via a profile, since I don't want our Hudson nightly build > at eclipse.org to take forever...) That's good. If you merge it into master then I'll look into building the help index and attach a patch.
(In reply to comment #2) > That's good. If you merge it into master then I'll look into building the help > index and attach a patch. Done! Thanks for the patch proposition! FWIW, I haven't been very successful switching to 0.14.0-SNAPSHOT, I end up with an NPE ; but I haven't investigated any further.
(In reply to comment #3) > (In reply to comment #2) > > That's good. If you merge it into master then I'll look into building the help > > index and attach a patch. > > Done! Thanks for the patch proposition! > FWIW, I haven't been very successful switching to 0.14.0-SNAPSHOT, I end up > with an NPE ; but I haven't investigated any further. Thanks! Bug 366319 got reopened so I will wait until that is sorted out before making a patch.
It should be done in master (commit fcd52d7c005a87ecb1a4b876da2ba261b111c6be in our new repository : http://git.eclipse.org/c/ldt/org.eclipse.ldt.git/ ) If I understand well, the index is locale dependent and we create one only for the en locale.