Community
Participate
Working Groups
When I use the pde.convertSchemaToHTML in 3.1M7 to produce extension-point doc for org.eclipse.platform.doc.isv, only three files are produced: cheatSheetContentFileSpec.html contentFile.xsd introContentFileSpec.html Nothing is produced when I try running this script on org.eclipse.ant.core/plugin.xml in the eclipse ui: <target name="convertSchemaToHtml1"> <property name="dest" value="reference/extension-points" /> <record name="${basedir}/platformconvert.txt" action="start"/> <pde.convertSchemaToHTML manifest="d:/workspace/org.eclipse.ant.core/plugin.xml" destination="${dest}" /> </target>
are the plugins flat at the time or they JARd?
They are flat, in a source tree.
in an apple tree? :-) Interesting. The code has not changed. Will investigate.
fixed. Sonia, please use pdecore.jar from the org.eclipse.pde.core plugin in N-20050517 The task itself and the html generator certainly did not change. However, the method on PDE models that the task (and only this task) calls to retrieve the extension points of a plugin had an empty implementation in M7. I thought nobody was calling it anymore, and Java Search showed no references to it. All fixed up.
Thanks Wassim, verified.