Quoting Thilina Gunarathne <[EMAIL PROTECTED]>: The javadoc is still not coming out properly. It just displays the src. I know the code needs documenting but doesn't javadoc automatically generate basic stuff like method signature's, class descriptions etc?
BTW, I don't understand the structure of this site. I see that maven generates everything in target/doc but what's the correct way to get these things into site/ At the moment I have checked out the site folder separately. We need to create two separate websites for Kandula1 and Kandula2 and rename Kandula_1 dir as Kandula1. I've taken off the old architecture guide since now its obsolete. Will put in a new one soon:) The index.html and user-guide.html are upto date. --dasarath > Hi, > Include the following in the project.xml.... > Make sure to include only what you need. Comment out the others... > > <reports> > > < report>maven-license-plugin</report> > > <report>maven-pmd-plugin</report> > > <report>maven-jdepend-plugin</report> > > <report>maven-jxr-plugin</report> > > <report>maven-javadoc-plugin</report> > > <report>maven-clover-plugin</report> > > <report>maven-junit-report-plugin</report > > > <report>maven-changes-plugin</report> > </reports> > > HTH, > ~Thilina > > > On 2/26/06, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote: > > > > What do I need to do with maven to get it to generate java-doc and reports > > for > > the web site? I hate to bug dims from time to time:( > > > > thanks, > > --dasarath > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > "May the SourcE be with u" > http://webservices.apache.org/~thilina/ > http://thilinag.blogspot.com/ > http://www.bloglines.com/blog/Thilina > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
