You can create an alternate packaging with instrumented classes, for
example:
package(:jar, :classifier => 'instrumented').tap do |pkg|
pkg.include _('target/instrumented/classes'), :as => '.'
end
alex
On Sun, Nov 29, 2009 at 2:05 PM, Megan Woods <megan_woods@toll.com.au>wrote:
> Hi,
>
> Basically I am attempting do code coverage on some in-container integration
> tests.
>
> How can I get Buildr to deploy the enchanced packages.?
>
> or
>
> Is there a way I can intercept the package task so I could create somthing
> along the lines of a pre or post package task.?
>
>
> Cheers Megan
>
>
>
>
|