StatCVS

2003-10-04 Thread Askren, Jay
I upgraded my version of maven to release candidate 1 and StatCVS stopped working. When I run maven, I get the following. Any ideas why it isn't working. Jay C:\Eclipse\workspace\ERAWeb>maven site:generate __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects

RE: JUnit Tests

2003-09-26 Thread Askren, Jay
ity-plugin maven-developer-activity-plugin maven-junit-report-plugin maven-clover-plugin maven-jcoverage-plugin maven-tasklist-plugin maven-javadoc-plugin maven-jxr-plugin -Original Message- From: Askren, Jay Sent: Fri 9/26/200

RE: JUnit Tests

2003-09-26 Thread Askren, Jay
ction Total time: 47 seconds -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Thu 9/25/2003 2:07 PM To: Maven Users List Cc: Subject: Re: JUnit Tests On Thursday 25 Sep 2003 19:34, Askren, Jay wrote: > I am running Maven beta 10 and I cant seem to get the J-Uni

JUnit Tests

2003-09-25 Thread Askren, Jay
I am running Maven beta 10 and I cant seem to get the J-Unit tests plugin to work to work. Im running Maven on Windows XP with Java 1.41_02-b06. Here is the output from Maven before it dies: PackageManager -> parsing... edu\iu\uis\fps\er\test\AllTests.java PackageManager -> parsing... edu\i

activity plugins

2003-07-29 Thread Askren, Jay
I'm trying to get the following reports to work in Maven: maven-developer-activity-plugin maven-file-activity-plugin I'm assuming they use information from the repository section of the project.xml file to log into CVS. Where do I put the CVS password so that Maven can log into CVS and get the

RE: Dependencies

2003-07-18 Thread Askren, Jay
Oops, I just realized, that those jar files are the dependencies for FOP, and not the FOP jar file. So, I think I understand now. Sorry for filling everyone's inbox. Jay -Original Message- From: Askren, Jay Sent: Friday, July 18, 2003 2:19 PM To: Maven Users List Subjec

RE: Dependencies

2003-07-18 Thread Askren, Jay
] Sent: Friday, July 18, 2003 1:43 PM To: Maven Users List Subject: Re: Dependencies Each jar needs its own dependency tag. Try pom:validate to make sure your project file is valid. Askren, Jay wrote: >I'm trying to set up Maven on a project of mine and am having some >troubl

Dependencies

2003-07-18 Thread Askren, Jay
I'm trying to set up Maven on a project of mine and am having some troubles with the dependencies. We have a company library that I am including in the project, and I added the following to the project.xml file: Eden 1.1 EdenCommon.jar EdenShared.jar SudsServ