[dbdoclet] overview file with dbdoclet-0.51

Hi Michael,

I was trying to get the overview file functionality going with no luck so 
far. The docbook code does not seem to have any of the contents from the 
overview file. I read:
http://www.dbdoclet.org/projects/dbdoclet/en/transformation.html#N1007A

My <javadoc> task has a line:
        overview="src/overview.html"

While running the <javadoc> task using the doclet
com.mf.doclet.docbook.DocBookDoclet, I do get a line:

  [javadoc] Processing overview file...

which I believe is line 263 in com/mf/doclet/docbook/DocBookDoclet.java 
but nothing shows up in the docbook and the resulting pdf. 

I fail to see where the contents of the file are read using the 
variable m_overviewFile. Did I miss something obvious (very likely)?

The overview.html file is very simple. All it has is the following:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
<h1>
This is a wonderful project.
</h1>
</body>
</html>

Regards,
--
Haroon Rafique
<haroon.rafique@xxxxxxxxxxx>

Other related posts: