Eclipse v4.5 without delta-pack: How to perform a multiplatform headless PDE build?

后端 未结 3 1222
深忆病人
深忆病人 2021-01-05 09:22

Now that eclipse 4.5 is out and the eclipse team decided to not build the so-called \"delta-pack\" anymore, I don\'tknow how to perform a PDE headless build with ant..

相关标签:
3条回答
  • 2021-01-05 09:30

    That "Building" wiki page also describes how to "roll your own" delta pack.

    I just added that description, and ant script, last night, 6/24. I think that example script produce a better Delta Pack than what is in the R-4.5-201506032000 directories. I'd be interested in hearing of user experiences, say in Eclipse bug 470913.

    [And, admit, I still "owe" the community an example of doing a headless build, for previous delta pack users, but it will center around doing a p2 oriented build. There place to begin reading about that is in the Eclipse Help, search for "p2 builds" and "fetching from repositories". ]

    0 讨论(0)
  • 2021-01-05 09:31

    Deltapack is removed from 4.5.1 officially as per the below bug.

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=480149

    You can build multi-platform builds using the following wiki.

    https://wiki.eclipse.org/Building#Multi-platform_build

    0 讨论(0)
  • 2021-01-05 09:50

    You can download the eclipse mars delta pack from eclipse here: http://download.eclipse.org/eclipse/downloads/drops4/R-4.5-201506032000/eclipse-4.5-delta-pack.zip

    0 讨论(0)
提交回复
热议问题