Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
Here's the new version of the log file NAnt 0.86 (Build 0.86.2898.0; beta1; 12/8/2007) Copyright (C) 2001-2007 Gerry Shaw http://nant.sourceforge.net [loadtasks] Scanning directory "C:\enlistments\HenryScheinSC\src\MMS-Apps\Partner-Apps\HenryScheinSC\HenryScheinSC.WEB\extensions\common\neutra

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Gert Driesen
John, Sorry, but you gotta run it without the -logfile option and just capture the console output. I'll need to check why not all debug information is written to the logfile. I'll look into your issue tomorrow. Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
Hi Gert, As far as I know everything installed where it should be. Attached is the file you asked for and here is the output when I initiate a build: C:\enlistments\HenryScheinSC\src\Common\MedManage.Core>build release Doing a "RELEASE" build... NAnt 0.86 (Build 0.86.2898.0; beta1; 12

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Gert Driesen
Hi John, Are you sure you extract all files or the NAnt distribution in the correct directories ? Can you send me a debug log (NAnt.exe -debug -logfile:log.txt) ? Also, do you have .NET Framework 2.0 installed and does NAnt report it as your target framework ? Gert _ From: [EMAIL

Re: [NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
I should point out that this worked fine with 0.85 Nant. I just upgraded our build environment yesterday. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dix, John Sent: Thursday, January 24, 2008 11:39 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Error - VS.NET

[NAnt-users] Error - VS.NET 2005 sln not supported in 0.86

2008-01-24 Thread Dix, John
Hi, I'm receiving the following error during the build. The sln file is converted from a VS.NET 2003 file and has the following content. If I take out the csproj it still gets the same error. Is there something special I need to do to my .build file? Build file:

[NAnt-users] Further XML node processing

2008-01-24 Thread Mike Frederick
All, Is there any way to do the following: I have an XML file with parameters for my product deployments. The segment looks like: and what I really want to do is read every child element and use the nodename and value attribute to modify a deployed config file. If I

Re: [NAnt-users] VS2008 solution format error

2008-01-24 Thread David Anderson
Thanks to all who responded. I'll use MSBuild for the moment. > Bob Archer <[EMAIL PROTECTED]> wrote: > > >> I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and >> I'm getting this error >> >> Solution format of file 'C:\test\Project\src\project.sln' is not >> supported. >>

Re: [NAnt-users] looking for registry write task

2008-01-24 Thread Melissa
using reg.exe or regini.exe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, January 24, 2008 6:14 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] looking for registry write task I see a readregistry task in the

Re: [NAnt-users] looking for registry write task

2008-01-24 Thread Bob Archer
Hmm... Sounded like a good idea. Did you try to just exec the .reg file? BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roebuck, Alex Sent: Thursday, January 24, 2008 9:36 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] looking for

Re: [NAnt-users] looking for registry write task

2008-01-24 Thread Roebuck, Alex
Please disregard this; I've just tried it and it doesn't work. It's actually regedt32 and not regsvr32 which can add .reg files to the registry, and it does not appear to have a command-line interface. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roebu

Re: [NAnt-users] looking for registry write task

2008-01-24 Thread Roebuck, Alex
Could you your registry keys to a .reg file and then regsvr32? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curtis Zarger Sent: Thursday, January 24, 2008 2:14 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] looking for registry write ta

[NAnt-users] looking for registry write task

2008-01-24 Thread Curtis Zarger
I see a readregistry task in the NAnt task list. Is there a writeregistry task (I didn't find one in NAntContrib either). THX Curt Zarger - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Vi

Re: [NAnt-users] VS2008 solution format error

2008-01-24 Thread Brass Tilde
Bob Archer <[EMAIL PROTECTED]> wrote: > I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and > I'm getting this error > > Solution format of file 'C:\test\Project\src\project.sln' is not > supported. Have you tried using the task and just executing the 3.5 version of MSBuild.e

Re: [NAnt-users] VS2008 solution format error

2008-01-24 Thread Gert Driesen
- Original Message - From: "Bob Archer" <[EMAIL PROTECTED]> To: "David Anderson" <[EMAIL PROTECTED]>; Sent: Thursday, January 24, 2008 2:25 PM Subject: Re: [NAnt-users] VS2008 solution format error > My assumption is that VS 2008 solutions aren't supported yet. Martin Aliger has been

Re: [NAnt-users] VS2008 solution format error

2008-01-24 Thread Bob Archer
My assumption is that VS 2008 solutions aren't supported yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Anderson Sent: Thursday, January 24, 2008 5:52 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] VS2008 solution format error H

[NAnt-users] VS2008 solution format error

2008-01-24 Thread David Anderson
Hi, I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error Solution format of file 'C:\test\Project\src\project.sln' is not supported. Can any one shed any light? Many Thanks, David Anderson --

Re: [NAnt-users] New to list - How best to create if-else-endifconstruct ...

2008-01-24 Thread Gert Driesen
Hey Ken, You can use the NAntContrib task for this: http://nantcontrib.sourceforge.net/release/latest/help/tasks/choose.html Hope this helps, Gert - Original Message - From: "Parrish, Ken" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 23, 2008 10:57 PM Subject: [NAnt-users] New to