[aspectwerkz-user] dumping generated classes
"Michael Haupt" <[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <32983.84.167.83.103.1113135688.squirrel@www.st.informatik.tu-darmstadt.de> |
Hi, my environment: Java 5 (Sun), AspectWerkz 2.0; and I'm experimenting with hot deployment, where you only specify a deployment scope in aop.xml and dynamically (un)deploy aspects through the Deployer API. One thing that I have very much interest in is the code that is generated during preparation (as defined by the deployment scope) and weaving. When I pass the -Daspectwerkz.transform.dump=* option to the aspectwerkz "binary", the _dump directory contains, after the run, class files for the application classes affected by aspects, and that's very fine. Unfortunately, I miss the JoinPoint classes that I expect to be generated on the fly as well. Where can I find the class file for, e.g., HelloWorld_1_1535311470__2012992996___AW_JoinPoint? How can I make AspectWerkz dump it as well? Thanks in advance, Michael Haupt