I would like to get specified file(s) using sosget target in ant.
target looks like this:
Code: Select all
<sosget
projectpath="$$/a/x/file-*.txt"
localPath="${localdir}"
sosserverpath="myserver:8888"
username="x"
password="x"
vssserverpath="${vssserverfile}"
recursive="false"
verbose="true"/>
I can't also get one specified file eg:tSOS:
[sosget] SourceOffSite Command Line Client: Standard Edition version 4.1.2
[sosget] Connected to server fcsweb2 at port 8888.
[sosget] Received Challenge from server
[sosget] Successfully logged in.
[sosget] Sending GetProject Command to server.
[sosget] Error: Server response = 401 NoSuchFileOrProject
[sosget] Closed connection to server myserver at port 8888.
Code: Select all
projectpath="$$/a/x/file-test.txt"
Code: Select all
projectpath="$$/a/x/"
But stil i can't get secified file(s).
Anyone can help?