应用:从pvcs中获取sourcecode--ant的target应用

项目sourcecode放在pvcs服务器上
<project name="testPvcs" default="getlatest" basedir=".">
	<description>
            Report build sourcecode
    </description>
<!-- =================================================================== -->
  <!-- Get the latest version                                              -->
  <!-- =================================================================== -->
  <target name="getlatest">
    <pvcs repository="k:/custom/solution/cpad/vm/db" pvcsproject="/BI_interface/baseline/src" force="yes" userid="mylogin"/>
  </target>
</project>

你可能感兴趣的:(应用服务器,xml,ant)