Re: [Nant-users] Using fileset refids under a master directory

2005-03-16 Thread Troy Laurin
Once a fileset has been created, I don't think there's any way to change the contents, as far as I know. With this in mind, you should be able to do something like what you're after by creating the fileset as late as possible: -- Troy

Re: [Nant-users] Using fileset refids under a master directory

2005-03-16 Thread Leonardo Quijano Vincenzi
Hmm... my sample has a bug... yeah that's it sorry, hehe. Just a quick question... what i originally intended was this: Well i know it's not like that (the refid would fail). Maybe a basedir property for the fileset? Is that possible? -- Ing. Leonardo Quijano Vincenz

Re: [Nant-users] Using fileset refids under a master directory

2005-03-16 Thread Ian MacLean
Leonardo Quijano Vincenzi wrote: Is there any way to "reuse" a fileset under different directories in tasks? Something like this: This doesn't seem to work like that. That should work ok. What errors oru

RE: [Nant-users] Configuration error?

2005-03-16 Thread Burton, Kevin
When I have the following:                          Where TandemTests.dll.config looks like:                                 

[Nant-users] Using fileset refids under a master directory

2005-03-16 Thread Leonardo Quijano Vincenzi
Is there any way to "reuse" a fileset under different directories in tasks? Something like this: This doesn't seem to work like that. Thanks! -- Ing. Leonardo Quijano Vincenzi

[Nant-users] Nant 0.85, NUnit, and noshadow option

2005-03-16 Thread Michael Dang
Hi, Was the "noshadow" argument in Nunit2 option added to the Nant 0.85 nunit task as an attribute? Didn't see in any documents. It would be nice to. md Michael Dang __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http:

RE: [Nant-users] Multiple SourceSafe DataBases

2005-03-16 Thread Bill.Martin
Paul,   Try something like this:           password="${vss.get.password}"     localpath="${local.file}"     recursive="false"     writable="true"     dbpath="${vss.get.archive}"  

[Nant-users] Multiple SourceSafe DataBases

2005-03-16 Thread Paul Cowan
Hi, Would anyone have a good example of .build file of how I would accomplish a read and write to different SourceSafe databases, using the VSSADD and VSSGET tags? Thanks Paul   _ VirusChecked for the Incepta Gro

RE: [Nant-users] multiple SourceSafe databases

2005-03-16 Thread Foster, Richard - PAL
Paul,   Felice's answer is correct if you're using NAntContrib.   If not, set the SSDIR environment variable to the VSS data directory in your NAnt script before calling ss.exe.   Regards, Richard

RE: [Nant-users] multiple SourceSafe databases

2005-03-16 Thread Felice Vittoria
Yes ... you just need to make sure you specify the dbpath in the vss tasks.   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Paul CowanSent: Wednesday, March 16, 2005 8:26 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users]

[Nant-users] multiple SourceSafe databases

2005-03-16 Thread Paul Cowan
Hi all, Can I read from one SourceSafe database and write to a completely different SourceSafe database using NAnt?   Thanks   Paul _ VirusChecked for the Incepta Group plc ___