When generating eclipse .classpath and .project files when aspects are part of the maven build, the aspect nature and source directory aren't included.
I have a patch which seems to work on my box, I'll see if I can attach it
Description
When generating eclipse .classpath and .project files when aspects are part of the maven build, the aspect nature and source directory aren't included.
I have a patch which seems to work on my box, I'll see if I can attach it
Patch to update classpath.jelly and project.jelly. Not sure if anyone wants an optional property like maven.eclipse.aspectj.ignore=true|false so aspects are not included in the generated project files, but that's easy enough to add in
Bert van Brakel added a comment - 24/Feb/05 01:16 PM Patch to update classpath.jelly and project.jelly. Not sure if anyone wants an optional property like maven.eclipse.aspectj.ignore=true|false so aspects are not included in the generated project files, but that's easy enough to add in
Patch to update classpath.jelly and project.jelly. Not sure if anyone wants an optional property like maven.eclipse.aspectj.ignore=true|false so aspects are not included in the generated project files, but that's easy enough to add in