[Nant-users] Question on MSI Task

2004-08-09 Thread Steven-S . Hawkes
Hi, Could anyone advise me the best way to get up to speed with the MSI task. I was looking at an example of how to remove an existing dialog but there seemed to be a large amount of information needed to perform such a task which I could not find in the MSI task documentation. For example the c

Re: [Nant-users] can't overwrite property

2004-08-09 Thread Gert Driesen
The easiest, and in my opinion best, solution is to mark the properties that you want to be able to override on the command line with overwrite="false". That way the property task will not attempt to overwrite the value of the property (that was, for example, specified on the command line). Gert

RE: [Nant-users] can't overwrite property

2004-08-09 Thread Troy Laurin
Ian Maclean wrote: > >The previous behaviour of silently ignoring the property task if the > >property is read-only certainly isn't optimal, either. Silently > >ignoring tasks can make some bugs hard to trace. > > > > > No quite silently - a message was added to the log - but I > take your p

Re: [Nant-users] can't overwrite property

2004-08-09 Thread Ian MacLean
Troy Laurin wrote: Ian MacLean wrote: Merrill Cornish wrote: Felice, In the new, improved NAnt, properties now have the option of a readonly attirbute. Furthermore, any property set because it appeared in a -D:property=value item on the script command line will automaticall

[Nant-users] XmlLogger request

2004-08-09 Thread Troy Laurin
I'd just like to put in a request for the XmlLogger to include indentation in its output... Our build log is a 4.3Mb (!!) XML file, and it's difficult to work with when it doesn't contain any whitespace and is all on one line. Thanks, -- Troy Disclaimer Message: This message contains confiden

RE: [Nant-users] can't overwrite property

2004-08-09 Thread Troy Laurin
Ian MacLean wrote: > > Merrill Cornish wrote: > > > Felice, > > > > In the new, improved NAnt, properties now have the option of a > > readonly attirbute. Furthermore, any property set because > it appeared > > in a -D:property=value item on the script command line will > > automatically be

[Nant-users] help using nant

2004-08-09 Thread grinauts
hi, i am really new with this stuff so i need a detail explanation how to configure nant for already existing project, where should i put the nant files relativly to the project and the solution files? how do i specify the directory it will build? and please be as detail as you can. thanks in ad

[Nant-users] Path length problem with resgen

2004-08-09 Thread Brian Yeo
Bill, It seems that your total path length may have exceeded the limit of 255 chars. One alternative is - when the src files are extracted to your local drive, consider fiddling the file/path name by making certain name shorter. eg Microsoft.ApplicationBlocks.ConfigurationManagement (CS) to conf

Re: [Nant-users] can't overwrite property

2004-08-09 Thread Ian MacLean
Merrill Cornish wrote: Felice, In the new, improved NAnt, properties now have the option of a readonly attirbute. Furthermore, any property set because it appeared in a -D:property=value item on the script command line will automatically be readonly. So, you can't change in the script the val

Re: [Nant-users] can't overwrite property

2004-08-09 Thread Merrill Cornish
Felice, In the new, improved NAnt, properties now have the option of a readonly attirbute. Furthermore, any property set because it appeared in a -D:property=value item on the script command line will automatically be readonly. So, you can't change in the script the value of a property passed

[Nant-users] can't overwrite property

2004-08-09 Thread Felice Vittoria
Hello all, I'm using this version of Nant 0.85: NAnt 0.85 (Build 0.85.1682.0; net-1.0.win32; nightly; 8/9/2004) I have this test.build file: When I run: nant

Re: [Nant-users] Problem with NUnit2 Task

2004-08-09 Thread Gert Driesen
Steven, NAnt currently ship with NUnit 2.1(.0.4), but we'll soon (?) upgrade to NUnit 2.2. Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 9:11 AM Subject: [Nant-users] Problem with NUnit2 Task Hi, I am haviong a problem with t

[Nant-users] nant 0.85 release date

2004-08-09 Thread Felice Vittoria
Hello, Any status on when nant 0.85 will be released? Felice --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Fr

[Nant-users] zip task -- ziplevel

2004-08-09 Thread Felice Vittoria
Hello all, I have a question. The ziplevel is defaulted to 6 when using the zip task. Question .. what are the different zip levels? Could this list be included in the documentation? Thanks, Felice --- SF.Net email is sponsored by Sho

RE: [Nant-users] Need help with the task using the commit command

2004-08-09 Thread Clayton Harbour
Hi Jason, >>I am not able to replicate the first issue below, when I >>specify a cvsroot without a username (i.e. I used >>:sspi:loki.sporadicism.local:/cvsroot/claytonharbour) I do not >>get an authentication error. > >I don't seem to be getting this now...probably something on my end. Great,

[Nant-users] Problem with NUnit2 Task

2004-08-09 Thread Steven-S . Hawkes
Hi, I am haviong a problem with the NUnit2 Task. I have some NUnit test scripts that work when compiled under Visual Studio .NET and run in the NUnit GUI tool. When I try to build the same with NAnt the task execute's but it reports in the console window that 0 tests run. I tried to run the ge