Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ compiler

There are 3 plugins in AJDT that contain the packaged up aspectj

org.aspectj.weaver
org.aspectj.runtime
org.aspectj.ajde

In the final of these is a build.xml that can convert a built AspectJ
distribution into the 3 necessary plugins that AJDT requires.  So you
will at least need to checkout those 3 plugins if you don't checkout
the whole of AJDT.

Andy

On 22 February 2010 05:31, yaron <yaronp68@xxxxxxxxx> wrote:
> Hi,
> I would like to build my own modified version of aspectj compiler and ant
> task
> Is there a way to setup a project for that without the effort of building
> the entire AJDT or are they totally coupled ?
> Thanks
> Yaron
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>


Back to the top