zoukankan      html  css  js  c++  java
  • ant copy file

    <project name="selftask" default="docopy" basedir=".">
    
        <description>do copy jr to workspace</description>
        
        <target name="jr" description="do copy jr to workspace .">
                <!-- 
                <copy todir="C:/Documents and Settings/yangff/workspace/S7/bin/ec/export/resources">
                    <fileset dir="C:/Documents and Settings/yangff/j/resources"/>
                  </copy>
                 -->
                  
                 <copy todir="C:/Documents and Settings/xxxxx/workspace/S7/bin/ec/export">
                    <fileset dir="C:/Documents and Settings/yangff/j/one"/>
                  </copy>
                  <echo message=""/>
                        <echo message="***********************************"/>
                        <echo message="* copy done!        *"/>
                        <echo message="***********************************"/>
                        <echo message=""/>
        </target>
      </project>
  • 相关阅读:
    Document
    Document
    Document
    Document
    Document
    Document
    Document
    Document
    export和import 输出/接收模块变量的接口
    webpack:(模块打包机)
  • 原文地址:https://www.cnblogs.com/rojas/p/5433665.html
Copyright © 2011-2022 走看看