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 6: Line 6:
  
 
===Eclipse===
 
===Eclipse===
<ul>
+
<ol>
 
  <li>Install Eclipse SDK</li>
 
  <li>Install Eclipse SDK</li>
 
  <li>Install the subversion PDE build plug-in. You can find it here [http://sourceforge.net/projects/svn-pde-build/ SVN PDE Build]
 
  <li>Install the subversion PDE build plug-in. You can find it here [http://sourceforge.net/projects/svn-pde-build/ SVN PDE Build]
</li>
+
<b>NOTE:</b>When making a remote build you need to fetch items (?) from SVN.
</ul>
+
<li> Download the zip file, org.eclipse.pde.build.svn-n.n.nRCn.zip.  </li>
 +
<li></li>
 +
</ol>
  
 
===Ant===
 
===Ant===
<ul>
+
 
<li>a</li>
+
Install the latest Ant build (currently, this is version 1.7) and include it into your path.
<li>b</li>
+
You can find the latest version here: [http://ant.apache.org/ apache org]
</ul>
+
  
 
===SVN===
 
===SVN===
 +
 
<ul>
 
<ul>
 
  <li>a</li>
 
  <li>a</li>

Revision as of 09:22, 15 May 2009

Creating and Running a Headless Build

This section contains instructions on creating a headless build.

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, this is version 1.7) and include it into your path. You can find the latest version here: apache org

SVN

  • a
  • b

Creating a Headless Build

To create a headless build:

  1. a
  2. b







Swordfish Documentation Home
Swordfish Wiki Home

Back to the top