Re: [aspectwerkz-dev] : new version

Alexandre Vasseur <[email protected]> Thu, 7 Oct 2004 21:16:58 +0200
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
lets say you start an app with Ant: u will use <java class="MyMain"... Ant task

to start it with AW load time weaving u will have to write

<java class="...aw ProcessStarter"
   // put "MyMain" as first argument

that's it for Hotspot 1.3, 1.4 and IBM VM
For JRockit and Java 5, as I said, write:
<java class="MyMain"
  // add a <jvmarg .. for JVMTI / JRockit JMAPI module


May be we just need some more doc / sample for that ?

Alex