Quoting Thilina Gunarathne <[EMAIL PROTECTED]>: > >maven site worked for me and it generated the java docs.. > I couldn't understand what do you mean by "It just displays the src ".. I > was able to generate java docs of > http://ws.apache.org/kandula/apidocs/index.html this format.
this is what I want but it is not what I get. on the right side it just displays the source code with line [EMAIL PROTECTED]&*( > One thing I noticed is that the recent updates to the site were not > reflected under the xdocs folder in svn repo. Normally the custom is to > change the files in the xdocs folder and generate the web site using maven > site... that's because I checked out the site folder seperately and did the updates there. I'm not familiar with what the standard way of doing this is and that is what I want to find out. > Maven generates the site to target/docs.. We need to manually copy the pages > to /site folder. noted > Also there seems to be some problems with the formats of the archi & users > guide in the current svn, cause they do not generate the html's correctly > with style sheets. what do you mean? > If you can provide me the archi/users guides I can volunteer to set the > kandula1 & 2 sites up.. thanks but the thing is I work on this from time to time when I'm free so its not a one shot process. > > Thanks, > ~Thilina > > > On 2/27/06, Dasarath Weeratunge <[EMAIL PROTECTED]> wrote: > > > > 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] > > > > > > > -- > "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]
