Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] source for org.aspectj.ajde

If I were to think up a quick dirty way to do it, I'd put
aspectjtools.jar on the build path of the org.aspectj.ajde plugin once
you've unzipped the source, then it ought to find its missing
dependencies - but I've not tried it.  Basically ajde is the packaged
form of AspectJ - we all work with the aspectj modules checked out of
CVS and then run build scripts to create an ajde.  However, if you
only want to change a couple of files in ajde I would suggest
extracting the source for *just* those into a 'src' folder in
org.aspectj.ajde and working on them in that way, I sometimes do that.
 Which classes do you want to modify?

Andy.

On 11/11/05, Irum Godil <softwarengineer2004@xxxxxxxxx> wrote:
> Hi,
> I would like to know that how can I make any changes to the source for:
> /org.aspectj.ajde. When I set up the AJDT in my workspace, the project
> /org.aspectj.ajde does not have source folder and if I extract the
> sourcecode from the zip folder, there are a lot of build errors. Where can I
> get the source project for org.aspectj.ajde?
>
>
>
>
> Thanks a lot,
> Sincerely,
> Irum Godil.
> www.cs.utoronto.ca/~irum
>
>
>  ________________________________
>  Yahoo! FareChase - Search multiple travel sites in one click.
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
>


Back to the top