Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
tor? Is it real? Is it just another name for "Add"? Is it a fiendishly clever plot to confuse my small brain? ________ Gary McCullough -Original Message- From: M. Scott Ford [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 2:49 PM To: McCulloug

Re: [Nant-users] string::concat?

2004-09-13 Thread M. Scott Ford
Here is an example: ... ... I hope that helps. -Scott McCullough, Gary wrote: I guess I didn’t make it clear that though I called it an expression when in fact it’s an operator, it is indeed the operator I haven’t been able to figure out how to use. So, has anybody used the Concat operator suc

RE: [Nant-users] Trying to use NAnt with mono 0.28

2003-12-31 Thread Scott Ford
0.29 has been out since December 2, see if upgrading helps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Wednesday, December 31, 2003 8:45 AM To: Philip Van Hoof Cc: Jaroslaw Kowalski; [EMAIL PROTECTED] Subject: Re: [Nant-users] Tryin

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
iring Systems Engr.) [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 1:06 PM To: Scott Ford Subject: RE: [Nant-users] task will not compile my C++ project Scott, Unfortunately I cannot send the actual solutions and projects, but I will try to create generic ones. I looked through one o

RE: [Nant-users] task will not compile my C++ project

2003-12-19 Thread Scott Ford
Edwin, I did a little bit of work getting C++ projects to compile, but I identified that what worked for me might not (most likely will not) work for others. Sadly, I have not had a chance to work on this anymore. I really do what to get back to working on it, but I am not sure when I am going

RE: [Nant-users] Problem with solution task

2003-12-17 Thread Scott Ford
:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 11:24 AM To: [EMAIL PROTECTED] Cc: Scott Ford Subject: RE: [Nant-users] Problem with solution task Hi Scott I tried with build of 2003-12-13 but with the same results. Some further investigation revealed the following: The main difference

RE: [Nant-users] Problem with solution task

2003-12-15 Thread Scott Ford
Tony, Many solution task bugs have been fixed since then. Did you try this in the nightly build? -Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, December 15, 2003 8:07 AM To: [EMAIL PROTECTED] Subject: [Nant-users]

RE: [Nant-users] MSBuilds bashing the foundation of Nant?

2003-12-03 Thread Scott Ford
Dianna, I have read a lot of talk about MSBuild here before, and none of it has given me the impression that MSBuild will "bash the foundation of NAnt." In fact, I think that the two environments will complement each other very well. Both will have very similar features. And they may be able to wo

[Nant-users] MSITask Problem

2003-10-22 Thread Scott Ford
Hi, I am not sure if this should be asked here or on the nantcontrib list, so I will try here first. I am able to build an installer just fine with the MSI task, but that installer will not run. I am storing several .NET assemblies in the MSI, and the MSITask is generating a separate component fo

RE: [Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Scott Ford
Handle by Sysinternals is a good free app that will show you what process has the dll locked (if any). I use this all the time. (Sorry for the plug, I am in no way affiliated with www.sysinternals.com) -Scott -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: W

RE: [Nant-users] Logging failures or successes

2003-10-15 Thread Scott Ford
Nicklas, A quick and dirty work around for your problem would be set an environment variable or create and empty file that represents success or failure. The second nant process could then use that variable/file to determine whether or not to mail the log. -Scott -Original Message- From:

RE: [Nant-users] Re: VSvars

2003-10-13 Thread Scott Ford
Title: RE: [Nant-users] Re: VSvars Derek, Thanks a lot! That did the trick. Should the exec task check for this? I think that the problem, however, is with the implementation of the Process class. Thanks again, -Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

[Nant-users] Exec task with vsvars32.bat

2003-10-13 Thread Scott Ford
I am pulling my hair out over this one. I have stepped through the code and I cannot see anything that would cause this to fail, but for some reason it does not work. I am able to run the batch file from Start->Run just fine. I have also tried many variations, without trailing "\" on the path and w

FW: [Nant-users] nant-0.8.3-rc2 does not build?

2003-08-03 Thread Scott Ford
Ian, The documentation suggested that building nant was the best way to see if nant was working. Is this no longer the case? from http://nant.sourceforge.net/help/introduction/fog41.html 1. Download the latest release .