File: ABOUT.mediawiki

package info (click to toggle)
eclipse 3.5.2-6squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 297,208 kB
  • ctags: 426,326
  • sloc: java: 2,527,099; ansic: 122,607; xml: 100,868; cpp: 33,545; jsp: 3,869; sh: 2,557; perl: 1,650; makefile: 272; csh: 151; python: 69; php: 24
file content (28 lines) | stat: -rw-r--r-- 1,323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'''About building the Eclipse SDK''' 

Building the Eclipse SDK is not a simple process. You can not simply download a
tarball from eclipse.org and build it. There are a lot of manual interactions 
needed.

'''About eclipse-build''' 

With eclipse-build we hope to simplify the build significantly.
Current plan is to create:
# Working ant build.
# Common place and infrastructure for storing/applying patches needed for clean build on various Linux distributions.
# Standardize the usage of system libraries. 

'''Patches and Bugs'''

We are always open to patches to document, clean up, or improve our process.  Please open a bug against Technology -> Linux Tools -> Packaging Tools with an attached patch.  Please put "[eclipse-build]" at the start of the bug title.  Here is a link to follow to open a bug:

http://preview.tinyurl.com/eclipse-build-bug

The current list of open bugs is available via this query:

http://preview.tinyurl.com/eclipse-build-openbugs

'''Current status'''

As of 2009-06-22, it is possible to build the Eclipse SDK entirely from a tarball of the sources.  The build procedure is ''very'' similar to 
what is done by the upstream release engineers.  The resulting provisioned SDK can be run and have additional software installed into it.  See README.mediawiki for more information.