Hi... I tried this latest version : - the warning on 1.5.2 version has disappeared! - but I had an error message : I was compiling aspects twice (one with aspectj:compile goal and one with aspectj:test-compile goal)... So I modified my configuration to remove the test compilation and... and... It seems to be better!
I have some other modifications to do in order to launch my application and to be sure aspects really works ! But thank's a lot !... Just a question : in order to release my project I have to remove "snapshot" dependencies, so do you have an idea when the release version of this plugin will be available ??? Thank's again. j. Extranet [EMAIL PROTECTED] - 07/04/2008 16:23 Please respond to [email protected] To: user cc: Subject: Re: [mojo-user] Error with aspectj-maven-plugin Hi.. Could you test the latest snapshot rc-1-SNAPSHOT and see if the problem is still there, or at least gives a good error message, and if it is the OutOfMemmory error that is the problem, increase your jvm memory using the MAVEN_OPTS environment variable. But I would be very happy if you tested the new snapshot without any changes to the vm params to see if the latest snapshot handles the error better. snapshot repo :http://snapshots.repository.codehaus.org/ Best regards Kaare Nilsen On Apr 7, 2008, at 13:56 PM, [EMAIL PROTECTED] wrote: > > Hi, > > I am installing and configuring Maven on ma team project. > This project using Aspects and is compiling with Eclipse without any > problem (using ApsectJ-1.5.4). > > But as I try to compile my 'common' module with Maven, I've got an > error during the compilation with the plugin aspectj-maven-plugin. > > The only trace I have is (even if I use -X -e options and verbose > configuration for the plugin): > [ERROR] ABORT > > It seems like a defect I found under the Mojo Jira : http://jira.codehaus.org/browse/MOJO-655 > > More over, I have before the error the following warning: > [WARNING] bad version number found in [...]\aspectjrt-1.5.4.jar > expected 1.5.2a found 1.5.4 > > But I set the 1.5.4 version in the dependencyManagement tag in my > POM to be sure to use the latest version. > > Does any one have an idea? > May this warning be the cause of the abort? > There is another way to compile aspects under Maven2? > > Thanks by advance > > j. > > > > > This message and any attachments (the "message") is > intended solely for the addressees and is confidential. > If you receive this message in error, please delete it and > immediately notify the sender. Any use not in accord with > its purpose, any dissemination or disclosure, either whole > or partial, is prohibited except formal approval. The internet > can not guarantee the integrity of this message. > BNP PARIBAS (and its subsidiaries) shall (will) not > therefore be liable for the message if modified. > Do not print this message unless it is necessary, > consider the environment. > > --------------------------------------------- > > Ce message et toutes les pieces jointes (ci-apres le > "message") sont etablis a l'intention exclusive de ses > destinataires et sont confidentiels. Si vous recevez ce > message par erreur, merci de le detruire et d'en avertir > immediatement l'expediteur. Toute utilisation de ce > message non conforme a sa destination, toute diffusion > ou toute publication, totale ou partielle, est interdite, sauf > autorisation expresse. L'internet ne permettant pas > d'assurer l'integrite de ce message, BNP PARIBAS (et ses > filiales) decline(nt) toute responsabilite au titre de ce > message, dans l'hypothese ou il aurait ete modifie. > N'imprimez ce message que si necessaire, > pensez a l'environnement. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
