Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Load Time Weaving Verbosity



Dave,

The message handler used by "ajc", "iajc" and AJDT ignore WEAVEINFO
messages by default. The one  used but WeavingAdaptor doesn't. Please open
a bug and we'll fix it.

Matthew Webster
AOSD Project
Java Technology Centre, MP146
IBM Hursley Park, Winchester,  SO21 2JN, England
Telephone: +44 196 2816139 (external) 246139 (internal)
Email: Matthew Webster/UK/IBM @ IBMGB, matthew_webster@xxxxxxxxxx
http://w3.hursley.ibm.com/~websterm/

David Pearce <david.pearce@xxxxxxxxxxxxx>@eclipse.org on 27/10/2004
03:55:19

Please respond to aspectj-users@xxxxxxxxxxx

Sent by:    aspectj-users-admin@xxxxxxxxxxx


To:    aspectj-users@xxxxxxxxxxx
cc:
Subject:    [aspectj-users] Load Time Weaving Verbosity


Hi All,

I'm just wondering if someone can tell me how to disable verbose output
from the load time weaver.  Before using rc1.2.1 I was not observing any
verbose weaving messages.  I have tried -Daj.weaving.verbose="False",
but it does not appear to do anything.  I've attached some examples of
the output below for reference.

Any help would be appreciated!

Cheers,

Dave

null: weaveinfo Type 'test' (test.java:3) advised by around advice from
'HybridTimeAro
(HybridTimeAroundAspect.java:30) [with runtime test]
null: weaveinfo Type 'test' (test.java:7) advised by around advice from
'HybridTimeAro
(HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:8) advised by around advice from
'HybridTimeAro
(HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:11) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:12) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:7) advised by around advice from
'HybridTimeAro
(HybridTimeAroundAspect.java:30) [with runtime test]
null: weaveinfo Type 'test' (test.java:18) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:17) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:30) [with runtime test]
null: weaveinfo Type 'test' (test.java:24) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:49) [with runtime test]
null: weaveinfo Type 'test' (test.java:23) advised by around advice from
'HybridTimeAr
  (HybridTimeAroundAspect.java:30) [with runtime test]
Hello World
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users




Back to the top