Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AJDT vs Java Builder confusion

You can paste the snippet of the pom that corresponds to your eclipse
plugin configuration.  I don't know if I'll be able to find anything,
but I can have a look.  Maybe someone else on this list knows more
about it.

On Sat, Mar 10, 2012 at 1:42 AM, Kristof Jozsa <kristof.jozsa@xxxxxxxxx> wrote:
> Thanks, right as I suspected. Now if I only knew why on earth `mvn
> eclipse:clean eclipse:eclipse` now introduces both builders into
> projects.. interesting, to say at least.
>
> K
>
> On Fri, Mar 9, 2012 at 5:25 PM, Andrew Eisenberg <andrew@xxxxxxxxxxxx> wrote:
>> There should not be any Java builder in AspectJ projects. Only an AJ builder.
>>
>> On Fri, Mar 9, 2012 at 4:47 AM, Kristof Jozsa <kristof.jozsa@xxxxxxxxx> wrote:
>>> Hi,
>>>
>>> please help me clarifying an issue: on a properly configured AJDT
>>> project, should the Java Builder be also enabled?
>>>
>>> I always used `mvn eclipse:eclipse` to generate my Eclipse
>>> configuration and a proper pom setup ensured that Eclipse has it all
>>> working too. Today however, my Eclipse 3.7.2 started to compile errors
>>> for all my aspects and appearently, both the AspectJ Builder and the
>>> Java Builder became enabled on my projects. I guess that's not how
>>> it's meant to be, right?
>>>
>>> thanks,
>>> K
>>> _______________________________________________
>>> aspectj-users mailing list
>>> aspectj-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>> _______________________________________________
>> aspectj-users mailing list
>> aspectj-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top