Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 18284 invoked from network); 26 Feb 2004 08:39:09 -0000 Received: from unknown (HELO smtp.noos.fr) (212.198.2.124) by daedalus.apache.org with SMTP; 26 Feb 2004 08:39:09 -0000 Received: (qmail 19779 invoked by uid 0); 26 Feb 2004 08:39:20 -0000 Received: from unknown (HELO vma) ([195.132.245.195]) (envelope-sender ) by 212.198.2.124 (qmail-ldap-1.03) with SMTP for ; 26 Feb 2004 08:39:20 -0000 From: "Vincent Massol" To: "'Cactus Users List'" Subject: RE: Cactus.execute.during.report Date: Thu, 26 Feb 2004 09:38:54 +0100 Message-ID: <038c01c3fc43$f833f970$9992fd0a@vma> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_038D_01C3FC4C.59F86170" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_038D_01C3FC4C.59F86170 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Stephane, Good call as it's already been fixed in CVS HEAD (bug 26811 on bugzilla). See http://jakarta.apache.org/cactus/integration/maven/changes-report.html: Added support for running tests packaged as an EAR when the Cactus plugin is triggered by defining the Cactus report in project.xml. That said, there seems to be a new problem reported by J. Joseph Benavidez (see attached). I'll do a nightly release of the maven plugin in the coming hours. Thanks -Vincent > -----Original Message----- > From: Stephane Nicoll [mailto:snicoll@kiala.com] > Sent: 26 February 2004 09:12 > To: cactus-user@jakarta.apache.org > Subject: Cactus.execute.during.report > > Hello, > > I am about to fill a feature request but I want to be sure that it's not > yet > implemented. We are using cactus to test our EJBs with maven. We use the > latest 1.6dev release (the one from january). > > It seems that the cactus.execute.during.report property is launching > always > the 'test' target (that is the one that tests stuff packaged in a WAR). We > don't have such testing, only test-ear is used. > > Before this update we used a pregoal for the site:deploy goal. Like this, > cactus results are available for reporting. > > Is there a way to specify the target to launch when > cactus.execute.during.report is set to true? > > Thanks, > > Stephane > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: cactus-user-help@jakarta.apache.org ------=_NextPart_000_038D_01C3FC4C.59F86170 Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: attachment Reply-To: "Cactus Users List" From: "J. Joseph Benavidez" To: Subject: weird xdoc reporting behavior using cactus-maven from cvs head Date: Wed, 11 Feb 2004 21:20:35 +0100 Message-ID: <1076530835.16772.14.camel@home> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0388_01C3FC4C.59F6DAD0" X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 List-Unsubscribe: List-Subscribe: List-Help: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0388_01C3FC4C.59F6DAD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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/checks tyle-report.html from /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/checkstyle-r eport.xml [echo] Generating /home/jjb/.maven/plugins/cactus-maven-1.6dev-20040210/target/docs/javado c.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-repor t.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-repo rt.xml ... I should be seeing something closer to this (which is what happens when I comment out the 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-r eport.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-repo rt.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 ------=_NextPart_000_0388_01C3FC4C.59F6DAD0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/doc= s/checkstyle-report.html from = /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/checkstyle-re= port.xml

    [echo] Generating
/home/jjb/.maven/plugins/cactus-maven-1.6dev-20040210/target/doc= s/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/doc= s/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/doc= s/jdepend-report.html from = /home/jjb/work/myproj/web/shared-web/target/generated-xdocs/jdepend-repor= t.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-repo= rt.html
from
/home/jjb/work/myproj/web/shared-web/target/generated-xdocs/chec= kstyle-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/java= doc.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/jdep= end-report.xml
    [echo] Generating
/home/jjb/work/myproj/web/shared-web/target/docs/junit-report.ht= ml from
/home/jjb/work/myproj/web/shared-web/target/generated-xdocs/juni= t-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/lice= nse.xml
...


I'm using maven 1.0-rc1.

Any ideas? Is anyone seeing the same thing?

Thanks!

j.joseph

------=_NextPart_000_0388_01C3FC4C.59F6DAD0-- ------=_NextPart_000_038D_01C3FC4C.59F86170--