DO NOT REPLY [Bug 17181] - Build fails while trying to get VSS files by label

2005-03-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=17181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=17181


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Optional Tasks  |Optional SCM tasks




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 17181] - Build fails while trying to get VSS files by label

2003-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181

Build fails while trying to get VSS files by label





--- Additional Comments From [EMAIL PROTECTED]  2003-04-11 17:58 ---
I'm seeing the same thing. Debugging a bit it looks to me as if a space needs 
to exist between -VL and the label when the command is executed by ss.exe. When 
I put a space in the property, the whole string is quoted, which also doesn't 
work.


DO NOT REPLY [Bug 17181] - Build fails while trying to get VSS files by label

2003-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181

Build fails while trying to get VSS files by label





--- Additional Comments From [EMAIL PROTECTED]  2003-04-11 21:35 ---
I take it back - the space does not seem to be the issue.

It seems that the GET at a label is working for first level items, but not sub-
folders. If I manually go in and label each subfolder (in the VSS GUI) the GET 
works. This led me to believe that my VSS DB was less that clean.

I think I've fixed this for myself. I did two things:

1) Created a new VSS DB (Using VSS6.0 sp5)
2) Figured out that I can specify the database directory in the vssget task 
(not documented) using the serverpath attribute as follows:
vssget ssdir=${vss.ssdir}
serverpath=${vss.serverpath}
vsspath=${cm.vss.path}
localpath=.
login=${vss.login}, ${vss.passwd}
label=${cm.vss.label}
writable=false
recursive=true/

I can now recursively GET from VSS at a label using ant.


DO NOT REPLY [Bug 17181] - Build fails while trying to get VSS files by label

2003-04-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17181

Build fails while trying to get VSS files by label





--- Additional Comments From [EMAIL PROTECTED]  2003-04-11 21:55 ---
The 'serverpath' attribute is documented.

see

http://ant.apache.org/manual/OptionalTasks/vss.html#vssget

for more details.

Jesse