http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1005
*** shadow/1005 Sat Mar 17 10:40:56 2001 --- shadow/1005.tmp.27625 Sat Mar 17 10:40:56 2001 *************** *** 0 **** --- 1,27 ---- + +============================================================================+ + | cannot specify the sourcesafe database with VSSGET | + +----------------------------------------------------------------------------+ + | Bug #: 1005 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Enhancement OS/Version: Windows 9x | + | Priority: Medium Component: Optional Tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + When multiple sourcesafe database are used, it is necessary to specify the path + to the srcsafe.ini file to use. This is done by defining the 'ssdir' + environnement variable to the path of the srcsafe.ini file prior to run the + ss.exe utility. To use multiple database in the same build with ant it is + necessary that the vssget task allows to define the srcsafe.ini path, with a + 'srcsafeini' attribute for example. + I have modified the + src\main\org\apache\tools\ant\taskdefs\optional\vss\MSVSS.java file to check + this and allow this to both tasks : vssget and vsslabel. + It woks fine. + I can send it if desired.
