Re: Newbie questions

2004-01-20 Thread James Norman
Unfortunately, there is zero documentation regarding your questions on the Maven site. I was able to answer these questions by inspecting the maven deployment files from projects in the codehaus (http://codehaus.org). Comments regarding your questions in line. -james On Thu, 2004-01-15 at

RE: Maven and Unit Tests

2004-01-12 Thread James Norman
that generated TEST-**.txt files. Is it possible not to compile the test source files and provide a Junit report from the generated TEST-***.txt files, or does maven need to run the unit tests for the report? Any help would be appreciated. Thanks, James Norman On Fri, 2004-01-09 at 16:38, Daniel Rabe

Metrics Report

2004-01-09 Thread James Norman
reports that depend on this compiled code that I would like to use as well. Can I tell maven where the compiled source is and avoid the repeat compilation? Any help appreciated. James Norman - To unsubscribe, e-mail: [EMAIL

Re: Maven and Unit Tests

2004-01-09 Thread James Norman
: maven junit-report This will only work if your test output files are generated in the standard directory, if not you'll have to override the maven.test.reportsDirectory property. James Norman [EMAIL PROTECTED] wrote: Hey All, I'm fairly new to Maven so be patient with me

Maven and Unit Tests

2004-01-08 Thread James Norman
Hey All, I'm fairly new to Maven so be patient with me if this question has already been answered. We have been using Ant to build our software for some time now and are quite pleased with it. I'm now using Maven to generate project information and take advantage of the canned reports. I