Title: Message
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>
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.


Reply via email to