You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by AB...@datascantech.com on 2005/02/21 18:20:15 UTC

Maven & VSS

1.  I am trying to use the VSS Optional Ant Task below in maven.xml and I 
am getting the error below.  As anyone been able to to use the VSS 
Optional Ant task with Maven?

 <vssget vsspath="${vss.project.path}" localpath="${build.app.temp.dir}" 
recursive="true" writable="true" ssdir="${vss.exec.dir}" 
serverpath="${vss.server.path}" login="${vss.username},${vss.password}"/>

------------------------------------------------------------------------------


2.  Error Message Below
------------------------------------



 
build:start:

wmscore:
    [echo] Getting latest from source control...
    [vssget] $$/Production/Common/dst_utilities/dst_infrastructure/4 
Technical Framework is not valid SourceSafe syntax

BUILD FAILED
File...... C:\_architecture\maven.xml
Element... vssget
Line...... 27
Column.... 204
Failed executing: "C:\Program Files\Microsoft Visual Studio\VSS\win32\ss" 
Get "$$/Production/Common/dst_utilities/dst_in
frastructure/4 Technical Framework" -GLC:\_architecture\temp -I- -R -W 
-Yadmin,admincore
Total time: 2 seconds
Finished at: Mon Feb 21 12:14:29 EST 2005

C:\_architecture>