Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Using AspectJ to introduce aspects in other Eclipse projects

Hi,

You don't have to use the AspectJ plugin of Eclipse to do AspectJ
development. You can go for an ant task for example to compile your
aspects into your project.

Regards,
Bora.

On 10/31/07, jayzaw <Jubin.Zawar@xxxxxxxxxxxxxxx> wrote:
>
> Hi,
>
> I am developing in Eclipse.
>
> Unfortunately I saw that for introducing aspects in my JBoss Seam project, I
> have to make it an "AspectJ" project. Which might conflict with the current
> project settings in the Seam project created out of a template.
>
> How may I introduce aspects in this project ?
>
> Kind regards,
>
> Jay
> --
> View this message in context: http://www.nabble.com/Using-AspectJ-to-introduce-aspects-in-other-Eclipse-projects-tf4723808.html#a13505722
> Sent from the AspectJ - users mailing list archive at Nabble.com.
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


Back to the top