Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Baseline Get from PVCS

Baseline Get from PVCS

2005-06-09       - By pritesh.saharey@(protected)
Reply:     1     2     3  


Hi All,
        I want to use ants PVCS task but unable to use it, as I am not
getting what all has to be there, I tried doing something like this

<project name="TABS" default="all" basedir=".">
   <target name="pvcs-get" description="Get from PVCS">
  <pvcs repository="C:\Serena\ChangeMan\Dimensions\9.1\prog">
      <pvcsproject name="odcwash"/>
    </pvcs>
  </target>
  <target name="all" depends="pvcs-get">
     <echo> Don't know its working or not</echo>
  </target>
</project>

But unable to sucessed in getting the code,

PVCS server is in remote machine and client is different machine, so I
want to get(recursive) from server by running build.xml file in client
m/c
Any help will be highly appreciated.

Thanks

Pritesh



Confidentiality Notice


The information contained in this electronic message and any attachments to
this message are intended
for the exclusive use of the addressee(s) and may contain confidential or
privileged information. If
you are not the intended recipient, please notify the sender at Wipro or
Mailadmin@(protected) immediately
and destroy all copies of this message and any attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.