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 to the precompiler. 

How can i specify an ant fileset so that i may selectively aop"ize" only 
certain classes? Without it my aop target is taking too long to execute and 
eventually runs out of memory since there are too many files.  

I just want to know how based on the documentation i can specify a fileset. All 
my attempts to do that seem to fail.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862789#3862789

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862789


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to