On 15/03/2011 11:53, Lis Maria wrote:
> [junit] de/hybris/platform/persistence/AbstractTypeInitializer
> [junit] java.lang.NoClassDefFoundError:
I guess you are missing a jar from your classpath that holds the Hybris
persistence code that your unit tests need?
HTH
--
Mark
--
This is one fo the exception i get
[instr] processing instrumentation path ...
[instr] instrumentation path processed in 183 ms
[instr] [13 class(es) instrumented, 0 resource(s) copied]
[instr] metadata merged into
[/opt/hybris/bin/rules/emma/metadata.emma] {in 149 ms}
[junit] Tes
On 15/03/2011 11:40, Lis Maria wrote:
> It is nt emma eror that i get , but it says classnotfound exception for any
> class it executes in the junit section
The actual and full Exception you are seeing but we are not would be a
useful piece of information to help guide you.
8)
--
Mark
-
Hi Manas,
It is nt emma eror that i get , but it says classnotfound exception for any
class it executes in the junit section
Is it EMMA class not found error ? If yes then add emma.jar to the class
path while running your Junit cases .
HTH
On Tue, Mar 15, 2011 at 11:07 AM, Lis Maria wrote:
> Hello..
>
> I am trying to add emma configurations into my Hybris ant build scripts.
> The
> issue i face is, the junit that ru
Hello..
I am trying to add emma configurations into my Hybris ant build scripts. The
issue i face is, the junit that runs on the instrumented classes fails,
because of which i do not think the report emma generates is correct. ant
version is 1.8 and emma version is 2.1. The junit jar i use is of