Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Unable to compile org.eclips.jdt.core after last Friday (8th)

Hi Malinda,

I suspect you want to update (in your fork) https://git.eclipse.org/r/plugins/gitiles/platform/eclipse.platform.releng.aggregator/+/refs/heads/master/eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 12 Jan 2021 at 03:33, Malwala Arachchige, Malinda Dilhara <malwalam@xxxxxxxxxxxxxxx> wrote:
Hi Jonah,

Thanks a lot for the detailed information. 

I installed the https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository and tried to rebuild the package. It looks for the older link that I shared above and throws the same error. I tried to find a location where I can manually update the link but I couldn't find it. 


I can not merge the changes as you suggested because of a couple of changes that I have performed on java.g. While I continue to debug this, I am curious whether it is possible to update this link manually in a config file? How does the eclipse collect these links when it builds?


Regards,

On Mon, Jan 11, 2021 at 6:02 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

[This email originated from outside of OSU. Use caution with links and attachments.]

Hi Malinda,

The p2 repository URLs you are referring to are what is called "I-build" in eclipse parlance. They are integration builds which are deleted once a release is made. If you are using a fork of JDT you will need to merge in updates from upstream JDT to get the new Orbit p2 URL. If for some reason you can't merge upstream changes, the available URLs can be found by browsing https://download.eclipse.org/tools/orbit/downloads/ - I suspect you will want https://download.eclipse.org/tools/orbit/downloads/drops/R20201130205003/repository which is the most recent release.

Not sure which branch you are referring to on 7 July - typo?

HTH,
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 11 Jan 2021 at 20:50, Malwala Arachchige, Malinda Dilhara <malwalam@xxxxxxxxxxxxxxx> wrote:
Hi Team,

I am reaching out to you to get feedback from you regarding an error that I have been facing since last Friday. 

I am using locally built org.eclips.jdt.core for my project with some custom feature implementations. I was making the changes and testing the changes without any error until last Friday. Suddenly, I met the following compilation error and was unable to build the org.eclips.jdt.core since last Friday. I observed that a new branch has been created on the 7th of July. Could there be any connection to this issue from that change? Any help, feedback would be greatly appreciated. 


Thank you in advance. 

--
Regards,
Malinda
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev


--
Regards,
Malinda
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top