码迷,mamicode.com
首页 > 其他好文 > 详细

ant学习之echo

时间:2014-10-28 12:02:14      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   ar   sp   div   on   log   

<?xml version="1.0" ?>
<project name="antCopy" default="target1" basedir="../">
    <target name="target1">
        <mkdir dir="E:/workspace/AntDemo/ant/test/mkdirtest/test01"/>
        <echo message="echo message"></echo>
        <echo file="E:/workspace/AntDemo/ant/test/mkdirtest/log1.txt" />
        <echo message=" mkdir mkdirtest" file="E:/workspace/AntDemo/ant/test/mkdirtest/log.txt"></echo>
        <echo message="message2" file="E:/workspace/AntDemo/ant/test/mkdirtest/log.txt" append="true" level="info"></echo>
    </target>
</project>

<!--
echo 命令
    该任务的作用是根据日志或监控器的级别输出信息。它包括 message 、 file 、 append 和 level 四个属性
-->

ant学习之echo

标签:style   blog   io   color   ar   sp   div   on   log   

原文地址:http://www.cnblogs.com/jfzh/p/4056242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!