Re: Javadoc Plugin Not Processing package.html Correctly

2007-06-14 Thread Danny Hurlburt
Yes I did. I used the documentation at 
http://java.sun.com/j2se/javadoc/writingdoccomments/index.html#packagecomments
My package.html file is a full blown validating HTML transitional 
document. I do realize that only the contents of the body tag is to be 
extract and put in package-summary.html during JavaDoc processing.


However, for some strange reason, where the contents of my  should 
be in package-summary.html appears the word "and".


More details:

   My javadoc plugin declaration:

   ...
   
   
   
   org.apache.maven.plugins
   maven-javadoc-plugin
   
   1.5
   
   
   ...

   maven-javadoc-plugin version: 2.2

   Maven version: 2.0.6

   package.html location: src/main/javadoc//package.html where  depends on
   what java package I am documenting.

   Java Version: 1.5.0_11


If I put the package.html file in src/main/java/hierarchy>/package.html I don't even get that weird "and".


I too searched the mailing lists, and Jira and found nothing of use. Let 
me know if you find any thing.


Thanks - Dan

Adam Hardy wrote:

Danny Hurlburt on 14/06/07 18:18, wrote:

Hello,

I am having a problem with the javadoc plugin converting my 
package.html to
package-summary.html. When it finds a package.html, the plugin simply 
put

the word "and" in for the package description.

Has anyone else had the same problem and was able to fix this?

Can anyone offer any incite to this problem?


Hi Dan,

I just posted a similar problem myself but I think yours sounds like 
it might be easily resolved - did you follow the javadoc instructions 
for the package.html? For instance, there has to be a starting  
tag and an ending  too.



Regards
Adam



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Javadoc Plugin Not Processing package.html Correctly

2007-06-14 Thread Danny Hurlburt

Hello,

I am having a problem with the javadoc plugin converting my package.html to
package-summary.html. When it finds a package.html, the plugin simply put
the word "and" in for the package description.

Has anyone else had the same problem and was able to fix this?

Can anyone offer any incite to this problem?

Any help is much appreciated.

Thanks - Dan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]