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 files isn't
recognized.

When i patch manually the .classpath :

<classpathentry kind="src" path="src/main/java"
including="**/*.java|**/*.aj"/>

The problem disappear.

 

I have not found how to configure my POM to do this automatically. Is it  a
bug or a feature ?

How to configure including pattern for sources dir ?

 

Thanks for your help.

--

Jean-Baptiste Defard.

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to