Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Where is AJDT release build for eclipse 2019-06/4.12?


On Sep 17, 2019, at 1:27 AM, Martin Lippert <mlippert@xxxxxxxxx> wrote:

the update site URL at: http://download.eclipse.org/tools/ajdt/410/dev/update
is a regular p2 repository that you can use inside of tycho-based builds to grab the AJDT and AspectJ bundles from. We do exactly that in our tycho-based builds.

Ah, didn't realize.  I'm def an eclipse/p2 noob, and the URL didn't exactly leave me with warm & fuzzies, what with the "410" & "dev" tokens in there!  :)  Thanks!





Yes, I was able to use the dev update site that you indicated.  However, I'm having a new problem, in that I've got a Maven build of some Eclipse stuff (Xtext-based) that can't build because there's no p2 repository that I can find containing the required AspectJ bundles.

What is the official, up-to-date p2 repository url?  If it doesn't exist, can we please create one that gets updated as AspectJ is released?  Please pardon dumb questions; even though I'm no stranger to maven or OSGi, as I'm new to building Eclipse-specific bundles and all of this Tycho stuff.

Thanks,
Matthew

On Sep 16, 2019, at 12:12 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:

Hmmm, right now they tend to be done as requested as I can't quite keep up :)  But it may just be the metadata in the marketplace entry - have you tried just using the AJDT build from the dev update site? http://download.eclipse.org/tools/ajdt/410/dev/update ? (I know it says 410 but I think its what we use in  STS builds on later eclipses)

cheers,
Andy

On Fri, 13 Sep 2019 at 14:12, Matthew Adams <matthew@xxxxxxxxxxxxxxx> wrote:
Hi all,

Just wondering if AJDT releases are keeping up with eclipse releases.  I'm using 2019-06 (4.12) with Xtext, and need AspectJ, but the one on the eclipse Marketplace (https://marketplace.eclipse.org/content/aspectj-development-tools) isn't compatible with my version of eclipse (dragging & dropping "Install" button onto eclipse), and I only see dev builds for eclipse up to 2.10 at https://www.eclipse.org/ajdt/downloads/ 

What's the currently advisable way to install AJDT for eclipse 2019-06/4.12 & later?

TIA,
Matthew
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/aspectj-users


Back to the top