-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using annotation collector #1408
Comments
Updating to remove the "cosmetic" part, as the editor seems to have forgotten how annotation collectors work, and service objects that contain collected |
The fixes for this and the other got everything working in my 4.25 installation, but I was facing so many other problems relating to the m2e paper-bag bug that I did a clean install of 4.24 (STS 4.15.3), and the latest nightly I see in the 4.24 update site is 2022-10-12, pre-fix (on 4.25 it was 2022-10-14). Is there something I need to refresh? |
I just started that build. I missed the daily check for 4.24 and below. 4.25 and 4.26 are polled for changes. |
I'm seeing the updates in the Eclipse update wizard, but "No repository found containing" when I try to apply the update. Do you know if there's a sync delay for artifacts? |
You need to restart eclipse for it to refresh its cached update site data. |
I'd done that. It sees the updates (4.8.0.v202210141721-e2206) in the metadata, but proceeding to install produces
In my experience, this has normally meant that the binary artifacts weren't present (usually because the update metadata had been cached and the update attempted after they were replaced with newer versions), but I'm getting it on 20221014. |
Build says it finished successfully 41 minutes ago. |
It seems the repository hadn't synced; the 2022-10-16 version installed successfully, and everything's happy. |
I just updated to 4.8.0.v202210112349-e2209 in 4.25-SNAPSHOT. I have an annotation collector that includes
@TupleConstructor
, and the editor for the file shows this error at -1,-1:Any classes annotated with the collector annotation then have
This does not appear to affect the actual
.class
output, and it doesn't show in the Package Explorer, but it's alarming the newbies.The text was updated successfully, but these errors were encountered: