aspectj error

2007-04-09 Thread Alessandro Di Bella
Hi, I'm trying to compile using aspectj and I keep getting the following error: the parameter thisJoinPoint is not bound in [all branches of] pointcut at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) at org.apache.maven.lifec

RE: aspectj error

2007-09-10 Thread Michal Palička
pectjtools 1.5.3 compile Hope this helps Michal Palicka -Original Message- From: Alessandro Di Bella [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 02:26 AM To: Maven Users List Subject: aspectj error Hi, I'm trying to compile using aspectj and I k

Re: aspectj error

2007-04-09 Thread Kaare Nilsen
Hi. The error you are getting are an error from the ajc compiler and are because of errors in your aspects, and as far as I can se has nothing to do with the compiler or the plugin. I would suggest you post your question on the aspectJ user list and post your aspect in the mail, and they/I will b

Re: aspectj error

2007-04-09 Thread Darshan Santani
Hi, It seems you are having errors in your aspects only, as I cant see any error(s) in your aspectj-maven-plugin description, it seems perfect to me. Hope this helps. Thanks. -dsantani

Re: aspectj error

2007-04-10 Thread Steve Shucker
Like people said, it's probably a bad aspect. However, I also have 1.5 in my configuration. A side note about maven and eclipse integration: Make sure eclipse has ASPECJTRT_LIB on its build path before the maven2 container. This makes sure eclipse uses the version of aspectj that comes with