"Fails miserably" isn't much of a problem report. Can
we see the error message?
I have
thankfully been able to completely abandon VSS, but I have used nant in the past
to access VSS. If I had something to go on, I might be able to stretch my memory
back and help.
Thanks,
Melissa
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muchhala, Raj
Sent: Thursday, May 25, 2006 1:10 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] vssadd - adding project folders
Is there a way to
have vssadd add project folders in addition to the actual file? For
example, suppose I want to add "1.0.0.0\mybuild.dll" to
"$\MyProject\Specific\". Can this be done? Here is the code I
am using which fails miserably:
<vssadd dbpath="${app.vss.path}"
username="${app.vss.user}" password="${app.vss.pw}"
path="${asset.vss.project}/Specific/${sys.version}/">
<fileset basedir="${asset.path}\Specific\${sys.version}\">
<include name="${solution.name}.dll"/>
</fileset>
</vssadd>
<fileset basedir="${asset.path}\Specific\${sys.version}\">
<include name="${solution.name}.dll"/>
</fileset>
</vssadd>
Thanks,
Raj
This e-mail message and all attachments transmitted with it may contain legally privileged and/or confidential information intended solely for the use of the addressee(s). If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying, forwarding or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete this message and all copies and backups thereof.
Thank you.