hi 
can some one help in my problem
the problem is that i want to get files from the vss
folder into my local directory

this is my build.xml part which does it

<target name="connect">
                <echo message="Checking for getvss..."/>
                                <vssget localPath="D:\Testing"
                recursive="true"
                login="User,password123"
                vsspath="/Dir/SubDir/09_Source Code"
                writable="false"/>
                                
        </target>

the problem is that when i run rthe ant script,
it shoes the following in command prompt and hangs

D:\bea\wlserver6.1\config\mydomain\applications\fusionr2>runmyant
Buildfile: build.xml

connect:
     [echo] Checking for getvss...
   [vssget] Username: User

why is it hanging??what do i need to do so as to get
the files from vss???
i ahve also put ss.exe in the path!!

some one please help???






__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

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

Reply via email to