Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-26 Thread Barrie Treloar
Added http://jira.codehaus.org/browse/MECLIPSE-538. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-26 Thread Barrie Treloar
Can you confirm that src/main/aspect should be including=**/*.java|**/*.aj instead of just including=**/*.aj Thanks - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-26 Thread Barrie Treloar
On Fri, Mar 27, 2009 at 12:19 PM, Barrie Treloar baerr...@gmail.com wrote: Can you confirm that  src/main/aspect should be  including=**/*.java|**/*.aj instead of just  including=**/*.aj Thanks Ok after googling, I can find more than one project that has java files in src/main/aspect.

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-26 Thread Barrie Treloar
On Fri, Mar 27, 2009 at 12:23 PM, Barrie Treloar baerr...@gmail.com wrote: On Fri, Mar 27, 2009 at 12:19 PM, Barrie Treloar baerr...@gmail.com wrote: Can you confirm that  src/main/aspect should be  including=**/*.java|**/*.aj instead of just  including=**/*.aj Thanks Ok after

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-25 Thread Thorsten Heit
Hi, I've not used aspectj so I'm just guessing what you are trying to do. Can you explain why you want non-java files on the classpath? I haven't used AspectJ for myself, but AFAIK .aj files are the sources for AspectJ. They must be included in the classpath so that the AspectJ compiler

[maven-eclipse-plugin] and .aj AspectJ files.

2009-03-24 Thread jb-perso
Hi, I have a problem with eclipse plugin 1.6-SNAPSHOT. When i generate eclipse project (eclipse : eclipse), this version add **/*.java pattern for source dir : classpathentry kind=src path=src/main/java including=**/*.java / It's fine for java projects, but for AspectJ projects, the *.aj

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-24 Thread Barrie Treloar
On Tue, Mar 24, 2009 at 11:58 PM, jb-perso j...@defard.com wrote: Hi, I have a problem with eclipse plugin 1.6-SNAPSHOT. When i generate eclipse project (eclipse : eclipse), this version add **/*.java pattern for source dir : classpathentry kind=src path=src/main/java including=**/*.java

Re: [maven-eclipse-plugin] and .aj AspectJ files.

2009-03-24 Thread Barrie Treloar
None of the project-ajdt test projects actually have source so I need a working project to build a test against. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: