Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-07 Thread sarat.pediredla
Rob, Many thanks for this :) Rob van Oostrum-2 wrote: > > add this to your pom.xml (for a modular archetype use the pom in the > core module): > > > > test > > > !nodb > > >

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-06 Thread Rob van Oostrum
add this to your pom.xml (for a modular archetype use the pom in the core module): test !nodb and cut/paste the hibernate3-maven-plu

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-06 Thread sarat.pediredla
Rob, I am not too clued into maven but how do I do this? Rob van Oostrum-2 wrote: > > I worked around this by adding a profile to the pom and move the > hibernate3 and dbunit plugins into it. The profile deactivates when I > pass -Dnodb. So whenever I want to run the cobertura stuff I make it

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-05 Thread Rob van Oostrum
I worked around this by adding a profile to the pom and move the hibernate3 and dbunit plugins into it. The profile deactivates when I pass -Dnodb. So whenever I want to run the cobertura stuff I make it skip the hibernate stuff. R. On 4/5/07, sarat.pediredla <[EMAIL PROTECTED]> wrote: I am fa

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-04-05 Thread sarat.pediredla
I am facing this same exact problem. Do I have to add a dependancy to my own war in the pom.xml? hibernate3 keeps copping out with the following error [INFO] Instrumentation was successful. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] Preparin

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Matt Raible
Sorry, I'm out of answers - you know as much as I do at this point. On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: Just tried it. No luck. Same error. On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I believe I received an e-mail off-list where someone said reverting > to version 2.0

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Rob van Oostrum
Just tried it. No luck. Same error. On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: I believe I received an e-mail off-list where someone said reverting to version 2.0 of the cobertura plugin fixed there problem. Matt On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: > I get this error r

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Matt Raible
I believe I received an e-mail off-list where someone said reverting to version 2.0 of the cobertura plugin fixed there problem. Matt On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: I get this error running 'mvn site' on my projects: [INFO] Instrumentation was successful. [INFO] [resourc

[appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Rob van Oostrum
I get this error running 'mvn site' on my projects: [INFO] Instrumentation was successful. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] Preparing hibernate3:hb