RE: optional aspects

2004-08-03 Thread Carlos Sanchez
ginal Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 10:28 PM > To: Maven Users List > Cc: [EMAIL PROTECTED] > Subject: Re: optional aspects > > done - http://jira.codehaus.org/browse/MPASPECTJ-12 > Can you please review and let me know

Re: optional aspects

2004-08-02 Thread Mark Proctor
EMAIL PROTECTED] Subject: Re: optional aspects Carlos, I can put the aspects to compile .aspect files and reference it like below and then updated sourceRoots, as you can't have both - one or the other: Downside i

RE: optional aspects

2004-07-30 Thread Carlos Sanchez
e.net > -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 7:18 PM > To: Maven Users List; [EMAIL PROTECTED] > Subject: Re: optional aspects > > Carlos, > > I can put the aspects to compile .aspect file

Re: optional aspects

2004-07-30 Thread Mark Proctor
y} in ant:sourceroots as normal. Mark Carlos Sanchez wrote: Feel free to CCing your findings to me. -Original Message- From: Mark Proctor [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 5:54 PM To: Maven Users List Subject: Re: optional aspects Just tried testing the plugin with the code c

RE: optional aspects

2004-07-30 Thread Carlos Sanchez
Feel free to CCing your findings to me. > -Original Message- > From: Mark Proctor [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 5:54 PM > To: Maven Users List > Subject: Re: optional aspects > > Just tried testing the plugin with the code change below, but

Re: optional aspects

2004-07-30 Thread Mark Proctor
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 suit

RE: optional aspects

2004-07-30 Thread Carlos Sanchez
ECTED] > 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 sett

optional aspects

2004-07-30 Thread Mark Proctor
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/Me