Hi, I suggest you to check this thread on aspectj-users mailing list http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02478.html titled "POLL: How do you use ".lst" files with AJDT in Eclipse?" and https://bugs.eclipse.org/bugs/show_bug.cgi?id=50454
The aspectj maven plugin uses iajc ant task, so if you can point out something about adding conditional weaving I'll be happy to add it to the plugin. Regards Carlos Sanchez A Coru�a, Spain Oness Project http://oness.sourceforge.net > -----Original Message----- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 4:29 PM > To: Maven Users List > Subject: optional aspects > > We are building up a suite of aspects with aspectj to help > with testing/debugging. We want to be able to choose which > aspects are weaved at compile time with property settings, is > this possible? > > I was hoping I could do: > maven.aspectj.sourceRootCopyFilter=**/drools/Trace.java, > **/drools/Trace/MethodEntry.java > > But that is obviously just for resource copying, ideally I > need to be able to exclude/include aspects. > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
