Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] [URGENT] building AJDT plugins (and more)

You know ... if I was a hacker (of course I'm not) what I'd tell you
to do is (I think this will work unless I'm completely out of touch
with how AJDT operates...)

1. shutdown eclipse
2. in the filesystem go into the org.aspectj.ajde plugin you have
checked out from the AJDT repository
3. copy the build.xml from there and put it in the
eclipse/plugins/org.aspectj.ajde_blahblahblah you have in the your
real eclipse
4. setup the aspectjlib.properties next to that build.xml to point to
the aspectj you want to 'pull in'
5. execute the build.xml script specifying the target "plugin jars"
6. restart eclipse
7. stand well back...

that way you dont have to build any of AJDT and you dont have to build
an update site.  Of course, we wouldn't accept AJDT bugs on a hokey
hacked system like that, but it should be a way for you to try out
brand new AJ builds.

Andy.

On 17/11/05, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
> After 2 more hours of trying I have finally... given up. It is very complex and no clear indications.
>
> What I have done so far:
>
> 1/ build ajde.jar using the build.xml in org.aspectj.ajde.
> FAILURE
> no definition of aspectj.lib.dir
>
> I have created the aspectjlib.properties and passed over this one.
>
> 2/ tried the UpdateSite build.xml (from inside Eclipse)
>
> I am seeing different failures about not finding the Main or compilation failures.
>
> 3/ tried export plugins on the UpdateSite project. This looks quite oke, but the plugins are missing
> the feature part and even if I manually fix an existing one, the views are not showing up because of
> different errors.
>
> 4/ I give up.
>
> sorry,
>
> ./alex
> --
> .w( the_mindstorm )p.
>
> #: Alexandru Popescu changed the world a bit at a time by saying on  11/17/2005 2:06 PM :#
> > #: Matt Chapman changed the world a bit at a time by saying on  11/17/2005 1:55 PM :#
> >> On 17/11/05, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
> >>> I am trying to figure out how can I build a new version of AJDT plugins by including the latest
> >>> AspectJ. I have faced for the last couple of days a bug in AspectJ - Andy fixed it today and I
> >>> really need to continue my work.
> >>>
> >>> According to some old posts on this list I have imported everything under Eclipse, and now I was
> >>> trying to run the build.xml from org.eclipse.aspectj.updatesite.
> >>
> >> Those must be really old docs. The AJDT faq entry is current:
> >> http://www.eclipse.org/ajdt/faq.html#q:develop
> >>
> >> If you update the jars in the org.aspectj.ajde etc projects, the
> >> dependent AJDT projects should rebuild.
> >>
> >
> > Unfortunately this is not very readable: "if you update the jars in the ..."
> >
> > What I have done is the following:
> >
> > 1/ using the ajde.jardesc built another ajde.jar
> > 2/ replaced the org.aspectj.runtime/aspectjrt.jar with the newer one
> > 3/ replaced the org.aspectj.weaver/aspectjweaver.jar with the newer one
> >
> > Is this enough?
> >
> > ./alex
> > --
> > .w( the_mindstorm )p.
> >
> >> Regards,
> >> Matt.
> >> _______________________________________________
> >> ajdt-dev mailing list
> >> ajdt-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> > _______________________________________________
> > ajdt-dev mailing list
> > ajdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ajdt-dev
> >
> >
> >
> >
> > !DSPAM:437c728b41787021912130!
> >
> >
>
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top