RE: Cactus Plugin

2003-10-27 Thread Gaffney, Michael
Hi Vincent, Have you had a chance to look at the patch I submitted for EJB support? Do you need me to make changes? This was the first patch I submitted, so I'm not sure if I followed all the correct procedures for submitting patches. Sorry if I messed up. Mike > > We already have a todo to

RE: Cactus Plugin

2003-10-21 Thread Gaffney, Michael
I'm not sure if this will help you, but I submitted a patch for the cactus plugin for unit testing EJBs. The patch is available from Jira under Maven-706. Mike > -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 5:21 AM > To: Maven Users

RE: Problem running cactus:report

2003-09-26 Thread Gaffney, Michael
Hi Vincent, Thanks for the info. I'll upgrade and give it a try. Thanks. Mike > -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 5:39 AM > To: 'Maven Users List' > Subject: RE: Problem running cactus:report > > > Hi Michael, > >

Problem running cactus:report

2003-09-25 Thread Gaffney, Michael
I'm trying to run the cactus:report goal and I keep getting the following error: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10 BUILD FAILED File.. file:/C:/Documents and Settings/gaffnm/.maven/plugins/maven-xdo

RE: Dependencies on things that should not be downloaded...

2003-09-18 Thread Gaffney, Michael
I had the same issue. I setup an HTTP server local to my network and created a remote repository on it. I then setup all of my maven projects to use multiple remote repositories. The first repository is always our internal repository and the second one is the maven default repository. So far, i