RE: Maven and Unit Tests

2004-01-09 Thread Daniel Rabe
/ /goal My project.xml add the junit report to the list of reports to generate: reports ... (other reports) ... reportmaven-junit-report-plugin/report /reports My batch file runs junit tests from ant, then calls maven site:generate to generate the web site. Hope this helps, Daniel Rabe

Can't get to plugin sources via cvs or viewcvs?

2003-11-25 Thread Daniel Rabe
and plugins-build. I also tried the cvs commands for the junit-report plugin, and all I got from the checkout was a couple of empty directories. Is there a different place I need to go for source? Thanks, Daniel Rabe

ant, junitreport, and maven

2003-11-25 Thread Daniel Rabe
. Thanks for any help, --Daniel Rabe

RE: ant, junitreport, and maven

2003-11-25 Thread Daniel Rabe
that I see the code, it's a little easier to figure out what's going on. In fact, the solution to my junitreport problem is trivial: I no longer override test:test to do nothing, but do set maven.test.skip = true. That seems to do the trick! Regards, Daniel Rabe -Original Message- From

RE: Overriding javadoc goals

2003-11-25 Thread Daniel Rabe
section=Javadoc Report inputFile=${maven.build.dir}/javadoc/report.txt output=${maven.build.dir}/generated-xdocs/javadoc.xml/ And the rest is automagic! Thanks again to all who provided suggestions. Daniel Rabe -Original Message- From: Daniel Rabe [mailto

RE: Overriding javadoc goals

2003-11-24 Thread Daniel Rabe
goals Can you de-register the javadoc report? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Daniel Rabe [EMAIL PROTECTED] wrote on 25/11/2003 12:55:10 PM: I'm trying to make maven coexist peacefully with ant, and not having much luck. I'd like to use

RE: Overriding javadoc goals

2003-11-24 Thread Daniel Rabe
site). --Daniel Rabe -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003 10:19 PM To: Maven Users List Subject: Re: Overriding javadoc goals On Mon, 2003-11-24 at 20:55, Daniel Rabe wrote: I'm trying to make maven coexist peacefully with ant

RE: Getting cactus error output into the report

2003-11-10 Thread Daniel Rabe
- From: Daniel Rabe [mailto:[EMAIL PROTECTED] Sent: 04 November 2003 01:34 To: '[EMAIL PROTECTED]' Subject: Getting cactus error output into the report I'm using maven with the cactus plugin on Windows XP. If one of my cactus tests gets an error (it throws an exception), a stack

RE: problems running ant tasks from maven

2003-11-06 Thread Daniel Rabe
it, at least in the context of developing a plugin. Now I get an INTERNAL ERROR: Reference made to goal 'java:jar-resources' which has no definition. --Daniel Rabe -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 6:45 PM To: 'Maven Users List

cactus plugin and overring war:war

2003-11-05 Thread Daniel Rabe
? Is it generally unsafe to override goals like I'm trying to do? Is there a better way to delegate behavior to an ant script? Note that if I remove my war:war goal and perform my ant build in a postGoal for war:war, the error doesn't occur. Thanks, Daniel Rabe

problems running ant tasks from maven

2003-11-05 Thread Daniel Rabe
would it not run from within maven when it runs fine from the command line? Thanks, Daniel Rabe BUILD FAILED File.. file:/C:/KangaHermes/ file:/C:/KangaHermes/ Element... ant Line.. 36 Column 24 Could not create task or type of type: junit. Ant could not find the task or a class

Environment variables in project.properties?

2003-11-03 Thread Daniel Rabe
anything in the maven documentation... is there a way to do this? Thanks, Daniel Rabe

Getting cactus error output into the report

2003-11-03 Thread Daniel Rabe
message. It would really be helpful to have the actual stack trace in the report. Is there any way I can configure maven and/or the cactus plugin to do this? Thanks, Daniel Rabe