[NAnt-users] vssget specific version

2007-10-11 Thread Sam Gardiner
I'm using vssget and have run into this bug http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg07025.ht ml which links to an MS hotfix article http://support.microsoft.com/default.aspx?scid=kb;en-us;837417 but i'm not sure where to apply the hotfix.. is it a server or a client hotf

[Nant-users] Assembly references on network drive

2005-08-08 Thread Sam Gardiner
I this error has come up before, make sure you are using the latest version of Nant. http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg07326.ht ml I have also experienced the same problem, but I got round it by using SUBST to delete and create a shared drive each time the build ran.

[Nant-users] include files in fileset by date

2005-06-10 Thread Sam Gardiner
Is there a way to create a fileset of files by date? I want to delete files older than a certain date and I have no good ways of doing it.   cheers,   sam  

RE: [Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
Hi gary, Thanks for your speedy and excellent help! Problem solved. Putting the pre-compiled binaries into the outputdir worked and references are collected properly. You said Why are you dealing with this at build time instead of test time? If I understand the

[Nant-users] Build projects with using binary references

2005-04-21 Thread Sam Gardiner
hi *, I have used Nant for a while and I'm trying to do something funky and I'm tempted to write a task to do it, but it seems like an obvious thing so I thought I'd ask first. I'm trying to use the task to build a group of projects not collected into any solution. the problem is that these pr