You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eugene Kuleshov <eu...@md.pp.ru> on 2007/02/18 23:40:21 UTC

Re: [m2] Terracotta Maven plugin(s), anyone?


Jim Bethancourt-2 wrote:
> 
> I was wondering if anyone would be interested in developing a Maven 2
> plugin
> / plugins that would allow for developers to apply Terracotta bytecode
> enhancement to their Java code through Maven.  I've only worked through
> the
> Terracotta DSO tutorial, but it seems like a Maven plugin would make a lot
> of sense to automate the bytecode enhancement through the Maven build life
> cycle.  I can email the Terracotta folks and ask them if they would be
> able
> to post the Terracotta files on Ibiblio since Maven 2.0.5 now supports
> different licenses.
> 

  Unfortunately it is not how Terracotta DSO works now.

  Currently there is no tools for compile-time instrumentation and all
classes are instrumented at the load time. Such instrumentation is turned on
using few -Xbootclasspath/p: and some system properties. That basically
allows you to launch your tests with Terracotta runtime, as long as you
start them in a separate vm.

  regards,
  Eugene Kuleshov
  Terracotta


-- 
View this message in context: http://www.nabble.com/Terracotta-Maven-plugin%28s%29%2C-anyone--tf3249559s177.html#a9034666
Sent from the Maven - Users mailing list archive at Nabble.com.


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