[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread thomasma
Thanks for the tip. That works. I would never have guessed that include would be a child element of aopc itself. From the doc i thought i had to code in a ant fileset element. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863226#3863226 Reply to the post

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: AOPC question on the inner tag

2005-01-22 Thread thomasma
Thx for the response. The sample you have is the same i have in my build. Problem is by the time in my build process aopc runsthe above classes folder probably has around 3000 or so compiled classes. My aspect definition in the -aop.xml file is against all classes that have a pattern of *

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - AOPC question on the inner tag

2005-01-19 Thread thomasma
Documentation for aopc tag describes the src tag as: src - Which files to be transformed. Either a directory containing the files to be instrumented, or an ant fileset containing which files should be precompiled. In the example above, we specified a directory so all our classes are passed in t