[Nant-users] Problem re-compiling version 0.8.3-rc1

2003-07-15 Thread Overton, Ed
An unhandled exception of type 'System.Configuration.ConfigurationException' occurred in system.dll   Additional information: Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config Request for the permission of type System.Security.Permissions.StrongName

RE: [Nant-users] nant-0.8.3 install problem

2003-07-15 Thread Overton, Ed
You need to make sure that you have both .net 1.0.3705 and 1.1 installed.  See the Microsoft site to download these files.   -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 6:39 PM To: [EMAIL PROTECTED] Subject: [Nant-users] nant-0.8.3 i

[Nant-users] VSSGET

2003-07-15 Thread Eric Fetzer
Does anyone know of a way to use vssget on specific file types?  For example:           user="Dude"    localpath="D:\TestGetLatest\SpecificFileTypes"    recursive="true"    replace="true"    writable="true"    dbpath="\\VSS_Proj\srcsafe.ini"    path="$/Project/**.css"