Results 1 to 1 of 1
Thread: plugin help contents
- 03-03-2009, 12:52 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 13
- Rep Power
- 0
plugin help contents
Hi, i am having trouble with the following: I have a toc file for my plugin´s help. When i run my plugin i can visualize the help correctly, but when i export my plugin the help does not appear in the help contents. This is what i do:
I use the org.eclipse.toc extension, I add a toc file setted as primary and an index with the path "index/".
Then i edit my toc file adding some contents with links to html files located in a directory called "help/". After that i make an ant file called "build.xml" with the following code:
When i run the ant code the following files appear in my index/ folder:Java Code:<project name="PluginProyect" default="build.index" basedir="."> <target name="build.index" if="eclipse.running"> <help.buildHelpIndex manifest="${basedir}/plugin.xml" destination="${basedir}"/> </target> </project>
_2.cfs
deletable
indexed_contributions
indexed_dependencies
indexed_docs
segments
By the way, i run the ant script using the same JRE as the workspace. If i run the plugin at this point (even before running the ant script), my help appears in the help contents, but if i export the pluggin it doesn´t (i include in the export both index/ and help/ folders).
Somebody knows what i am doing wrong?
Similar Threads
-
Press F1 key to open Help Contents
By Doctor Cactus in forum New To JavaReplies: 1Last Post: 12-20-2008, 01:22 PM -
Concatenation file contents
By Java Tip in forum Java TipReplies: 1Last Post: 02-07-2008, 01:29 PM -
Viewing contents of JAR file
By Java Tip in forum Java TipReplies: 0Last Post: 12-21-2007, 03:12 PM -
Reading web contents
By javaplus in forum NetworkingReplies: 2Last Post: 11-29-2007, 10:28 AM -
AnyEdit Plugin For Eclipse Plugin
By JavaForums in forum EclipseReplies: 0Last Post: 05-18-2007, 12:28 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks