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

Installer SFX creation ant

Revision as of 04:32, 13 July 2007 by Unnamed Poltroon (Talk)

This document describes creation of XSE archives using Ant.

Overview

XSE archive description could be found at Installer SFX creation using XSEBuilder. The org.eclipse.epp.sfx.archive.ant plugin contains ant task for archive file creation.

Ant Tasks

archivetask

Attribute Description Required
rootdir Archive content root directory. Will not be included into archive No; defaults to project basedir.
packagetype "exe" or "sfx"
"sfx" produce archive only, "exe" produce archive and link with Windows launcher
Yes

Back to the top