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 12: Line 12:
  
 
== Generate files ==
 
== Generate files ==
 
=== Generate build file for java project ===
 
=== Generate build file for feature project ===
 
  
 
== Run build files ==
 
== Run build files ==
  
 
=== Run build file for java project ===
 
=== Run build file for java project ===
 +
=== Run build file for plugin project ===
 
=== Run build file for feature project ===
 
=== Run build file for feature project ===
  

Revision as of 11:46, 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

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