Headless Buckminster Eclipse version [message #553668] |
Wed, 18 August 2010 08:35  |
Eclipse User |
|
|
|
Hello!
I'm developing an automated build process for a java osgi project. I need to build the source code with a definite eclipse version. How can I install the given version of the Eclipse runtime into the headless Buckminster? Can you help me, please? Thanks in advance!
|
|
|
|
|
|
Re: Headless Buckminster Eclipse version [message #554573 is a reply to message #554473] |
Mon, 23 August 2010 10:59  |
Eclipse User |
|
|
|
On 08/23/2010 12:56 PM, Csaba Gabor Molnar wrote:
> ... if I compile with buckminster build command it will use the
> installed version of Eclipse runtime in headless buckminster for the
> build.
I think this statement can be a bit ambigous. There are two issues:
What's used as the target platform:
Buckminster will build against the target platform. It will not build against the Eclipse runtime, unless of course, you
haven't specified a target platform. In that case, it will use the runtime as the default target platform.
What tools are used (i.e. the compiler, the packager, the zipper, etc.):
Buckminster uses the compiler that is installed and this compiler must be compatible with the Buckminster runtime.
> I think this can be different from the build in other Eclipse
> version. So, I have to make a headless Eclipse build with the needed
> Eclipse version. Am I right?
If what you're after is using an older version of the compiler, then you can do that too. We have an archive of older
Buckminster versions here: http://archive.eclipse.org/tools/buckminster/archivedsites-3 .6 (or archivedsites-3.5 or
archivedsites-3.4). With older tools comes less functionality and more bugs but we do maintain those archives for people
who really want close to 100% reproducible builds.
What we do _not_ support is to install older versions of the compiler etc. into the Buckminster runtime. There would be
little point in doing that since resulting install would be something that has never been used before. If your ambition
is to create a 100% reproducible install, then you must use older complete installs (i.e. the archives).
HTH,
- thomas
|
|
|
Powered by
FUDForum. Page generated in 0.06012 seconds