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 otherEclipse projects

You can create an AspectJ project and add your JBoss Seam project to the build path of the AspectJ project.

Regards,
--
Dehua (Andy) Zhang
Sable Research Group, McGill University
Montréal, Québec, Canada
http://www.cs.mcgill.ca/~dzhang25





-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx on behalf of Bora Erbas
Sent: Wed 10/31/2007 08:26
To: aspectj-users@xxxxxxxxxxx
Subject: Re: [aspectj-users] Using AspectJ to introduce aspects in otherEclipse 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
>
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top