Re: starteam and ant: problem with stcheckout

2005-08-19 Thread Krist van Besien
On 8/18/05, Burgess, Benjamin <[EMAIL PROTECTED]> wrote: > The "-vl" means that this is a version label, not a view label. It is > handled differently in the checkout task's code. Try replacing the > first 4 attributes of the task with this instead: > URL="myserver:5558/myproject/myview" just to

RE: starteam and ant: problem with stcheckout

2005-08-18 Thread Burgess, Benjamin
The "-vl" means that this is a version label, not a view label. It is handled differently in the checkout task's code. Try replacing the first 4 attributes of the task with this instead: URL="myserver:5558/myproject/myview" just to see if it makes a difference (which it shouldn't). Also, post yo