Re: [Nant-users] unmanaged code

2004-10-05 Thread Gert Driesen
Chris, I'm pretty sure its a system-specific issue you're having. Never had that error myself, and can't recall anyone else having this problem. You could try using a more recent nightly build of NAnt, but I'd surprised if that changes anything. Gert - Original Message - From: "Delaney

[Nant-users] Convert CRLF to LF and back

2004-10-05 Thread Brar Piening
Hi, is there a task or an attribute in NAnt or NAnt contrib which converts textfiles from CRLF to LF and vice versa (of course I searched for it myself without success)? I'm asking because I use VS .Net for coding and want to commit to a cvs server using unix conventions. I know this could be done

[Nant-users] unmanaged code

2004-10-05 Thread Delaney, Chris
Title: unmanaged code I am using nant .84 to run some jobs and sometimes when I kick it off I get : Application popup: nant.EXE - Application Error : The instruction at "0x791cfea1" referenced memory at "0x0050". The memory could not be "read". Is there some unmanaged code in here ?  i

[Nant-users] Cant get -buildfile and -find to work together

2004-10-05 Thread Nick Zigomanis
I’ve got a build file in the root of my directory called app.build. Within subdirectories I’d like to do:   nant –buildfile:app.build –find target   and, I’d like it to find app.build, ignoring any other build files of different names it may find as it searches the parent folders.   H

[Nant-users] FxCop task

2004-10-05 Thread Manish Jain
Is someone working on FxCop task? How soon it will be available? Thanks Manish --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions,

[Nant-users] Release notes with NAnt

2004-10-05 Thread Manish Jain
Hi All, How you all are managing generating release notes with builds (may be daily) Something like getting comments from files from VSS and compiling them into a file Is there any tasks I can use? Thanks Manish --- This SF.net email is spo

[Nant-users] VB6 build dependencies

2004-10-05 Thread Crowhurst,Christian
Hi to everyone on the forum. I'm currently building 20-30 vb6 projects using FinalBuilder2. I found this tool to be particular usefully as it resolves / fixes any broken reference to other compiled vb6 projects. So for example where project B has an old / broken reference to project A it will r

RE: [Nant-users] value expanded prior to if test

2004-10-05 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
The task works as expected. Actually my workaround is based on the fact that the task works as expected! If the task does not evaluate ${arg} when its 'if' test fails then perhaps the element can do the same. Seems logical to me! -Original Message- From: Merrill Co

RE: [Nant-users] Document Comments

2004-10-05 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
VBCommenter is a VS.NET plug-in right? Perhaps you could write a custom task that used the VBCommenter interface directly to do the work. I don't know how difficult this would be but it seems like a possible option. Of course, if another utility already does this then you should use that instead! :

[Nant-users] Document Comments

2004-10-05 Thread Bill.Martin
I'm sure I've seen something on this (and I'm sure I even had the code for it at some point!), but I have a problem with creating document comments. We are developing in VB.NET 2002 unfortunately, and I've started putting document comments in the code (using a custom version of the VBCommenter add

RE: [Nant-users] What is the best way to tell the OS version that I am running?

2004-10-05 Thread Burton, Kevin
This I think is the final hurdle before I can start regularly building and using nant. Basically I want to vary the command line arguments of a custom action based on the OS that I am running. Currently I only care about the differences between Windows 2000 and XP/Windows 2003 Server. I have fou

RE: [SPAM] - Re: [Nant-users] getting "Error creating FileSet. Illegal characters in path" with nunit2 - Email found in subject

2004-10-05 Thread Bill.Martin
Very true, but it's not necessarily XML that's processing the value. If the value is passed to C# to construct a canonical path, then that may be expecting / rather than \. In this case, escaping the \ to \\ will make a difference. Cheers, Bill -Original Message- From: Merrill Corn

RE: [SPAM] - Re: [Nant-users] getting "Error creating FileSet. Illegal characters in path" with nunit2 - Email found in subject

2004-10-05 Thread Merrill Cornish
>>> (or alternatively, you could use \\) The blackslash is not an escape character in XML, so that wouldn't do what you're expecting. Merrill --- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your

RE: [SPAM] - Re: [Nant-users] getting "Error creating FileSet. Illegal characters in path" with nunit2 - Email found in subject

2004-10-05 Thread Felice Vittoria
Gert, Thanks. What I'm trying to do is run some nunit test cases. I have this working for me: What I thought this would do: Was to run the tests according to what I defined in my data

Re: [Nant-users] getting "Error creating FileSet. Illegal characters in path" with nunit2

2004-10-05 Thread Gert Driesen
Felice, The element can only be used to include a set of files from the specified file. Each line in the specified file will be treated as an include pattern. You are actually passing an XML file. So each line in that XML file will be considered an include pattern, which is definitely not what y

Re: [Nant-users] Solution task builds successfully but build generated is corrupted

2004-10-05 Thread Gert Driesen
we hope to have it out in the next 2 to 4 weeks ... - Original Message - From: "Manish Jain" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 04, 2004 6:38 PM Subject: RE: [Nant-users] Solution task builds successfully but build genera