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
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
Here's a working example we use. Instead of using the msbuild task, we
just use exec to call up msbuild.
The arg value
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
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
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
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
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
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
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
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
11 matches
Mail list logo