RE: Running JCoverage Plugin with Merlinized components

2003-11-14 Thread Eric Pugh
[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 4:26 PM > To: Avalon Developers List > Subject: Re: Running JCoverage Plugin with Merlinized components > > > > From memory you project.xml file includes an incredible array of > container side implementation classes. Just

Re: Running JCoverage Plugin with Merlinized components

2003-11-14 Thread Stephen McConnell
From memory you project.xml file includes an incredible array of container side implementation classes. Just get rid of all of the merlin implementation dependency declarations except for the merlin-unit and you should be a touch more sucessfull. BTW - this is just a hunch. Stephen. Eric Pu

Running JCoverage Plugin with Merlinized components

2003-11-14 Thread Eric Pugh
Hi all, I have finished upgrading a couple Fulcrum components Merlin: mimetype, localization, configuration. I go to build the site and bamn, everything blows up when attempting to run the unit tests with JCoverage. Which was a real disappointment as I love JCoverage... Anyone run anything succ