|
From: <fra...@us...> - 2009-04-16 19:59:41
|
Revision: 1412
http://javapathfinder.svn.sourceforge.net/javapathfinder/?rev=1412&view=rev
Author: frankrimlinger
Date: 2009-04-16 19:59:37 +0000 (Thu, 16 Apr 2009)
Log Message:
-----------
OK, there probably was nothing wrong with the MangoJPF help mechanism as such. The problem was that the "class path settings" needed to be updated. This is a good one to try whenever plugins don't seem to be kicking in. However, it was just as well to throw out the old hand written table of contents html. The proper thing to do is to use the suppled table of contents html editor to build up the help files. The workings of this editor revealed in detail when you click on its help icon.
To summarize, Mango and MangoJPF are both healthy again. MangoJPF still needs its plugin jars bundling the jars required by jpf. These are now stored in the toplevel directory javapathfinder-mango/"target jars". This is a good place for manufactured plugins to hang out, as they must be loaded into the "target" at the Eclipse preference level. Once so loaded, they easily feed into the MangoJPF plugin. The "repository" concept isn't working for me and so I have abandoned it.
So, plugins should flow from the Eclipse preference target, to the project preference build path, to the plugin manifest, to the produce configuration editor. Don't try to work them upstream, and it's a piece of cake.
Modified Paths:
--------------
branches/mango/MangoJPF/.classpath
branches/mango/MangoJPF/META-INF/MangoJPF.product
branches/mango/MangoJPF/plugin.xml
Added Paths:
-----------
branches/mango/MangoJPF/html/
branches/mango/MangoJPF/html/concepts/
branches/mango/MangoJPF/html/concepts/maintopic.html
branches/mango/MangoJPF/html/concepts/subtopic.html
branches/mango/MangoJPF/html/concepts/subtopic2.html
branches/mango/MangoJPF/html/gettingstarted/
branches/mango/MangoJPF/html/gettingstarted/maintopic.html
branches/mango/MangoJPF/html/gettingstarted/subtopic.html
branches/mango/MangoJPF/html/gettingstarted/subtopic2.html
branches/mango/MangoJPF/html/reference/
branches/mango/MangoJPF/html/reference/maintopic.html
branches/mango/MangoJPF/html/reference/subtopic.html
branches/mango/MangoJPF/html/reference/subtopic2.html
branches/mango/MangoJPF/html/samples/
branches/mango/MangoJPF/html/samples/maintopic.html
branches/mango/MangoJPF/html/samples/subtopic.html
branches/mango/MangoJPF/html/samples/subtopic2.html
branches/mango/MangoJPF/html/tasks/
branches/mango/MangoJPF/html/tasks/maintopic.html
branches/mango/MangoJPF/html/tasks/subtopic.html
branches/mango/MangoJPF/html/tasks/subtopic2.html
branches/mango/MangoJPF/html/toc.html
branches/mango/MangoJPF/toc.xml
branches/mango/MangoJPF/tocconcepts.xml
branches/mango/MangoJPF/tocgettingstarted.xml
branches/mango/MangoJPF/tocreference.xml
branches/mango/MangoJPF/tocsamples.xml
branches/mango/MangoJPF/toctasks.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|