From 80f9849bacfacca6d108ab375ed8c0c19a2bcfba Mon Sep 17 00:00:00 2001 From: mwebster Date: Mon, 30 Oct 2006 16:34:42 +0000 Subject: [PATCH] Bug 159854 "Problem Diagnosis Guide" (first draft) --- docs/devGuideDB/ltw.xml | 29 ++++-- docs/dist/doc/index.html | 2 +- docs/pdGuideDB/ajcore.xml | 177 +++++++++++++++++++++++++++++++++++- docs/pdGuideDB/ltwdump.xml | 69 +++++++++++++- docs/pdGuideDB/messages.xml | 143 ++++++++++++++++++++++++++++- docs/pdGuideDB/pdguide.xml | 4 +- docs/pdGuideDB/trace.xml | 90 +++++++++++++++++- 7 files changed, 495 insertions(+), 19 deletions(-) diff --git a/docs/devGuideDB/ltw.xml b/docs/devGuideDB/ltw.xml index dedfdb2e7..39d584233 100644 --- a/docs/devGuideDB/ltw.xml +++ b/docs/devGuideDB/ltw.xml @@ -456,6 +456,29 @@ bootstrapped are accumulated until all options are parsed. If the messages are required to be output immediately you can use the option -Daj.weaving.verbose=true on the JVM startup command line. + + + + -debug + + + Issue a messages for each class passed to the weaver + indicating whether it was woven, excluded or ignored. + Also issue messages for classes + defined during the weaving process such as around advice + closures and concrete aspects defined in + META-INF/aop.xml. + + + + + -showWeaveInfo + + + Issue informational messages whenever the weaver touches a class file. + This option may also be enabled using the System property + -Dorg.aspectj.weaver.showWeaveInfo=true. +