ant

734 단어 ant
복사 폴 더 는 ant 를 사용 하여 숨겨 진 파일 을 걸 러 낼 수 있 고 복사 속도 도 비교적 빠르다.

<?xml version="1.0" encoding="UTF-8" ?>

<project default="main" basedir=".">

<echo message="pulling in property files"/>
<property file="axis_bujava.properties"/>
	
<echo message="calling the web services generation ant task: axis_bujava"/>
 <target name="main" >
  	 <copydir dest="D:\workspace\WebRoot\purviewmanager" src="H:\999_other\purviewmanager" 
  	 	forceoverwrite="true"></copydir>
  </target>
  
</project>

좋은 웹페이지 즐겨찾기