It can be interesting for us also to know if you can reproduce these bugs : http://jira.codehaus.org/browse/MPASPECTJ-14 http://jira.codehaus.org/browse/MPASPECTJ-16
The version 4.0 will be packaged in maven 1.1 beta 3 http://docs.codehaus.org/display/MAVEN/Maven+1.1+plugins Cheers Arnaud On 3/27/06, stéphane bouchet <[EMAIL PROTECTED]> wrote: > > I am testing it right now :) > > > Carlos Sanchez a écrit : > > It wasn't release because there were not enough testers. If several > > people agree that 4.0-SNAPSHOT is good and deserve to be released I'm > > ok with it. > > > > On 3/27/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > >> Finally we'll not release the 3.3 > >> It will be the 4.0 because we upgraded to aspectj 1.5 > >> http://maven.apache.org/maven-1.x/plugins/aspectj/changes-report.html > >> A snapshot is available if you want to test it : > >> > >> maven plugin:download > >> -Dmaven.repo.remote=http://www.ibiblio.org/maven, > http://cvs.apache.org/repository/ > >> -DgroupId=maven > >> -DartifactId=maven-aspectj-plugin > >> -Dversion=4.0-SNAPSHOT > >> > >> > >> Arnaud > >> > >> On 3/27/06, stéphane bouchet <[EMAIL PROTECTED]> wrote: > >>> Hi, > >>> > >>> I am currently using 3.3-SNAPSHOT and everything works fine. it > supports > >>> java > >>> 1.5, and latest aspectj 1.5 too. > >>> > >>> The only weird thing is when the aspect:test goal is called, i got > lots of > >>> warnings... see the console output below : > >>> > >>> > >>> java:compile: > >>> aspectj:init: > >>> > >>> aspectj:compile: > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\java\fr\emn\castor\groupes\GroupeProxy.java:150 > >>> [warning] can not implement lazyTjp on this joinpoint > >>> method-execution(void > >>> fr.emn.castor.groupes.GroupeProxy.setUsersToGroupe(java.lang.String, > >>> java.util.Iterator)) because around advice is used > >>> [Xlint:canNotImplementLazyTjp] > >>> [iajc] public void setUsersToGroupe(String id, Iterator userList) > >>> [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >>> [iajc] see also: > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\groupes\aspects\GestionGroupesAspect.aj:148::0 > >>> [iajc] > >>> [iajc] 1 warning > >>> [iajc] Copying 9 files to > >>> C:\eclipse\workspace\castore-core\target\classes > >>> > >>> aspectj:test-compile: > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:320 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:296 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:278 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:248 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:240 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:216 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:191 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:169 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:148 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\groupes\aspects\GestionGroupesAspect.aj:148 > >>> [warning] advice defined in > >>> fr.emn.castor.groupes.aspects.GestionGroupesAspect > >>> has not been applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:148 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:140 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:132 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\GestionDocumentsAspect.aj:128 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.GestionDocumentsAspect has not been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\groupes\aspects\GestionGroupesAspect.aj:127 > >>> [warning] advice defined in > >>> fr.emn.castor.groupes.aspects.GestionGroupesAspect > >>> has not been applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:124 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:116 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:108 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\groupes\aspects\GestionGroupesAspect.aj:107 > >>> [warning] advice defined in > >>> fr.emn.castor.groupes.aspects.GestionGroupesAspect > >>> has not been applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:100 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\GestionCollectionsAspect.aj:92 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.GestionCollectionsAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\groupes\aspects\GestionGroupesAspect.aj:86 > >>> [warning] advice defined in > >>> fr.emn.castor.groupes.aspects.GestionGroupesAspect > >>> has not been applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\documents\aspects\ConsultationDocumentAspect.aj:63 > >>> [warning] advice defined in > >>> fr.emn.castor.documents.aspects.ConsultationDocumentAspect has not > been > >>> applied > >>> [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\recherche\aspects\RechercheAspect.aj:65 > >>> [warning] advice defined in > >>> fr.emn.castor.recherche.aspects.RechercheAspect has > >>> not been applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\collections\aspects\ConsultationCollectionAspect.aj:63 > >>> [warning] advice defined in > >>> fr.emn.castor.collections.aspects.ConsultationCollectionAspect has not > >>> been > >>> applied [Xlint:adviceDidNotMatch] > >>> [iajc] > >>> [iajc] > >>> [iajc] 26 warnings > >>> [iajc] > >>> > >>> > C:\eclipse\workspace\castore-core\src\aspects\fr\emn\castor\users\authentification\aspects\ConnexionAspect.aj:60 > >>> [warning] advice defined in > >>> fr.emn.castor.users.authentification.aspects.ConnexionAspect has not > been > >>> applied [Xlint:adviceDidNotMatch] > >>> [iajc] after(String loginUser, String motPasse) : > >>> seConnecter(loginUser,motPasse) { > >>> [iajc] > >>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > >>> [iajc] Copying 1 file to > >>> C:\eclipse\workspace\castore-core\target\test-classes > >>> > >>> aspectj: > >>> > >>> [echo] Compiling to > C:\eclipse\workspace\castore-core/target/classes > >>> > >>> > >>> > >>> Lukas Theussl a écrit : > >>>> Sorry, I can't give you a release date. All I can say is that I have > >>>> recently cleaned up a few trivial issues, but the plugin has been > >>>> unmaintained for a while and I have never used it myself, so it is > >>>> difficult to judge how much work it still needs. > >>>> > >>>> If you'd like to help, it would be good to have some feedback about > the > >>>> issues that are still open and scheduled [1], most of them have > patches > >>>> attached that only need testing. > >>>> > >>>> Cheers, > >>>> -Lukas > >>>> > >>>> [1] > >>>> > >>> > http://jira.codehaus.org/browse/MPASPECTJ?report=com.atlassian.jira.plugin.system.project:roadmap-panel > >>>> > >>>> David Fladung wrote: > >>>>> > >>>>> > >>>>> I see that work is currently being done to upgrade the maven > 1.xaspectj > >>>>> plugin for the latest release of aspectj (4.0-snapshot). Is there > any > >>>>> estimate on when this plugin might be released? > >>>>> > >>>>> > >>>>> > --------------------------------------------------------------------- > >>>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>>> > >>>> --------------------------------------------------------------------- > >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>>> > >>> > >>> -- > >>> Stéphane Bouchet > >>> http://sbouchet.blogspot.com > >>> > >>> Architecte Logiciel du projet CASTORE > >>> http://www.castore.org > >>> > >>> EMN - CRITE > >>> La chantrerie > >>> 4, rue Alfred Kastler > >>> 44300 NANTES > >>> > >>> 02.51.85.82.29 > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >> > > > > > > -- > > I could give you my word as a Spaniard. > > No good. I've known too many Spaniards. > > -- The Princess Bride > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Stéphane Bouchet > http://sbouchet.blogspot.com > > Architecte Logiciel du projet CASTORE > http://www.castore.org > > EMN - CRITE > La chantrerie > 4, rue Alfred Kastler > 44300 NANTES > > 02.51.85.82.29 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
