日期:2014-05-20 浏览次数:20666 次
<propertycopy property="file_name" from="patches.${PATCH_NUM}.update.${UPDATE_FILE}(file)" /> <propertycopy property="patch_name" from="patches.${PATCH_NUM}.artifacts.A1(patch_name)" /> <property name="full_path" value="${CC_VIEW}/${file_name}"/> <mkdir dir="${update_log}/${patch_name}"/> <ccupdate viewpath="${full_path}" graphical="false" log="${update_log}/${patch_name}/${UPDATE_FILE}.log" overwrite="true" failonerr="false" currenttime="false" rename="false"/> <ccupdate viewpath="${full_path}" graphical="false" log="${update_log}/${patch_name}/${UPDATE_FILE}.log" overwrite="true" failonerr="false" currenttime="false" rename="false"/> <ccupdate viewpath="${full_path}" graphical="false" log="${update_log}/${patch_name}/${UPDATE_FILE}.log" overwrite="true" failonerr="false" currenttime="false" rename="false"/> <concat destfile="${update_log}/${patch_name}.log" fixlastline="yes"> <fileset dir="${update_log}/${patch_name}" includes="*.log" /> </concat>
<fileset dir="${path}" includes="**/*"> <filename name="**/aaaaa.cpp" casesensitive="true"/> </fileset>