Luk,

I'll take a look at the Zip tomorrow to add stuff to the Bazaar branch I
started.  Maybe I could get you to start a Bazaar branch so that it
becomes easier to exchange patches and changesets?

On Thu, 2009-04-09 at 05:51 -0700, Luk Morbee wrote:
> Hi,
> 
> I added a CoberturaTestTask (see upload). When using the CoberturaPlugin,
> the test-task of the JavaPlugin is overwritten by this CoberturaTestTask.
> Instead of configuring a cbIntrument-, test-, cbReport- and cbCheck-task,
> the following does it all in one:
> 
>   test {
>     stopAtFailuresOrErrors = true
>     options.fork(jvmArgs: ["-Denvironment=dev",
> "-Dautosearch.runmode=retriever", …])
>     instrument.include '.*com.whatever.*'
>     instrument.exclude '.*com.whatever.ignore.*'
>     check.totalBranchCoverageRate = '50'
>     check.totalLineCoverageRate = '60'
>   }
> 
> Happy testing
> 
> http://www.nabble.com/file/p22970298/GradleCoberturaPlugin.zip
> GradleCoberturaPlugin.zip 
-- 
Russel.
============================================================
Dr Russel Winder                 Partner

Concertant LLP          t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,     f: +44 8700 516 084    voip:  
sip:[email protected]
London SW11 1EN, UK.    m: +44 7770 465 077    xmpp: [email protected]

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to