Yup, it was already posted in the beginning of this thread. Yaakov, do not rename your jars but simply configure the plugin like you were told to before:
<configuration> <ajdtVersion>none</ajdtVersion> </configuration> http://jira.codehaus.org/browse/MECLIPSE-594 Paul On Thu, Oct 29, 2009 at 6:56 AM, Brian Fox <[email protected]> wrote: > Renaming it and installing it into your repo won't change anything if > it's getting added to the classpath on the commandline, so NO don't do > that. I believe someone already posted how to configure > eclipse:eclipse to add the aspect support. Or you can install > m2eclipse and use that instead. > > On Sun, Oct 25, 2009 at 8:42 AM, Yaakov Chaikin > <[email protected]> wrote: >> I spoke too soon. It does work on the command line... Given that it >> now work on the command line, are you still suggesting that I NOT >> renaming it and deploy it in our archiva under a different name? I >> guess, I am not sure how I would force it into Eclipse's .classpath >> any other way. >> >> Thanks, >> Yaakov. >> >> On Fri, Oct 23, 2009 at 7:39 PM, Brian Fox <[email protected]> wrote: >>> Can you send us some build logs with -X enabled? There is nothing in >>> core that should be excluding aspectj, so something else is at play >>> here. And loading them with a different coordinate into your repo >>> manager is going to cause problems later, that is just patching the >>> symptoms >>> >>> On Fri, Oct 23, 2009 at 4:09 PM, Yaakov Chaikin >>> <[email protected]> wrote: >>>> Oh, I see... However, classpath I was referring to was just regular >>>> classpath, not .classpath of eclipse... It's excluded from the regular >>>> Java classpath as well for some reason. >>>> >>>> Yaakov. >>>> >>>> On Fri, Oct 23, 2009 at 3:57 PM, Nick Stolwijk <[email protected]> >>>> wrote: >>>>> The plugins have their own versioning. He means the 2.8 release of the >>>>> eclipse plugin. >>>>> >>>>> Hth, >>>>> >>>>> Nick Stolwijk >>>>> ~Java Developer~ >>>>> >>>>> IPROFS BV. >>>>> Claus Sluterweg 125 >>>>> 2012 WS Haarlem >>>>> http://www.iprofs.nl >>>>> >>>>> >>>>> On Fri, Oct 23, 2009 at 7:42 PM, Yaakov Chaikin >>>>> <[email protected]>wrote: >>>>> >>>>>> > This won't happen anymore in (unreleased) 2.8. I agree with Barrie >>>>>> > that this should be documented for users of 2.6 and 2.7. Anyone want >>>>>> > to submit a patch for one of the help pages? >>>>>> >>>>>> Version 2.8 of maven? I am running maven 2.0.9 which IS released... >>>>>> From what I see on the maven's page, the latest version is 2.2.1. They >>>>>> are working on 2.8 already?? >>>>>> >>>>>> Yaakov. >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> 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] >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> 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] >> >> > > --------------------------------------------------------------------- > 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]
