RE: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-14 Thread diyfiesta
you determined a needed plugin change yet? I am wondering if the >> "correct fix" is to enhance the plugin to have a property that says to >> run >> AspectJ on the tests compilation too? >> >> >> -----Original Message- >> From:

RE: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-14 Thread diyfiesta
the tests run, the >> production code is also on the classpath, so works well (now there >> could be some bug in that... >> :-). >> >> >> -Original Message- >> From: diyfiesta [mailto:[EMAIL PROTECTED] >> Sent: Monday, November 13,

RE: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-14 Thread Jeff Jensen
a property that says to run AspectJ on the tests compilation too? -Original Message- From: diyfiesta [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 3:01 AM To: users@maven.apache.org Subject: RE: [M1] AspectJ with two source trees (main/src & main/test) Hi, Thanks for t

RE: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-14 Thread diyfiesta
sspath, so works well (now there could be some bug in > that... > :-). > > > -Original Message- > From: diyfiesta [mailto:[EMAIL PROTECTED] > Sent: Monday, November 13, 2006 9:53 AM > To: users@maven.apache.org > Subject: Re: [M1] AspectJ with two source trees (main/

RE: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-13 Thread Jeff Jensen
nt: Monday, November 13, 2006 9:53 AM To: users@maven.apache.org Subject: Re: [M1] AspectJ with two source trees (main/src & main/test) So, looking into this more (and having created a simple example project to demonstrate it), it looks like the the aspectj plugin is compiling things correctly, its

Re: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-13 Thread diyfiesta
So, looking into this more (and having created a simple example project to demonstrate it), it looks like the the aspectj plugin is compiling things correctly, its just that the tests are being run from the incorrect place. So, for example, the output of the aspectj compilation goes into target/

Re: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-10 Thread diyfiesta
Hi, Thanks for the note, I tried this but still don't have any luck, for example, I'm using the convention main/src/java and main/src/test for my source trees, so adding an src/aspectj folder doesn't really fit in, if I add it to main/src/aspectj, I get the same problem (and just for completness,

Re: [M1] AspectJ with two source trees (main/src & main/test)

2006-11-02 Thread Alexandre Touret
Hello, There are 2 builds : the classes and test classes. If you specify the aspectsourcedirectory in src/java, aspectj doesn t parse any file in src/test. Its the default behaviour I can suggest you to put all the aspects file have in ${maven.src.dir}/aspectj (as described in the plugin homepag