Ant
From Chaehyun
(Difference between revisions)
(Created page with "* Cause: Could not load a dependent class com/jcraft/jsch/LoggerIt is not enough to have Ant's optional JARs 메시지가 나올 경우 ** http://www.jcraft.com/jsch/ 에서 jsch...") |
|||
Line 3: | Line 3: | ||
** D:\eclipse\plugins\org.apache.ant_1.8.2.v20110505-1300\lib 에 복사 | ** D:\eclipse\plugins\org.apache.ant_1.8.2.v20110505-1300\lib 에 복사 | ||
** eclipse에서 windows - preference - ant - ant home에 추가 | ** eclipse에서 windows - preference - ant - ant home에 추가 | ||
+ | * scp 관련 | ||
+ | ** http://ant.apache.org/manual/Tasks/scp.html |
Revision as of 04:00, 2 December 2011
- Cause: Could not load a dependent class com/jcraft/jsch/LoggerIt is not enough to have Ant's optional JARs 메시지가 나올 경우
- http://www.jcraft.com/jsch/ 에서 jsch-0.1.45.jar 파일을 다운 받고
- D:\eclipse\plugins\org.apache.ant_1.8.2.v20110505-1300\lib 에 복사
- eclipse에서 windows - preference - ant - ant home에 추가
- scp 관련