[NAnt-users] Regasm.exe error on build of a project with a web reference

2006-04-25 Thread Stephen Tunney
Asm error: File or assembly name ResumeMirror.EAM.AddIn, or one of its dependencies, was not   Thanks everyone :) Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Pillai, Gishu R (GE Energy) Sent: 28 October 2005 10:41 To: Laconia D

RE: [NAnt-users] Traversing Directories

2006-03-28 Thread Stephen Tunney
‘\’.   Stephen Tunney, MCAD.NET From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan D. Andrews Sent: March 28, 2006 3:23 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Traversing Directories   Does it matter if I use ..\.. or ../.. to nant for traversing directories

RE: [NAnt-users] Return from an call

2006-02-08 Thread Stephen Tunney
Why not simplify it and write a small inline C# or VB script in the build file? Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary Feldman Sent: February 8, 2006 3:08 PM To: Nant Users Subject: Re: [NAnt-users] Return from an

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
Ok, excellent! Thank you :) Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Jonathan (2) Sent: January 9, 2006 12:42 PM To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Integer value comparisons If it'

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
expression? If so, why the need for the "${}" at all? Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evans, Jonathan (2) Sent: January 9, 2006 12:25 PM To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] Int

RE: [NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
Bah! Forget I said anything :) Stephen Tunney, MCAD.NET -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Tunney Sent: January 9, 2006 12:19 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Integer value comparisons Hello

[NAnt-users] Integer value comparisons

2006-01-09 Thread Stephen Tunney
fails And it complains that '603 != 0' is not a valid value for attribute 'test' of Cannot resolve '603 != 0' to boolean value. String was not recognized as a valid Boolean. Little help? :( Stephen Tunney, MCAD.NET -

[NAnt-users] Tar Task - Symbolic Link Support

2006-01-03 Thread Stephen Tunney
for Linux deployment. Thanks! Stephen Tunney SQA Manager Resume Mirror Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your lo

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Stephen Tunney
Title: Message I think the underlying issue here is that encasing a folder/file target in a move with quotes behind the scenes won’t cause any issues, so that is what the developers did, but if you encase an entire exec command line in quotes in the task’s code, then you would probably stil

RE: [Nant-users] Exec program can't handle dir name with spaces

2005-11-03 Thread Stephen Tunney
Title: Exec program can't handle dir name with spaces I’m not sure if this will work, but attempt to surround the last portion of your commandline attribute with “"”   I haven’t tried this myself, but I think it should solve your problems…   Example: RE: [Nant-users] convert::to-int deprecated
I'm not sure. All I know is that there is no other method that works. And this "may" be a bug, but the "test" attribute is required. So placing true in there is the only way to get around it. LOOPHOLE :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

RE: [Nant-users] convert::to-int deprecated

Not sure about the first question, but as for ifnot, replace with the following:   buildtarget ')}">     //TODO:  Stuff   Kind of hoaky, but it works :)   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Cowan Sent: November 1, 2005 6:08 AM To: N

RE: [Nant-users] convert::to-int deprecated

Actually, for the first part of your question, check out   ${int::parse(value)}   Looks like the functions are attempting to take on a more .NET look :)  Considering you should never use the Convert static methods unless you ABSOLUTELY have to because they are inefficient.   Steve  

RE: [Nant-users] Nunit2 Task

I too am experiencing the same problem. Only thing is that I have NOT upgraded NUnit or NAnt on this machine in quite some time, only CruiseControl.NET has been upgraded. Would this have anything to do with it? Oh, and I added these silly assembly binding changes to my test assembly's Config fil

[Nant-users] Feature Request: Ability to monitor status of a service

I want to be able to see if a service is starting, running, stopping, or stopped from within a NAnt script. This would allow me to NOT run a stop command on a service that is not running, and therefore avoid getting an error when really there is no need to error out. The "failonerror" attribute i

RE: [Nant-users] [Nant-users]

.   Stephen   From: Melissa Kacher [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 1:13 PM To: Stephen Tunney; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] [Nant-users]   While logged on as that domain admin, can you manage the service without nant? Stop and start it with

[Nant-users] [Nant-users]

Hello All, I’m attempting to stop and start the w3svc service on another machine than where the build is taking place.  I’m using CruiseControl.NET to execute the nant script, and the CCNet service is running as a domain admin account. I get the same error while running the build script fro

RE: [Nant-users] Expression string escape sequence

' is probably what you want. Cheers, Stephen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Ludlow Sent: Wednesday, July 20, 2005 12:43 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Expression string escape sequence Hi, I was wonde

[nant-users] NAnt not respecting AssemblyOriginatorKeyFile csproj property.

g the nant script that I have created, which simply builds against the solution task, I am given an error stating the Interop.XXX.dll is not strongly named, error generating CSharpProject.dll. Any help here would be greatly appreciated. Thanks! Stephen Tunney SQA Lead Resume