Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is there an AJDT version for Eclipse 2018-12?

I forgot to mention for my first try with "update installed software":
  -- I think the error comes from another update site, not from the AJDT
     one.
  -- The new AJDT packages finally showed up anyway after I clicked OK
     on the error message.
  -- Probably the installation failed there for the same reason it
     failed via "install new software": because the source code package
     was not available for download.

-- 
Alexander Kriegisch
https://scrum-master.de


Alexander Kriegisch schrieb am 22.02.2019 08:00:

> Thanks, Andy.
> 
> Actually errors are being shown when trying to contact the update site via
> Eclipse's update function:
> 
> Unable to read repository at http://download.eclipse.org/eclipse/updates/4.10.
> No repository found at
> http://download.eclipse.org/eclipse/updates/4.10/categories.
> 
> Next I tried the "install new software" and selected the new update site. I
> selected all three packages for installation:
> 
> An error occurred while collecting items to be installed
> session context was:(profile=C__Program Files_Eclipse_2018-12_eclipse,
> phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
> action=).
> Unable to read repository at
> http://download.eclipse.org/tools/ajdt/410/dev/update/ajdt-e410-2.2.4.201902212122/features/org.eclipse.contribution.weaving.source_2.2.4.201902212122.jar.
> Connection reset
> 
> On my third try I only chose the two software packages and unselected the
> source code package. Finally the installation succeeded and now I can also use
> "New aspect".
> 
> Besides, in my new 2018-12 installation AJ code assist did not work, simply
> because it was not active in the settings for AspectJ. After I activated it,
> everything now seems to work normally and I can also compile with level 1.8 up
> to 11. Thank you so much!
> 
> Cheers
> 
> 
> Andrew Clement schrieb am 22.02.2019 02:20:
> 
>> There isa now a 410 update site that fixes this.
>> 
>> http://download.eclipse.org/tools/ajdt/410/dev/update
>> 
>> 
>>> On Feb 20, 2019, at 3:22 PM, Andrew Clement <andrew.clement@xxxxxxxxx> wrote:
>>> 
>>> Yep, I see it when I do new aspect. The problem is that the tests for AJDT
>>> aren’t being run on a regular basis and certainly not against current
>>> eclipse versions. You can tell things aren’t in an ideal state because we
>>> are using a 4.8 update site for 4.10. The use of JDT weaving in AJDT makes
>>> that project so much harder to work with. Let me try and at least look at the
>>> source in a 4.10 eclipse to see what it complains about.
>>> 
>>> 
>>>> On Feb 19, 2019, at 7:25 PM, Alexander Kriegisch <alexander@xxxxxxxxxxxxxx>
>>>> wrote:
>>>> 
>>>> I can install AJDT from the 4.8 update channel into Eclipse 2018-12, but it
>>>> does not work correctly, throwing errors during "new Aspect" and code
>>>> completion, such as
>>>> 
>>>>   java.lang.NoClassDefFoundError:
>>>>   org/eclipse/jdt/internal/corext/codemanipulation/StubUtility
>>>> 
>>>> Is there a functioning AJDT version (even a development snapshot) anywhere?



Back to the top