[Nant-users] Accessing framework DLL's

2003-01-24 Thread Nick Robinson
Hi,   Can someone offer some guidance when dealing with assemblies that are dotted around the framework.  Using Slingshot, it places ${reference.path} in front of such items, such as   ${reference.path}/envdte.dll   If I was checking this project into sourcesafe, and expecting draco to do a

RE: [Nant-users] Accessing framework DLL's

2003-01-24 Thread Lorphelin, Yves
Title: RE: [Nant-users] Accessing framework DLL's Hi Nick, The way We deal here with 3d party bianries is just check them in in sourcesafe in a project "lib" with the source code: that way we are sure that every developper uses the same version, & the 3rd parties binaries are versioned wi

Re: [Nant-users] NAnt and Visual Studio.NET Projects

2003-01-24 Thread Brant Carter
Klaus, there is a tool called Slingshot which with a bit of work will do what you want. It will read your .sln files and generate nant compliant .build files. You might also want to look at this article which provides a different solution to the problem. http://radio.weblogs.com/0106046/stori