Re: Problem with maven-aspectj-plugin version 4.0

2006-09-08 Thread Lukas Theussl
Do you have any other pre/post- or custom goals defined? I remember a case where someone got into an infinite loop by overriding the java:compile goal. For the report problem: yes, I can generate a report. However, I think it only captures warnings from the iajc compilation, so if you have no

RE: Problem with maven-aspectj-plugin version 4.0

2006-09-08 Thread Orford, Ian
ing it but it gave me an empty report. Has anyone had success with this? Thanks again, Ian -Original Message- From: Orford, Ian [mailto:[EMAIL PROTECTED] Sent: 07 September 2006 15:40 To: 'Maven Users List' Subject: RE: Problem with maven-aspectj-plugin version 4.0 Thanks for the

RE: Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Orford, Ian
t: Re: Problem with maven-aspectj-plugin version 4.0 Shouldn't aspectj be called as a preGoal of java:compile? I would also try to upgrade to Maven 1.1-beta-3, a lot has changed between beta-2 and beta-3! HTH, -Lukas Orford, Ian wrote: > I'm using Maven 1.1-beta-2. I recently had to up

Re: Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Lukas Theussl
Shouldn't aspectj be called as a preGoal of java:compile? I would also try to upgrade to Maven 1.1-beta-3, a lot has changed between beta-2 and beta-3! HTH, -Lukas Orford, Ian wrote: I'm using Maven 1.1-beta-2. I recently had to upgrade the aspectj plugin to version 4.0 because I was getting

Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Orford, Ian
I'm using Maven 1.1-beta-2. I recently had to upgrade the aspectj plugin to version 4.0 because I was getting a compile error and needed to use aspectj 1.5. I've got the standard post-goal hool in my maven.xml file... If I compile using "maven test" it works fine. However if I