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

Difference between revisions of "Building I-Card Manager Application"

 
Line 1: Line 1:
 
==='''Asant and Ant'''===
 
==='''Asant and Ant'''===
 +
We use script ''asant'', which is located in the J2EE 1.4 SDK bin directory, to build the source code of this application. ''asant'' is a wrapper around [http://jakarta.apache.org/ant/index.html Ant] which is a Java-based build tool like make, which has been developed under the auspices of the [http://www.apache.org/ Apache Software Foundation]. Ant version 1.5.3 and 1.6 beta 1 may also be used to build and deploy the applications.

Revision as of 09:21, 7 February 2007

Asant and Ant

We use script asant, which is located in the J2EE 1.4 SDK bin directory, to build the source code of this application. asant is a wrapper around Ant which is a Java-based build tool like make, which has been developed under the auspices of the Apache Software Foundation. Ant version 1.5.3 and 1.6 beta 1 may also be used to build and deploy the applications.

Back to the top