Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Combo packages proposal

Jeff McAffer wrote:
> - We'd need 1+GB more disk space *per build* (on our server plus the mirrors) 

What would happen if you put all the os/ws fragments in a single sdk download and the user unpacked them all into the eclipse directory? Would each system pick out the right fragment at run-time? That would cut your download server space by a factor of 5 at least. Also it would help address some feedback I got at EclipseCon where somebody was having trouble making a multi-platform install because it would give them the pieces for all the systems. The down side is it would increase the sdk download size by about 15M. 

> Note also that the content of the uber-package would never have been
> tested since it is part of the build and by definition the things that
> are added in are added to an Eclipse that was just built. 

Why would it have to be untested? PDE, for example, is part of the build, added to an Eclipse platform that was just built so what's the difference between that and, say, EMF?

For another example, when the web tools project is going, I'd definitely want to see it on the same automated build schedule and test regimen as the Platform components. Life's too short for "when will it work with M7" kinds of questions. :)


Back to the top