Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Common Build Infrastructure/Getting Started/Build In Eclipse

The process to run a build in Eclipse is getting ever easier.

1. Download a .psf file, such as gef.psf

2. Open Eclipse, and do File > Import > Team > Team Project Set. Browse for the .psf file you downloaded above, and import it. You should end up with three new workspace projects.

org.eclipse.releng.basebuilder
org.eclipse.dash.common.releng
org.eclipse.gef.releng

3. Download ant-contrib.jar 1.0b2 (NOT 1.0b3!') and put it into org.eclipse.dash.common.releng/lib/ant-contrib.jar.

4. Open org.eclipse.gef.releng/build.properties and edit to suit your needs.

5. Select org.eclipse.gef.releng/build.xml, then Run As > Ant Build.

6. A log of the build will appear as org.eclipse.gef.releng/buildlog.latest.txt.

See also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.