RE: CruiseConrol/Maven Setup Help

2004-12-17 Thread STRAYER, JON \(SBCSI\)
> Now here are some questions: > > 1) How does CC automatically learn about the > dependencies in my project.xml so that it can fulfill > responsibility 1b. See http://cruisecontrol.sourceforge.net/main/configxml.html#mavensnapshotde pendency > > 2) How does CC automatically learn about the n

RE: Newbie questions

2004-12-09 Thread STRAYER, JON \(SBCSI\)
n each developers machine to tell > Maven where/which remote repository to use? > > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 09, 2004 3:58 PM > To: Maven Users List > Subject: RE: Newbie questions > > &

RE: Newbie questions

2004-12-09 Thread STRAYER, JON \(SBCSI\)
> I just started looking into Maven as a possible replacement > for our large ant build scripts. I've read a few articles > and then started to try to put together a structure to build > our product using Maven. This brought up the following questions: > > 1) How does everyone specify the de

SNAPSHOTS to versions back to SNAPSHOTS

2004-12-09 Thread STRAYER, JON \(SBCSI\)
FYI We use CruiseControl to automate our continuous integration builds. For these builds we want to use SNAPSHOT dependencies for our internal libraries. But when we release an application we resolve all the SNAPSHOTS to specific released versions. This leads to us having to change everything b

RE: Snapshot etiquette

