Community
Participate
Working Groups
EMF buildId=2.6.0rc2 / eclipse.buildId=I20100520-1744 1. Download the EMF "All-in-one-Update-Site" 2. Launch Eclipse, Help > Install .. new site : Archive : downloaded archive 3. Install "EMF/XSD All-in-one-SDK, Restart 4. Help > Help Contents 5. Click Search tab, search for "compiler" --> Eclipse tarts indexing help --> Observe following 2 error messages in Eclipse Log Error Tue May 25 14:47:29 CEST 2010 Help index declared, but missing for plugin org.eclipse.xsd.doc. Error Tue May 25 14:47:29 CEST 2010 Help index declared, but missing for plugin org.eclipse.emf.doc.
The index used to be generated during the build, but we missed that step when we migrated to Buckminster. <target name="build.index" description="Builds search index for the plug-in: org.eclipse.jdt.doc.isv" if="eclipse.running"> <help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}"/> </target>
The fix has been committed to CVS.
The fix is available in 2.6 RC4.