Actually, it isn't possible. Sorry. But, you can run jcoverage on your different OS and after, merge all jcoverage intrumentation files with jcoverage:merge goal.
Emmanuel ----- Original Message ----- From: "Gareth Cronin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 21, 2004 12:15 AM Subject: Supress JCoverage analysis of particular classes/packages? > I've looked through the plugin docs but I can't seem to find any > reference to this. Is it possible, or could it be made possible to > specify file patterns to ignore when making the JCoverage analysis? We > have a number of OS-specific classes that make Runtime calls where unit > testing is pointless (e.g. calls that spawn lpr to print files) and they > upset the nice JCoverage statistics. > > Thanks, > > Gareth. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
