본문 바로가기
개발/Ant

Ant 메뉴얼

by 두리두리안 2021. 3. 17.

Ant란

- Ant는 아파치 그룹의 프로젝트로 자바 기반의 빌드 도구이다.

- 여기서 빌드란 어떤 것을 만들거나 생산해 내는 작업을 의미 한다. 

 

1.Ant 사이트 

ant.apache.org/

 

Apache Ant - Welcome

Welcome Apache Ant™ 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.apache.org

링크로 들어가면 ant에 접속 할 수 있다. 사이트에 들어가서 Documentation에 들어가서 메뉴얼에 들어 간다. 

 

2.Ant 사이트 

먼저 [AntTasks] → [List of Tasks]에 들어간다. 

 

2.Ant 사이트 

여기서 여러가지 사용 방법을 알수 있다. 

 

Ant를 배우면서 명령어를 익히는것은 중요하다. 이는 자바의 Documentation API와 유사한 역할을 한다. 

'개발 > Ant' 카테고리의 다른 글

Ant의 기본 구문과 실행 방법  (0) 2021.03.17