np..I will have to reword that, it will redirect the
project.build.outputDirectory
from target/classes to target/generated-classes/cobertura. If the plugins
are doing
the correct thing when constructing the classpath, they should use the
property
"project.build.outputDirectory".


Thanks,
mohan kr


-----Original Message-----
From: lvdpal [mailto:lvd...@lunaris-informatica.nl] 
Sent: Wednesday, July 22, 2009 8:25 AM
To: users@maven.apache.org
Subject: RE: Putting instrumented classes on the classpath


Thanks, this at least gives me a hint where to start looking.


mkr wrote:
> 
> You have to give more information?  I have looked at the thread..but if
> you
> were using
> the cobertura-maven-plugin and just have the "intstrument" goal, it *WILL*
> put the 
> instrumented classes in the classpath. (i.e. classes/* will be redirected
> to
> generated-classes/*).
> Since plugin ordering varies between maven versions (if binding to same
> phase), I would make
> sure that the cobertura instrument goal is last executed in that phase.
> 
> Also, I think I replied yesterday, if you need the coverage xml file, then
> the standard cobertura
> plugin cannot do that *independently*, you can use the modded plugin....
> 
> Thanks,
> mohan kr
> 
> 
-- 
View this message in context:
http://www.nabble.com/Putting-instrumented-classes-on-the-classpath-tp241836
79p24606483.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to