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

Handling non-jar artifacts

2007-03-17 Thread Alessandro Di Bella
Hi, I'm new to maven 2 and I'm trying to write a project descriptor for a web application. I have a dependency on an artifact of type "tgz". The file gets downloaded without a problem but I need to unpack it into "target//WEB-INF/" before the goal "package". Googling for an answer i found out

adding custom resources to a war file

2004-10-26 Thread Alessandro Di Bella
Hi, I'm new to maven and I'm trying to build a war file with it. Following the guidelines my directory structure looks like: main --src -java -jsp -javascript --resources -WEB-INF -web.xml -META-INF --test target Setting aven.war.src