일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- docker 폐쇄망
- svn 사용법
- svn 변경된 파일 추출
- svn commit
- 포스트그레스 설치
- svn update
- Cannot prepare internal mirrorlist: No URLs in mirrorlist
- VirtualBox
- svn log
- Store password unencrypted
- WH question
- svn 특정 리비전 사이 추출
- Failed to download metadata for repo 'appstream'
- svn load
- expected at least 1 bean which qualifies as autowire candidate
- mysql dml
- svn
- Oracle install
- javax.servlet.GenericFilter
- NEXUS
- ant
- svn dump
- xrdp
- taskkill
- postgres install
- grep
- 프로젝트 네임변경 후 이클립스 로딩시 에러
- docker oracle12c
- apt-get update 오류
- Remmina
Archives
- Today
- Total
목록ant (2)
기억의 습작
ANT란?
ant는 자바 기반의 빌드 도구이다 *.java파일을 *.class로 컴파일 하는 기능 jar,war,ear,zip 파일로 생성하는 기능 파일이나 폴더를 이동,복사,삭제 하는 기능 파일이나 폴더에 퍼미션 설정하는 기능 파일의 변경 날짜를 설정하는 기능 (touch) 외부 프로그램 실행하는 기능 ant + @ = Maven or Gradle.
SCM (형상관리)/ant
2021. 8. 19. 22:22
ANT 설치하기
download install setting using 1. 다운로드 https://ant.apache.org/bindownload.cgi Apache Ant - Binary Distributions Binary Distributions Apache Ant™ Apache Ant is a Java library and command-line tool that help building software. Downloading Apache Ant Use the links below to download a binary distribution of Ant from one of our mirrors. It is good practice to verify th ant.apache.org 2021-08-19기준 apa..
SCM (형상관리)/ant
2021. 8. 19. 21:42