[NAnt-users] calling new Thread() hangs nant

2008-04-29 Thread Christopher Dummy
I've tried searching the archives for an answer about this, but didn't find anything. I have a custom task that I've written, and in the task it calls into some code that spawns a new thread: _poller = new Thread(PollingLoop); This causes NAnt to hang and never exit. If the thread do

Re: [NAnt-users] Using NAnt 0.86 beta1 on 64-bit Windows

2008-04-29 Thread James, Justin
I remember reading somewhere that this was a known issue with the beta 1 when the .net 2.0 sdk is not installed and it was fixed in the latest nightly build. Thx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Tuesday, April 29, 2008 12

Re: [NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Steve Kapinos
Here's a working example we use. Instead of using the msbuild task, we just use exec to call up msbuild. The arg value

Re: [NAnt-users] MS Visual Studio 2005 Solution filesand command

2008-04-29 Thread Bob Archer
Agreed. Make sure the hint paths are correct. Remember, the reference paths in visual studio don't apply to msbuild run outside of it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lattimer, Ryan Sent: Tuesday, April 29, 2008 2:26 PM To: nant-users@lists

Re: [NAnt-users] Using NAnt 0.86 beta1 on 64-bit Windows

2008-04-29 Thread Bob Archer
Sorry, you will need the x64 version. http://www.microsoft.com/downloads/details.aspx?familyid=1AEF6FCE-6E06-4 B66-AFE4-9AAD3C835D3D&displaylang=en BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Frederick Sent: Tuesday, April 29, 2008 3:03 PM

Re: [NAnt-users] Using NAnt 0.86 beta1 on 64-bit Windows

2008-04-29 Thread Bob Archer
My fist "stupid" question would be. Did you install the .Net framework SDK? http://www.microsoft.com/downloads/details.aspx?FamilyID=FE6F2099-B7B4-4 F47-A244-C96D69C35DEC&displaylang=en BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Frederick

Re: [NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Parrish, Ken
Scott, The following works for me: / Where buildConfiguration is either "Debug" or "Release" and solutionFileName is the full path to your solution file. Ken Parrish Go

[NAnt-users] Using NAnt 0.86 beta1 on 64-bit Windows

2008-04-29 Thread Mike Frederick
All, I have been using NAnt for quite some time, but this one has me stumped...Some help if you don't mind. Have installed NAnt 0.86 beta1 on a 64-bit machine and Windows 2003 Server, 64-bit Edition. Did what I usually do, which is copy the files into a directory, modify the system PATH to in

Re: [NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Lattimer, Ryan
I'm not sure setting the configuration to Release is going to fix your errors though. My guess is you are probably getting "reference not found errors". You will probably have to add extra references to your projects that Visual Studio does need because it can locate them itself. -Original M

Re: [NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Jacob Siegel
I'm fairly new myself, but the following works for me: ... -Jacob Quoting Scott Mitchell <[EMAIL PROTECTED]>: > I hope someone here can help me. > > > > I am new to NANT. So please forgive me if I am overlooking something. > > > > My problems is using VS 2005 solution files and

[NAnt-users] MS Visual Studio 2005 Solution files and command

2008-04-29 Thread Scott Mitchell
I hope someone here can help me. I am new to NANT. So please forgive me if I am overlooking something. My problems is using VS 2005 solution files and NANT. I understand from the documentation that 2005 Solution files can not be used when using the NANT command. So it was suggested on one