2004-12-09 Thread STRAYER, JON \(SBCSI\)
> in regards to deleting snapshots; how can you really delete > snapshots? If you release an artifact with a resolved > snapshot dependency (changed from SNAPSHOT to a timestamp - I > do this when I release an artifact with a SNAPSHOT > dependency to make the release reproducable at a later po

RE: Snapshot etiquette

2004-12-08 Thread STRAYER, JON \(SBCSI\)
About once a month I go in and delete all the timestamped snapshots from the previous month. > -Original Message- > From: Bert Lamb [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 3:04 PM > To: STRAYER, JON (SBCSI) > Cc: Maven Users List > Subject: Re:

RE: Snapshot etiquette

2004-12-08 Thread STRAYER, JON \(SBCSI\)
> Ok, so I'm trying to get a handle on the "right" way to do > snapshot dependencies during development and the perform a > "release." In reading around the Internet it looks like > there are two different approaches to snapshots.. > > Approach 1: > > In your POM define your version as "SNAPS

RE: Anyone really doing continuous integration with Maven?

2004-12-03 Thread STRAYER, JON \(SBCSI\)
> >We are, via CruiseControl. We have 27 projects that all > share a master > >POM (17 applications & 10 libraries). Any time someone > checks in code > >CruiseControl checks it back out, builds the project and dropps a > >SNAPSHOT jar in the repository. > > > >As of version 2.2 you can have

RE: Anyone really doing continuous integration with Maven?

2004-12-03 Thread STRAYER, JON \(SBCSI\)
t a little clarification.. > > T > > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 9:44 AM > To: Maven Users List > Subject: RE: Anyone really doing continuous integration with Maven? > > >

RE: Anyone really doing continuous integration with Maven?

2004-12-03 Thread STRAYER, JON \(SBCSI\)
> I have about 15 projects and a master POM for all of them. I > use maven to build the individual projects as well as the > integrated web site. When Maven does this multiproject build, > it uses the current development branch for the project that > it is building, but the current stated _de

RE: sending mail to module owner if build fails.

2004-11-30 Thread STRAYER, JON \(SBCSI\)
See: http://cruisecontrol.sourceforge.net/ BTW, the latest release of CruiseControl (2.2) includes mavensnapshotdependency which will check your POM for snapshot dependencies and then check your repository for changes (triggering a build if a dependency changes). > -Original Message- >

Compile failure

2004-11-24 Thread STRAYER, JON \(SBCSI\)
Does anyone know what this means: Unable to obtain goal [site] -- /home/wfausers/wfaoper/.maven/cache/maven-jdepend-plugin-1.5/plugin.jell y:57:26: Java returned: 9 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: Use of ${version_num} in ?

2004-11-19 Thread STRAYER, JON \(SBCSI\)
It seems that using SNAPSHOT in an override doesn't work. Is that a bug or a feature? :-) > you will need to put it into project.properties for that to work. > > However, there is a built in mechanism for that: jar overrides. > > in project.properties: > maven.jar.override=on > maven.jar.comm

RE: Use of ${version_num} in ?

2004-11-19 Thread STRAYER, JON \(SBCSI\)
Hey, could I do something like this in command line options? Maven -D maven.jar.override=on maven.jar.commons-logging=1.0.4 That way I could have the CruiseControl build always use SNAPSHOTs without having to switch the dependencies back an forth in the project.xml -

RE: Issue with SCM checkout, prepare-release and perform-release

2004-11-09 Thread STRAYER, JON \(SBCSI\)
FWIW, I've never been able to get scm:prepare-release to work from a shell script. > -Original Message- > From: Juan Alvarado [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 09, 2004 2:19 PM > To: [EMAIL PROTECTED] > Subject: Issue with SCM checkout, prepare-release and perform-releas

RE: Project Distribution Process

2004-11-04 Thread STRAYER, JON \(SBCSI\)
> Hi, > I've been working on implementing Maven into my build process > and was wondering how to go about a couple of things. > > When I build a distribution of a project I want Maven to put > that newly compiled jar into a central repository so that > other projects can reference to it in pro

RE: Upgrade Maven

2004-10-19 Thread STRAYER, JON \(SBCSI\)
I just dropped it in. > -Original Message- > From: MIDON ALEXIS [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 19, 2004 10:19 AM > To: '[EMAIL PROTECTED]'; Maven Developers List > Subject: Upgrade Maven > > > > > Hi, > > is there any documentation explaining how to upgrade fro

RE: Maven

2004-10-19 Thread STRAYER, JON \(SBCSI\)
> > > Hi, > > > > Maven creates jar, but with name "PROJECT-version.jar" eg:- > > PROJECT-12.0.0.jar, > > is there anyway i can override this to create "project.jar" > > > This is not something which you would normally want to do > with maven. Jars and other artifacts are versioned for > numer

RE: JSLTagLibrary

2004-10-15 Thread STRAYER, JON \(SBCSI\)
> -Original Message- > what does the goal is added to? > > > On Thu, 14 Oct 2004 17:48:38 -0400, STRAYER, JON (SBCSI) > <[EMAIL PROTECTED]> wrote: > > Running with -X I see this: > > > > Verifying dependencies for > > mav

RE: JSLTagLibrary

2004-10-14 Thread STRAYER, JON \(SBCSI\)
ve and the commons-jelly directory in the repository. No joy. > -Original Message- > From: STRAYER, JON (SBCSI) > Sent: Thursday, October 14, 2004 1:35 PM > To: 'Maven Users List' > Subject: JSLTagLibrary > > > > I have this plugin I wrote that we use

JSLTagLibrary

2004-10-14 Thread STRAYER, JON \(SBCSI\)
I have this plugin I wrote that we use to release and deploy our projects. One of the goals is: Nothing fancy, it just makes the name shorter. It's been working fine for days now (what's to go wrong). But all of a sudden when I run it I get: __ __ | \/ |_

Thank you

2004-10-13 Thread STRAYER, JON \(SBCSI\)
To everyone who has written code or documentation for Maven, thank you. To everyone who has answered my questions here, thank you. You have made my work life significantly easier. - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

RE: Maven 1.0.1

2004-10-12 Thread STRAYER, JON \(SBCSI\)
Is the scope reflected in Jira? > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 12, 2004 7:28 AM > To: Maven Users List > Subject: Re: Maven 1.0.1 > > > the scope has been decided. There are still a number of > issues on the roadmap to achie

Maven 2.0 question

2004-10-07 Thread STRAYER, JON \(SBCSI\)
Is Jelly still the scripting language for Maven 2.0? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CruiseControl, Maven, modificationsets

2004-10-07 Thread STRAYER, JON \(SBCSI\)
>From what I understand the next version of CruiseControl is supposed to have an idea of dependencies. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 07, 2004 9:51 AM > To: Maven Users List; Nigel Magnay > Subject: Re: CruiseControl, Mav

SNAPHOTs

2004-09-25 Thread STRAYER, JON (SBCSI)
Before each release I resolve each snapshot dependency to a specific release. After the release I change them back to SNAPSHOT (so CruiseControl is going integration builds). That's a lot of back and forth editing. Is there a simpler way? I guess a could write a plugin to change all the depende

RE: sending mails on build failure

2004-09-21 Thread STRAYER, JON (SBCSI)
Use CruiseControl: http://cruisecontrol.sourceforge.net/ With the Maven builder: http://cruisecontrol.sourceforge.net/main/configxml.html#maven > -Original Message- > From: Ashutosh Kumar [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 21, 2004 9:33 PM > To: [EMAIL PROTECTED] > Subj

RE: Reloading the POM

2004-09-17 Thread STRAYER, JON (SBCSI)
> no, unless you run them using maven:maven or maven:reactor. Bummer. > > You shouldn't be releasing on update without checking the > changes work. I'm not. But previous testing has been with SNAPSHOTs. > If this is just to run a release, I suggest > maven scm:perform-release, which checks

Reloading the POM

2004-09-16 Thread STRAYER, JON (SBCSI)
Is there a jelly tag I can use from a maven.xml file that will cause the pom to be reloaded? I have a list of steps I take before releasing a library: maven scm:update-project maven validate-pom-for-release maven scm:prepare-release maven jar:deploy And I'd like to wrap them all in a single goal

RE: How to schedule a nightly build in Maven

2004-09-14 Thread STRAYER, JON (SBCSI)
> Subject: RE: How to schedule a nightly build in Maven > > > > > -----Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 10:40 AM > To: 'Maven Users List' > Subject: RE: How to schedule a nig

RE: apartment hunt

2004-09-10 Thread STRAYER, JON (SBCSI)
What country? > -Original Message- > From: Adam Fisk [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 1:09 PM > To: Adam Fisk > Subject: apartment hunt > > > Hi Friends of Adam- > > The building I currently live in is getting torn down in a couple of > weeks, so I need to

RE: How to schedule a nightly build in Maven

2004-09-09 Thread STRAYER, JON (SBCSI)
> CruiseControl seems like a good choice. It however requires > having Ant build scripts, which than again makes Maven > unnecessary in this scenario (nightly build system)..? Or am > I wrong here? CruiseControl now has a Maven builder. http://cruisecontrol.sourceforge.net/main/configxml.html

RE: How to schedule a nightly build in Maven

2004-09-09 Thread STRAYER, JON (SBCSI)
We use CruiseControl for this. > -Original Message- > From: Dinko Hadzic [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 09, 2004 7:22 AM > To: [EMAIL PROTECTED] > Subject: How to schedule a nightly build in Maven > > > Hi > > > > Is it possible to schedule a periodical nightl

RE: [Poll] Writing documentation with Maven

2004-09-07 Thread STRAYER, JON (SBCSI)
> 1. What format do you use to write documentation? >A. xdoc >B. html >C. docbook >D. latex >E. who needs documentation? Xdoc, > 2. If you didn't choose A, how do you transform your doc to > be integrated in a Maven powered site? >A. html2xdoc >B. docbook plugin >

RE: my plugin is not available

2004-08-17 Thread STRAYER, JON (SBCSI)
Did you install it? maven plugin:install > -Original Message- > From: Eugene Kirin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 17, 2004 11:23 AM > To: Maven Users List > Subject: my plugin is not available > > > Hello! > I wrote my own plugin (ev-buildsys-plugin) and when I use >

Inherited project.xml

2004-07-24 Thread STRAYER, JON (SBCSI)
I have a project.xml that starts off ${basedir}/../wfa_billing/project.xml That works fine when I'm doing things in the main directory of the project. But when I do a scm:perform-release that path doesn't work. I could give it an absolute path, but that would suck for other (obvious) reasons. I

FTP in plugin

2004-07-23 Thread STRAYER, JON (SBCSI)
I'm trying to ftp from a plugin. I've used both and The results are the same (nothing). I see the messages from echo. Does anyone have a clue? My tag looks like this (a blantent ripoff of the release plugin:

First plugin

2004-07-23 Thread STRAYER, JON (SBCSI)
I'm working on my first plugin. Should I need to delete it from the cache each time in install it? Maven doesn't seem to pick up the changes otherwise. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Release plugin

2004-07-15 Thread STRAYER, JON (SBCSI)
Am I correct in thinking that the Maven team doesn't use the release plugin to build the distributions? I finally figured out how to get release:build-distribution-bin to include the dependency jars, but I can't figure out how to get it to include the project jar.

RE: Commercial Maven Equivalents

2004-07-13 Thread STRAYER, JON (SBCSI)
> I have been pushing the use of Maven in my company. People > would like a comparison of Maven against other alternatives, > especially commercial software. What are the available > commercial equivalents of Maven? I'd ask the people asking for the comparison. Besides for some commercial ve

RE: dependency should use not

2004-07-08 Thread STRAYER, JON (SBCSI)
> For those that use the multiproject plugin - how do you typically > develop? Do you make tweaks to the "core" module and then > "install" it > before working on your "web" project? Sort of. When I check in code to my "core" project, Cruise Control checks it out, builds it, and installs it i

RE: Maven & CruiseControl

2004-07-06 Thread STRAYER, JON (SBCSI)
I've been doing this for a while. The only time I remember seeing this message is when the compile failed. > I've just started experimenting with using CruiseControl to > manage running our Maven based build. This all works a treat > but with one minor niggle - on the summary emails that are

Multiproject build failure

2004-07-02 Thread STRAYER, JON (SBCSI)
I'm in the process of splitting a project up into several subprojects. I've been running the multiproject build for weeks without problems. I just changed the subprojects so they extend the main project. Each subproject builds fine, but now when I run multiproject I get this error message: mult

RE: Maven eclipse plugin

2004-06-29 Thread STRAYER, JON (SBCSI)
ple > plugins from each > other.. A while back it seemed like every plugin had a very tight > dependency on every other plugin! > > Eric > > > -----Original Message- > > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 28, 2004 8

Maven eclipse plugin

2004-06-28 Thread STRAYER, JON (SBCSI)
The plugin project.xml seems to be missing a dependency on cactus. That is, when I ran the plugin on a clean install it failed with a message that the plugin wanted the cactus tags, but that they weren't present. After I installed the cactus plugin everything worked fine. I see it is issue MPECL

RE: Dashboard

2004-06-26 Thread STRAYER, JON (SBCSI)
> However, in your previous email you mentioned you had set > maven.multiproject.basedir=${basedir}/../ > > Thus you should probably set: > > maven.dashboard.basedir=${basedir}/../ > > Let me know if it helps Bingo! That did it! Thanks! --

RE: Dashboard

2004-06-25 Thread STRAYER, JON (SBCSI)
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 3:00 AM > To: 'Maven Users List' > Subject: RE: Dashboard > > > Hi Jon, Thanks for your help Vincent. > This should generate individual dashboard reports in each of > the subprojects

Dashboard

2004-06-24 Thread STRAYER, JON (SBCSI)
I have one main project and five subprojects that I'd like to get the dashboard report working for. The projects (main and sub) are all on the same level of the directory tree. Root/ main sub1 sub2 etc I can build all the sites with the multiproject plugin, but the dashboard

RE: Error in generating site on HP-UX

2004-06-17 Thread STRAYER, JON (SBCSI)
> Since I got no response from my earlier post (below), I > thought I'd try again with additional questions: > > Is anyone successfully using Maven v. 1.0-rc2 on HP-UX B.11.11? Close. I was using Maven RC2 on HP-UX B.11.00 E 9000/800 I've since upgraded to RC3. > Does anyone have any idea what

RE: Goal order

2004-06-16 Thread STRAYER, JON (SBCSI)
If your dependency jars are in CVS they aren't really dependencies as far as Maven is concerned (except for the dependency report). Just leave them out of the POM. Or, each time you update a jar CVS add the jar to the local Maven repository. Then it can find it. > -Original Message- > F

RE: Jar help

2004-06-16 Thread STRAYER, JON (SBCSI)
> 1 - My development staff is used to keeping their workspace > in sync with CVS and doing so thru the WSAD interface (ie > Eclipse CVS perspective). I'm not that concerned with > "bloating" out the CVS respository. Those jars in the > WEB-INF/lib typically do not change that often, if ever. B

RE: Problem between Maven and Eclipse

2004-06-09 Thread STRAYER, JON (SBCSI)
Add test/conf to the class path and use Class.getResourceAsStream to read them. -Original Message- From: Amato Massimiliano (TLAB) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 6:54 AM To: Maven Users List Subject: Problem between Maven and Eclipse Hello, I am starting to in

RE: I'm obviously stupid

2004-06-08 Thread STRAYER, JON (SBCSI)
all handled through CSS now. You can override the standard styles or add new styles by creating xdocs/style/project.css. > -Original Message----- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 08, 2004 2:28 PM > To: 'Maven Users List' >

RE: I'm obviously stupid

2004-06-08 Thread STRAYER, JON (SBCSI)
That reminds me of something I've been meaning to mention for a while: They don't work any more. Well, I can't speak to all of them, but the banner foreground and background properties don't seem to be used anymore. -Original Message- From: Chuck Daniels [mailto:[EMAIL PROTECTED] Sent:

RE: Multi project

2004-06-06 Thread STRAYER, JON (SBCSI)
maven and install maven 1.0 rc2 hope it helps -D - Original Message - From: "STRAYER, JON (SBCSI)" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Friday, June 04, 2004 1:26 PM Subject: Multi project > I'm tryi

Multi project

2004-06-04 Thread STRAYER, JON (SBCSI)
I'm trying the multi-project plugin for the first time and getting this error: BUILD FAILED File.. file:/home/wfausers/wfaoper/.maven/plugins/maven-multiproject-plugin-1.2/plu gin.jelly Element... maven:reactor Line.. 92 Column 9 Unable to obtain goal [site] -- file:/home/wfausers/wfao

snapshots was [Jelly variables]

2004-06-01 Thread STRAYER, JON (SBCSI)
s value, maybe it'll be available in your post goal using this call: ${pom.getPluginContext('plugin-name').getVariable('variable') just guessing here... Hope it helps Eric. STRAYER, JON (SBCSI) wrote: >I have a deploy goal in my maven.xml that uses the artifact plu

Jelly variables

2004-06-01 Thread STRAYER, JON (SBCSI)
I have a deploy goal in my maven.xml that uses the artifact plugin. When I use it to deploy the results of a jar:jar everything works fine. When I use it to deploy a snapshot jar it tries to deploy the normal jar. My goal is here: As you can see, I'm using maven.final.name for th

[uberjar] Uberduber jar?

2004-05-28 Thread STRAYER, JON (SBCSI)
Will uber jar work on other uber jars? I'm breaking up a project into a set of projects and my life would be much simpler if I could put two uberjars into a third uberjar and have everybody find the classes they are looking for. But will that work? ---

SCM Plugin

2004-05-27 Thread STRAYER, JON (SBCSI)
Is there any documentation available on how to use the perform-release goal of the scm plugin? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

users@maven.apache.org

2004-05-25 Thread STRAYER, JON (SBCSI)
Yep, that's the problem. I'm glad to know it's not something I'm doing wrong. :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 11:10 AM To: [EMAIL PROTECTED] Subject: Réf. : XDOC URLs and & hello is it the http://jira.codehaus.org/

users@maven.apache.org

2004-05-25 Thread STRAYER, JON (SBCSI)
I have some links in my xdocs that require two parameters. If I just use "&" in the url the build fails. If I use "&" that's what I get in the URL and the URL doesn't work. What am I doing wrong? - To unsubscribe, e-mail: [EMAI

RE: Clover Problem

2004-04-27 Thread STRAYER, JON (SBCSI)
before running Maven in case there's some leftovers that are causing the trouble. Thanks -Vincent > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: 21 April 2004 00:34 > To: 'Maven Users List' > Subject: RE: Clover Problem &g

Multithreaded Maven

2004-04-27 Thread STRAYER, JON (SBCSI)
Our build box uses some fairly slow processors, but there are 16 of them. Is there a switch or property I could use to have Maven kick off a bunch of threads to run the various plugins? - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: CheckStyle error:Unable to get class information for

2004-04-26 Thread STRAYER, JON (SBCSI)
il. if anyone out there has a resolution, i have yet to find it. Ryan > -----Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Monday, April 26, 2004 12:06 PM > To: Maven Users List > Subject: CheckStyle error:Unable to get class information

CheckStyle error:Unable to get class information for

2004-04-26 Thread STRAYER, JON (SBCSI)
I noticed some CheckStyle errors saying it couldn't get class information for some of the exceptions we throw. I thought I could solve the problem by adding the build path to the classpath Maven passes to CheckStyle, but it is already there. I'm out of ideas. ---

RE: Clover Problem

2004-04-20 Thread STRAYER, JON (SBCSI)
day, April 20, 2004 3:22 PM To: 'Maven Users List' Subject: RE: Clover Problem Maybe you could show use the problem you're having? Could you also show us the console logs? Thanks -Vincent > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] &

RE: Clover Problem

2004-04-20 Thread STRAYER, JON (SBCSI)
> It may be that the clover version override feature of the plugin is not > working. Could you try modifying the project.xml of the clover plugin to > reference version 1.2.4 and put your clover jar in your local repo? I tried that. ---

RE: Clover Problem

2004-04-20 Thread STRAYER, JON (SBCSI)
mal" clover jar? Thanks -Vincent > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: 20 April 2004 16:09 > To: 'Maven Users List' > Subject: RE: Clover Problem > > It's only happening with my own clover jar. The normal jar

RE: Clover Problem

2004-04-20 Thread STRAYER, JON (SBCSI)
used by the clover plugin or is it only happening with your own clover jar? Thanks -Vincent > -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: 20 April 2004 15:04 > To: 'Maven Users List' > Subject: Clover Problem > > I

Clover Problem

2004-04-20 Thread STRAYER, JON (SBCSI)
I'm Using Maven RC2 and Clover 1.2.4.02. When I generate the Maven report some of the pages are filled with what appear to be random characters (non ASCII at that). Does anyone have an idea about what I should look at? - To unsu

Clover Exclusions

2004-03-04 Thread STRAYER, JON (SBCSI)
Is it possible to tell Clover (or the Clover plugin) to not include Exceptions in the coverage report? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]