Re: [aspectwerkz-dev] AW code for offline transform
"Alex" <alex-he/e8N7AIe/[email protected]>
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi piccolo is a SAX XML parser. There is hopefully no reference to it, since it can be replaced by a xerces if you are using this one etc. It is somehow detected, and usefull on java 1.3 only I think. for offline weaving, have a look at the package "compiler" It grabs all class files from input directories and jars and read the bytecode in a byte[] array. Then it goes thru the package "transform" wich is the real weaver - the entry point is AspectWerkzPreProcessor. Alex ----- Original Message ----- From: "Jack Tang" <[email protected]> To: <[email protected]> Sent: Friday, August 27, 2004 3:34 PM Subject: [aspectwerkz-dev] AW code for offline transform > Hi All > > Which package(s) or java file(s) describes AW offline transform > process? And what is piccolo xml parser usage? No java file imports > its class. > > Regards! > /Jack > >