On Sat, 2002-07-27 at 15:10, RaYaKu wrote:
> 
> After fighting a lot with this i have created a project under Common(created
> by VSS) then i tried to access
> the files which are in it, Now build is successfull but i'have got files
> into my machine at all.. and the below
> messages are displayed on terminal window.
> 
> [vssget] $/Test1/testtest:
> [vssget] No items found under $/Test1/testtest
> 

If your files are located at "$/Common" in VSS then your build file
should should look like this:

<target name="get.source">
    <vssget
        recursive="true"
        vsspath="/Common"
        writable="true"/>
</target>

Jesse

-- 
 Jesse Stockall                 |       Tel: 1+ 613.599.2441 ext. 243
 CRYPTOCard Corporation         |       Fax: 1+ 613.599.2442            
 Suite 304, 300 March Rd.       |       email: [EMAIL PROTECTED]
 Ottawa, ON, Canada K2K 2E2     |       web: www.cryptocard.com 
---------------------------------------------------------------------


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to