Skip to main content

Notice: This Wiki is now read only and edits are no longer 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

< Common Build Infrastructure‎ | Getting Started
Revision as of 17:08, 12 March 2009 by Unnamed Poltroon (Talk) (New page: The process to run a build in Eclipse is getting ever easier. 1. Download a .psf file, such as [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dash/athena/org.eclipse.dash.commonbui...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 and put it into org.eclipse.dash.common.releng/lib/ant-contrib.jar.

4. Open org.eclipse.gef.releng/build.properties file 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

Back to the top