상세 컨텐츠

본문 제목

Apache Ant For Mac

카테고리 없음

by womorevi1972 2020. 3. 24. 03:03

본문

In this tutorial, I will show you how to install Apache Ant on Mac OS X. For this tutorial I will use:.

Apache

Apache Ant version 1.9.6. Mac OS version 10.11.3. Some of the Mac OS versions already have pre-installed Apache Ant.

In order to check this, from terminal run the following command: macbook: adm$ ant -v -bash: ant: command not found macbook: adm$ If you have a similar output you need to install Apache Ant. Installation Step1 – download the Apache Ant From the, section Current Release of Ant, download the tar.gz version, currently version 1.9.6.

Apache Ant For Mac

Step2 – extract it from archive The file was downloaded in my Downloads folder.

Apache Ant For Salesforce

Description Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications.

Mac Start Apache

Ant can also be used effectively to build non Java applications, for instance C or C applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. Extracted automatically from Ant homepage.