Hi, I've just tried run "maven site" on the servlet sample in jakarta-cactus/integration/maven/samples/servlet/ and I get the same behavior as you describe... Thus it means we have a bug...
I don't know what the problem is. I'll need to debug. Thanks -Vincent > -----Original Message----- > From: J. Joseph Benavidez [mailto:[EMAIL PROTECTED] > Sent: 11 February 2004 21:21 > To: [EMAIL PROTECTED] > Subject: weird xdoc reporting behavior using cactus-maven from cvs head > > Hi, > > I was hoping someone else could confirm this behavior... I'm trying to > run the site goal for my > maven project, and I'm seeing something weird... I've placed the > cactus-maven-reports tag > in my project.xml (I'm using the cactus, cactus-ant, and cactus-maven > code from cvs head, which > I've built to be 1.6dev-20040210)... but what I'm seeing is that when > xdoc runs, it actually generates documentation > for the cactus plugin, and not my project! Here's some sample output: > > ... > xdoc:jelly-transform: > [echo] Generating > /home/jjb/.maven/plugins/cactus-maven-1.6dev- > 20040210/target/docs/checkstyle-report.html from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/checkstyle- > report.xml > [echo] Generating > /home/jjb/.maven/plugins/cactus-maven-1.6dev- > 20040210/target/docs/javadoc.html from /home/jjb/work/myproj/web/shared- > web/target/generated-xdocs/javadoc.xml > [echo] Generating > /home/jjb/.maven/plugins/cactus-maven-1.6dev-20040210/target/docs/cactus - > report.html from /home/jjb/work/myproj/web/shared-web/target/generated- > xdocs/cactus-report.xml > [echo] Generating > /home/jjb/.maven/plugins/cactus-maven-1.6dev-20040210/target/docs/jdepen d- > report.html from /home/jjb/work/myproj/web/shared-web/target/generated- > xdocs/jdepend-report.xml > ... > > I should be seeing something closer to this (which is what happens when > I comment out > the <maven-cactus-reports> from my project.xml): > > ... > xdoc:jelly-transform: > [echo] Generating > /home/jjb/work/myproj/web/shared-web/target/docs/checkstyle-report.html > from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/checkstyle- > report.xml > [echo] Generating > /home/jjb/work/myproj/web/shared-web/target/docs/javadoc.html from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/javadoc.xml > [echo] Generating > /home/jjb/work/myproj/web/shared-web/target/docs/jdepend-report.html > from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/jdepend- > report.xml > [echo] Generating > /home/jjb/work/myproj/web/shared-web/target/docs/junit-report.html from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/junit- > report.xml > [echo] Generating > /home/jjb/work/myproj/web/shared-web/target/docs/license.html from > /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/license.xml > ... > > > I'm using maven 1.0-rc1. > > Any ideas? Is anyone seeing the same thing? > > Thanks! > > j.joseph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
