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

Difference between revisions of "Swordfish Documentation: Creating Headless Build"

Line 24: Line 24:
  
 
Install the latest version of the SVN client (currently, the version available is 1.5).<br>
 
Install the latest version of the SVN client (currently, the version available is 1.5).<br>
You can find the latest version here: [http://subversion.tigris.org]
+
You can find the latest version here: [http://subversion.tigris.org Subversion]
  
 
<ul>
 
<ul>
Line 36: Line 36:
 
==Check Proxy Settings==
 
==Check Proxy Settings==
 
If you want to run the build scripts within a firewall, ensure that you enable the proxy settings.  
 
If you want to run the build scripts within a firewall, ensure that you enable the proxy settings.  
For example, add the <tt>-autoproxy</tt> parameter when you run the <tt>ant</tt> scripts.  
+
For example, add the <tt>-autoproxy</tt> parameter when you run the <tt>ant</tt> scripts. <br>
 
<b>NOTE</b>: The <tt>ant</tt> scripts use your default system proxy settings.
 
<b>NOTE</b>: The <tt>ant</tt> scripts use your default system proxy settings.
  

Revision as of 10:29, 15 May 2009

Creating and Running a Headless Build

This section contains instructions on creating a headless build.

Swordfish build process1.png

Prerequisites

The following prerequisites must be met before you start creating the build.

Eclipse

  1. Install Eclipse SDK
  2. Install the subversion PDE build plug-in. You can find it here SVN PDE Build NOTE:When making a remote build you need to fetch items (?) from SVN.
  3. Download the zip file, org.eclipse.pde.build.svn-n.n.nRCn.zip.

Ant

Install the latest Ant build (currently, the version available is 1.7) and include it into your path.
You can find the latest version here: Apache Ant

SVN

Install the latest version of the SVN client (currently, the version available is 1.5).
You can find the latest version here: Subversion

  • a
  • b

About the Build Process

The build process is separated

Check Proxy Settings

If you want to run the build scripts within a firewall, ensure that you enable the proxy settings. For example, add the -autoproxy parameter when you run the ant scripts.
NOTE: The ant scripts use your default system proxy settings.

You also need to ensure that your SVN client is enabled to access

Creating a Third-Party Build

To create a third-party build:


Creating a Swordfish Headless Build

To create a headless build:

  1. a
  2. b


Check Proxy Settings

About the Build Process


Swordfish Documentation Home
Swordfish Wiki Home

Back to the top