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 "Higgins2Ant"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins}}
 
{{#eclipseproject:technology.higgins}}
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
== About ==
+
== 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.
 
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.
== Installation ==
+
 
== How to use ==
+
== Prerequisites ==
 +
 
 +
== Setup ==
 +
 
 +
=== Setup locally ===
 +
=== Setup on-line ===
 +
 
 +
== Generate files ==
 +
 
 +
=== Generate build file for java project ===
 +
=== Generate build file for feature project ===
 +
 
 +
== Run build files ==
 +
 
 +
=== Run build file for java project ===
 +
=== Run build file for feature project ===
 +
 
 
== Uninstall ==
 
== Uninstall ==
 +
 +
== See Also ==
 +
 
[[Category:Higgins Developer Info]]
 
[[Category:Higgins Developer Info]]

Revision as of 11:44, 20 March 2008

{{#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

Setup

Setup locally

Setup on-line

Generate files

Generate build file for java project

Generate build file for feature project

Run build files

Run build file for java project

Run build file for feature project

Uninstall

See Also

Back to the top