You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/04/25 09:23:04 UTC

DO NOT REPLY [Bug 23323] - VSS task uses SSDIR environment variable instead of serverPath parameter

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=23323>.
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=23323


kevin.jackson@it.fts-vn.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From kevin.jackson@it.fts-vn.com  2006-04-25 07:23 -------
I don't think that the change you are suggesting is correct.  It looks to me
that you are ignoring all other environment variables when you make this change.
 In the current code, if the SSDIR is set, it is added to the last position of
the String[] and that is used to define the environment.

The way the task determines if the SSDIR is set is if the property 'serverpath'
is declared in the task

ie

<vssget localPath="C:\mysrc\myproject"
        recursive="true"
        label="Release1"
        login="me,mypassword"
        vsspath="$/source/aProject"
        serverpath="C:\temp\server" <-- where the ss.ini file is located
        writable="true"/>

I'm closing this as invalid - please reopen if you have more information/you
disagree with my assessment.

-- 
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org