RE: [Nant-users] and help needed.

2004-01-10 Thread Nick Varacalli
Figured out the answer to my own question. Have to assign the variable to an intermediate one. Working snippet: Nick http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Varacalli Sent

RE: [Nant-users] 0.8.4 -projecthelp was (no subject)

2004-01-10 Thread Nick Varacalli
te: >I am also experiencing this problem. This was working on daily builds from >November as I recall. > >Kevin Dickover > > >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Nick Varacalli >Sent: Wednesday, January 07, 2004

[Nant-users] and help needed.

2004-01-07 Thread Nick Varacalli
.Net Framework 1.1. Nick Varacalli http://www.varacalli.com --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes o

[Nant-users] File Counts In Nant 0.84

2004-01-07 Thread Nick Varacalli
It seems like tasks like and will copy one file, yet report that they deleted 0 files. Anyone notice this? Nick http://www.varacalli.com --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration M

[Nant-users] (no subject)

2004-01-07 Thread Nick Varacalli
Does nant -projecthelp work for anyone else? It only prints out the project description, not the list of targets. Running 0.84 Release, .Net Framework 1.1, Nick http://www.varacalli.com --- This SF.net email is sponsored by: Perforce Softwar

RE: [Nant-users] How to compare two property values

2003-11-13 Thread Nick Varacalli
I've been wondering about this too. The ideas I've come up with are: 1) Use script. 2) Write an task. I don't know if there's anything better... Nick http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Perkin Sent: Thursday,

RE: [Nant-users] Setting Build Fail flag when Devenv encounters an error

2003-11-11 Thread Nick Varacalli
We are currently using exec to launch devenv also (moving to the solution task is on my plate for eventually). The way we test whether or not the compile failed is to use the task on each output file after devenv is done (we delete the files before invoking devenv). Hope that helps. Nick http://w

RE: [Nant-users] NAnt support of DOCTYPE/ENTITY

2003-10-23 Thread Nick Varacalli
PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] NAnt support of DOCTYPE/ENTITY I tried that, but Nant complains that there is more than one root node in the file if there is more than a single property set. -mark -Original Message- From: Nick Varacalli [mailto:[EMAIL PROTECTED

RE: [Nant-users] NAnt support of DOCTYPE/ENTITY

2003-10-21 Thread Nick Varacalli
Look at the task in the NAnt help. Nick Varacalli http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Colburn Sent: Tuesday, October 21, 2003 17:53 To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt support of DOCTYPE/ENTITY

[Nant-users] Truly and Utterly The Most Minor Nit Possible

2003-10-12 Thread Nick Varacalli
--- Buildfile: file:///C:/Playpens/development/web-sites/mysite/mysite.build Base Directory: C:\Playpens\development\web-sites\mysite. --- * First line doesn't end in a period. Second does. * Why not use file:///C:/Playpens/development/web-sites/mysite as the directory? Nick Varacalli

[Nant-users] Build Log Files

2003-10-10 Thread Nick Varacalli
When a build is running it locks the log file for reading. Is it possible to lock it only for writing? Sometimes, it would be nice to check the build on a remote machine that you have filesystem, but not display access to. Nick Varacalli

RE: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Nick Varacalli
Also, is there a limitation on the size of the file? All my mail bodies are truncated at ~ 64K. Is this a limitation of string, mail, or something else? Thanks Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Varacalli Sent: Wednesday, October

RE: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Nick Varacalli
] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Tuesday, September 30, 2003 13:49 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [Nant-users] Nant Plain Text Logging > - Original Message - > From: "Nick Varacalli" <[EMAIL PROTECTED]> > To: &

[Nant-users] Nant Plain Text Logging

2003-09-30 Thread Nick Varacalli
is that I start running into circular dependencies. Any good pointers on how to organize large build files/projects? Thank You in advance. Nick Varacalli --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://t

RE: [Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Nick Varacalli
The first time I tried something like this, I got tripped up because the copy task only copies *newer* files. Could your timestamps be at issue? Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arif Mohammed Sent: Tuesday, September 23, 2003 23:46 To:

[Nant-users] task timing out.

2003-09-22 Thread Nick Varacalli
rogramBase, and I couldn't find a suitable overload for GetResponse.) Currently, I'm using the workaround of: http://localhost/crawler.aspx?out=logfile.txt"; failonerror="false"> Nick Varacalli --- This sf.net emai

RE: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Nick Varacalli
k >to false: > This doesn't handle the case where the file is locked by another process and you legitimately can't delete the file. Your build will succeed incorrectly. You can do: Nick Varacalli --- This sf.net email is s

[Nant-users] Questions

2003-09-20 Thread Nick Varacalli
this to fail with a variable not defined message. Instead: [if] Failed to created task for 'exec' xml element for reason:... 3) I also seem to remember that the task complains about comment tasks. Nick Var

RE: [Nant-users] Getting vs.net 2003 to recognize .build files

2003-09-20 Thread Nick Varacalli
I have also been trying to figure this out, but to no avail. If I don't find a VS.Net solution soon, I will hack nant locally to recognize .xml files as .build files. On a VS.Net related note, is anyone writing any useful macros for editing .build files? Nick -Original Message- From: [EM

RE: [Nant-users] Re: branching in nant

2003-09-06 Thread Nick Varacalli
More generally: a) A variable for the return code of the last task. b) A variable for the output of the last task. c) A way to compare values Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Aliger Sent: Friday, September 05, 2003

RE: [Nant-users] Return values?

2003-08-30 Thread Nick Varacalli
While we're talking about return values, what do people think of something akin to task arguments? We currently do this with properties, but it would be easier to keep large build files tidy if we had something akin to local scope... Nick Varacalli -Original Message-