Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
Also, another question. Can you run MSBuild 3.5 from the command prompt and get a successful build? From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 5:10 PM To: Julian Simpson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-use

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Julian Simpson
Hi, What Bob said. Do the paths in the registry exist on the filesystem? I know for a fact that you can build this stuff without Visual Studio, but I run out of time to investigate. I have twice ended up having to install the IDE and be move on. Best Julian. On 21 Oct 2008, at 23:02,

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
Do you have visual studio installed on the one that is working... and not on the one that isn't.? From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 5:10 PM To: Julian Simpson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-user

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
Julian, Thanks. This was very insightful. However, I have a conflict that I don't know how to resolve. On the machine for which Nant Version 0.86 works with 'net-3.5' framework specified, I have Windows SDK Version 6.0a installed. On the machine for which Nant Version 0.86 does not

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
Where or how does Nant get the value, used in Nant.exe.config, for 'sdkInstallRoot' and 'installroot' ? Do these map to environment variables? Are they required? Thanks, Ken Parrish -Original Message- From: Brass Tilde [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 2:30 PM

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Brass Tilde
> I am using Nant on two separate workstations. I installed Nant Version 0.86 > on both machines. In both cases, I edited the Nant configuration file and > set: Did you compare the two config files to make absolutely certain that they are the same? If so, it sounds like either something that sh

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
You probably need to install the .Net 3.5 SDK. Bob From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 2:03 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSBuild task and .NET 3.5 Bob, Tha

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
Bob, Thanks for the reference. I am using Nant on two separate workstations. I installed Nant Version 0.86 on both machines. In both cases, I edited the Nant configuration file and set: . On one workstation, all is well. The tas