Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] Doc plugin fails to compile

Actually, there is an issue with lower-casing going on. For .png files, it brings these across fine to the images directory, but in the html it references them by lower-case names only so your images don't show up. .gif appears to be fine and I had a .jpg file work fine. I chose to rename the files in the images directory to make it work.

In addition, you will see a warning about a missing template file. Again, it has lower-cased the name so it cannot find the real one which has mixed case.

-- Jeff J.

On 06/01/2011 09:09 AM, Andrew Overholt wrote:
Does anyone have the same problem I have re-generating the User Guide
from the wiki? It seems that our latest page improvement (the Linux
Tools box, top right) somehow gets in the way - at least for me.

The XML validation reports an error ("The element type "div" must be
terminated by the matching end-tag "</div>"."), the resulting html
pages are not pretty, and the Help content simply fails to load
(SAXParseException).

Jeff generated HTML from the GCov and GProf yesterday.  I don't think he
ran into any errors.

There is the odd {{ }} text at the top of each index page:

   347868: Weird string on mediawiki-generated documentation
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=347868

Andrew
_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev



Back to the top