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

Higgins2Ant

Revision as of 07:45, 22 March 2008 by Dmigol.aquasoft.dp.ua (Talk | contribs) (Prerequisites)

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

Introduction

higgins2ant is an Eclipse plug-in that the Higgins project uses. It generates dependencies.xml file using information about particular project from Eclipse IDE. This information includes classpath information and plugin dependency information from either plugin.xml or manifest. In some cases it could be even more complex - only Eclipse IDE could gather all required classpath information correctly.

Prerequisites

A number of prerequisites need to be installed on the build machine, as follows:

  1. J2SE 1.4.2
  2. Ant version 1.6.5 or higher

General Information

Build.xml file

Targets for java project

Targets for plugin project

Targets for feature project

Project.psf file

Dependencies.xml file

Setup

Setup locally

Setup on-line

Generate files

Run build files

Run build file for java project

Run build file for plugin project

Run build file for feature project

Uninstall

See Also

Back to the top