Same for me; it's as "stable" in terms of robustness as the previous
one, plus a lot more new features. I try to upgrade to the latest
nightly from times to times.

regards


On Thu, 21 Oct 2004 07:51:00 -0500, Felice Vittoria
<[EMAIL PROTECTED]> wrote:
> 
> Sanjay,
>  
> How stable is 0.85?   In my opinion it looks stable ... in fact, I'm waiting
> it to be released so that I can deploy it on all my machines.   I've been
> testing my scripts on it on my PC and everything for me looks good.   This
> is my opinion .. I can't speak for anyone else.   
>  
> Felice
> 
> -----Original Message-----
> From: Thirupputkuzhi, Sanjay [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 21, 2004 7:34 AM
> To: Felice Vittoria; [EMAIL PROTECTED]
> Subject: [SPAM] - RE: [Nant-users] VSSGET Question - Email found in subject
> 
> 
> Felice,
>  
> Thanks. I ultimately figured that out after going through the source code
> and IVSSItem documentation. However, the documentation for GetTask.cs paints
> a different story:
>  
>     ///   <para>Get the latest files from a local sourcesafe
> database.</para>
>     ///   <code><![CDATA[
>     ///     <vssget
>     ///       user="myusername"
>     ///       password="mypassword"
>     ///       localpath="C:\Dev\Latest"
>     ///       recursive="true"
>     ///       replace="true"
>     ///       writable="true"
>     ///       dbpath="C:\VSS\srcsafe.ini"
>     ///       path="$/MyProduct"
>     ///     />
>     ///   ]]></code>
> 
> I am actually using 0.84 since it is a stable release and was not sure how
> stable the 0.85 nightly builds were. I noticed that 0.85 has much more
> flexibility, but how stable is it?
>  
> Thanks for your help.
> Sanjay
>  
>  
> -----Original Message-----
> From: Felice Vittoria [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 21, 2004 7:49 AM
> To: Thirupputkuzhi, Sanjay; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] VSSGET Question
> 
> 
> 
> Sanjay,
>  
> What version of Nant and Nant Contrib tasks are you using?  Are you using
> the latest ( 0.85 ) ? 
>  
> As far as localpath and path ...   what I like to do is give an absolute
> path to these attributes .. so , something like this:
>  
> localpath="${root.dir}\Output\${somefile.extension}"
> path="$/{project.tree}/${somefile.extension}"
>  
> HTH,
> Felice
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Thirupputkuzhi,
> Sanjay
> Sent: Wednesday, October 20, 2004 11:56 AM
> To: '[EMAIL PROTECTED]'
> Subject: [Nant-users] VSSGET Question
> 
> 
> Hi all,
>  
> A quick question on getting a file from vss to a local directory.
>  
>                     <vssget
>                         localpath="Output"
>                         replace="true"
>                         usemodtime="true"
>                         writable="false"
>                         dbpath="\\<server>\VSS\srcsafe.ini"
>                         path="${d}"
>                         user="<user>"
>                         password="<pwd>"
>                         failonerror="true"
>                     />
>  
> When this command is executed, a new file called Latest is created rather
> than putting it inside the Latest Folder. If I put put the localpath as
> Output\Diffcode, then I get cannot open file. Alternately, if I give just
> localpath as Output, then I get Invalid DOS path. 
>  
> Any inputs will be appreciated.
>  
> Thanks,
> Sanjay
> =========================================================
> The information in this transmission is intended for official use only and
> may contain information from NJM Insurance Group that is privileged,
> confidential and exempt from disclosure under applicable law. It is intended
> for the exclusive use of the persons or entities to which it is addressed.
> If you are not an intended recipient or the employee or agent responsible
> for delivering this transmission to an intended recipient, be aware that any
> disclosure, dissemination, distribution or copying of this communication, or
> the use of its contents, is strictly prohibited. If you received this
> transmission in error, please notify the sender by return e-mail and delete
> the material from any computer.
> ========================================================= 
> =========================================================
> The information in this transmission is intended for official use only and
> may contain information from NJM Insurance Group that is privileged,
> confidential and exempt from disclosure under applicable law. It is intended
> for the exclusive use of the persons or entities to which it is addressed.
> If you are not an intended recipient or the employee or agent responsible
> for delivering this transmission to an intended recipient, be aware that any
> disclosure, dissemination, distribution or copying of this communication, or
> the use of its contents, is strictly prohibited. If you received this
> transmission in error, please notify the sender by return e-mail and delete
> the material from any computer.
> =========================================================


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to