RE: [aspectj-users] AspectJ Ant task bug ?

2008-07-09 Thread jeanlouis.pasturel
Ys ! My bad ! Thank you for the help. Jean-Louis Pasturel -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andy Clement Envoyé : mercredi 9 juillet 2008 09:53 À : aspectj-users@eclipse.org Objet : Re: [aspectj-users] AspectJ Ant task bug ?

Re: [aspectj-users] AspectJ Ant task bug ?

2008-07-09 Thread Andy Clement
Are you sure it isn't because of other problems in your build.xml? If I do a diff between your two .txt files I see the contents of exemple.jar (the classes in the inpath folder) get deleted and then never recreated in the inpath folder and then not woven. I see where you build your code into the

RE: [aspectj-users] AspectJ Ant task bug ?

2008-07-09 Thread jeanlouis.pasturel
Andy, Andrew, Sorry for my misunderstanding... I join the ant traces in the two compilations (with packaged classes and unpackaged classes) and the build.xml file With unpackaged classes in the inpath folder, the classes are not woven, with the packaged classes in the inpath they are woven.