ant中的if與unlessless
if與unless之間是相反的條件表達svn
for example:ui
<condition property="isDirExist"> <and> <available file="example" type="dir" /> </and> </condition> <!--若是存在則不執行1--> <target name="1" unless="isDirExist"> <!--若是存在則執行2--> <target name="2" if="isDirExist">
ant 執行sln,選擇project的配置項如"Debug|win32" url
<arg line="/build release" />spa