[Nant-users] Re: Prj GUID XXX already exists! Now - Couldn't find referenced assembly

2004-07-08 Thread Gert Driesen
Brian, Can you put together a small repro containing the absolute minimum set of files necessary to reproduce this issue ? Thanks !! Gert - Original Message - From: "Brian Yeo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 09

Re: [Nant-users] Task Oddness

2004-07-08 Thread Gert Driesen
Merrill, Can you try using the latest nightly build (http://nant.sourceforge.net/nightly/builds) ? There have been tons of fixes to the task since the 0.84 release. Thanks, Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July

RE: [Nant-users] Is Really

2004-07-08 Thread Clayton Harbour
Hi Merrill, I was unable to replicate either issue you have reported below. These are the steps I went through to try to replicate them, so please fill in the details if there are additional steps along the way (please note I used the nant repository to checkout from and am running on a Windo

Re: [Nant-users] Reading XML file and replacing text

2004-07-08 Thread Martin Gainty
Much easier to write with CSharp using XML Serialization and DeSerialization take a look at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemXmlSerialization.asp -martin - Original Message - From: "Hamza Zeen-Aldin" <[EMAIL PROTECTED]> To: <[EMAIL PROT

[Nant-users] Task Oddness

2004-07-08 Thread Merrill Cornish
I am using a NAnt 0.84 script to build two Visual Studio C# DLLs. Originally, the script I inherited used the task below to build the first DLL:

RE: [Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
The remove attribute does not seem to do what it is supposed to when you use the cvs executable option. Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: [Nant-users] CVS Tasks

2004-07-08 Thread Clayton Harbour
Hi Dan, Sharpcvslib does not support local or sspi protocols (yet...) but there are changes in the nightly builds to override the use of the sharpcvslib binary (please check the docs for syntax). Overriding the binary selects the first cvs.exe in your path environment variable, or optionally y

[Nant-users] changing the log level

2004-07-08 Thread Shaber, David
Hello,   I would am running a large build with the –quiet option from the command line. On Failure, I am using the nant.onfailure property to call a target and would like to run an external program and see the output on the screen. Is there a way to change the log level from Warning to

Re: [Nant-users] Nunit Failures

2004-07-08 Thread Gert Driesen
- Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 8:33 PM Subject: [Nant-users] Nunit Failures > Hey, > What is the best way of testing for failures during the nunit2 task > without setting the haltonerr

Re: [Nant-users] Numit2 and .Nunit files

2004-07-08 Thread Gert Driesen
- Original Message - From: "Dan Pupek" <[EMAIL PROTECTED]> To: "NAnt Users List" <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 8:45 PM Subject: [Nant-users] Numit2 and .Nunit files > Anyone have a good way of using .Nunit files with the Nunit2 task? No, there's currently no support

[Nant-users] Numit2 and .Nunit files

2004-07-08 Thread Dan Pupek
Anyone have a good way of using .Nunit files with the Nunit2 task?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software E

[Nant-users] Nunit Failures

2004-07-08 Thread Dan Pupek
Hey,     What is the best way of testing for failures during the nunit2 task without setting the haltonerror to true?   Is there a property that can be read?   Thanks,   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1

[Nant-users] CVS Tasks

2004-07-08 Thread Dan Pupek
Do the CVS tasks really not support the sspi or local protocols?   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038   BEGIN:VCARD VERSION:2.1 N:Pupek;Daniel FN:Daniel Pupek NICKNAME:Dan ORG:Advanced Systems Technology, Inc.;TDD TITLE:Software Eng

[Nant-users] Reading XML file and replacing text

2004-07-08 Thread Hamza Zeen-Aldin
I have and XML Config file for a C# application. There is a URL element for SOAP remoting, there are multiple servers used for back up. How can I replace all of the old URLs with a new URL that's in stored in another XML file that has all of the server information. I tried using XMLPoke and XMLPee

Re: [Nant-users] Documentation

2004-07-08 Thread Gert Driesen
Merrill, Feel free to provide a doc patch for this. Thanks, Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 08, 2004 6:13 PM Subject: [Nant-users] Documentation > I had meant to add this tidbit to my first message...

[Nant-users] Documentation

2004-07-08 Thread Merrill Cornish
I had meant to add this tidbit to my first message... The help page for includes the following sentence as part of the description of the cvsroot attributes: The examples used is for the NAnt cvsroot. protocol: ext username: [username] servername: cvs.sourceforge.net server path: /cvsroo

[Nant-users] Is Really

2004-07-08 Thread Merrill Cornish
I am starting a new NAnt script using the 0.85 nightly build, and I'm having trouble with the task. The first problem (which was actually with ) is that the built-in Sharp CVS library didn't recognize my cvsroot argument of ":pserver:[EMAIL PROTECTED]:/ext/xxx". The error message said that us

[Nant-users] Solution task problem with latest build

2004-07-08 Thread Brian G. Riviere
Would anyone happen to know I’m receiving this error when trying to compile a C++ project/   Buildfile: file:///D:/Projects/RTLE/rtle.build Base Directory: D:\Projects\RTLE. Target(s) specified: build Build sequence for target `build' is init, build Complete build sequence is init, b

RE: [Nant-users] modify system path from msi

2004-07-08 Thread John Cole
Thanks James! I had loaded my msi package on a virtual machine, and though that it didn't set that. I'll repeat my test and pay better attention this time :-) John Cole -Original Message- From: James Geurts [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 7:35 AM To: John Cole C

Re: [Nant-users] modify system path from msi

2004-07-08 Thread James Geurts
Hi John, I actually do something similar in the NAntContribInstall.include file. This should do the trick: The * prefixing the PATH name means that the install should treat it as a system variable. If you're interested in other prefixes, have a look here: http://msdn.microsoft.com/library/e

[Nant-users] Re: Project GUID XXX already exists! Conflicting project is XXX

2004-07-08 Thread Gert Driesen
Brian, I think the problem is that the projects that you're including explicitly are already included as part of the solution file. The docs of the task are not very clear on this topic. I think the node should only be used to explicitly build a set of projects that are not part of the specifi