Done: https://issues.apache.org/jira/browse/BUILDR-474
I apologize if this isn't formatted correctly, I haven't used the Apache JIRA before. thanks, Adam -----Original Message----- From: [email protected] on behalf of lacton Sent: Mon 7/12/2010 3:42 PM To: [email protected] Subject: Re: require cobertura.rb Hi Adam, It seems to me you found a defect. Instrumentation (i.e., the "cobertura:instrument" task) is a dependency of the three tasks you mention. When I implemented the emma add-on and refactored the cobertura add-on, it was my intention for it to work exactly as you describe. Could you file a bug in JIRA please? lacton On Mon, Jul 12, 2010 at 4:14 PM, Adam Crain <[email protected]> wrote: > Hi, > > Why does just requiring cobertura.rb automically instrument the classes for > all buildr tasks? > > I would have imagined that this would happen only with the cobertura:html, > cobertura:xml and cobertura:check tasks. > > If I don't want to instrument for normal builds, is my only recourse using > another custom command line option to programmatically require cobertura? > > thanks! > Adam >
