소스 검색

Better using the Antversion Task

MELERIX 13 년 전
부모
커밋
985e997d65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      L2J_Server_BETA/build.xml

+ 1 - 1
L2J_Server_BETA/build.xml

@@ -251,7 +251,7 @@
 		<fail message="Ant 1.8.2 is required. But your version is ${ant.version}">
 			<condition>
 				<not>
-					<contains string="${ant.version}" substring="1.8.2" />
+					<antversion atleast="1.8.2" />
 				</not>
 			</condition>
 		</fail>