[Nant-users] Clover.Net

2004-07-06 Thread Ryan Cromwell
http://www.theserverside.net/news/thread.tss?thread_id=27132   Grab an eval - the demo's are impressive. --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital se

[Nant-users] Checking for non-existent environment variable

2004-07-06 Thread Merrill Cornish
I have used NAnt 0.84 for months. Now I am experimenting with 0.85 using the nant-0.85-20040705.zip nightly build. I need to determine whether an environment variable is set or not. If I do where environment variable XYZ does NOT exist, then it prints ||, which implies that the value

Re: [Nant-users] Curious NAnt behavior with XCOPY

2004-07-06 Thread Gert Driesen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 7:48 PM Subject: [Nant-users] Curious NAnt behavior with XCOPY > Hi, > > I've got a curious problem... > > As part of our build process, I need to copy one directory > full of files recurs

Re: [Nant-users] Need help with

2004-07-06 Thread Gert Driesen
> - Original Message - > From: "Jean-Michel Theriault" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Gert Driesen" <[EMAIL PROTECTED]> > Sent: Tuesday, July 06, 2004 7:15 PM > Subject: RE: [Nant-users] Need help with > I installed the latest NAnt nightly build, and the NAnt contri

[Nant-users] Curious NAnt behavior with XCOPY

2004-07-06 Thread Greg_Delozier
Hi, I've got a curious problem... As part of our build process, I need to copy one directory full of files recursively to another location. I can think of several ways to approach this problem, but none of them are quite satisfactory. 1. As far as I can tell by reading and experience, the t

Re: [Nant-users] NUnit2 referencing a fileset

2004-07-06 Thread Gert Driesen
Phil, This is now fixed in cvs. Gert - Original Message - From: "Phil Knight" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 4:54 PM Subject: [Nant-users] NUnit2 referencing a fileset > I've been experimenting with the way we are including NUnit testing in our

RE: [Nant-users] Need help with

2004-07-06 Thread Jean-Michel Theriault
I installed the latest NAnt nightly build, and the NAnt contrib as well. I’m not getting errors from the mail task anymore but I don’t get the email anymore either. I get this error:   Task is deprecated.  Use functions instead.   Here is the code :   What should I change in there

Re: [Nant-users] Most Stable Nightly Build

2004-07-06 Thread Malcolm MacLucas
I've been using the May 25th release with good results, it's the one I would recommend. I only started playing with NAnt in February. With the "found 2004, expected 2003" error, I have NEVER been able to get the "stable" release to work. A good technical writer could make bank by writing a NAn

[Nant-users] NUnit2 referencing a fileset

2004-07-06 Thread Phil Knight
I've been experimenting with the way we are including NUnit testing in our NAnt scripts. In particular I'm trying to separate out the definition of the specific assemblies to test from the actual test target by means of a fileset. I've created something like the following:

[Nant-users] Re: stcheckout - unknown task or datatype

2004-07-06 Thread John Ludlow
> Thank you. I now get passed the initial error and receive a different > one. Any idea what is causing this? What version of Starteam do you use? It it version 5.3 or later? If so, then it doesn't support NAnt, as the names of the dlls in Starteam have changed. Until the NAnt boys come up w

Re: [Nant-users] Problems with ChartFX licensing...

2004-07-06 Thread Richard Sbarro
I'm pretty sure it's embedding the licenses file correctly, since 1) the resulting .exe is larger and 2) it actually works on a machine that doesn't have ChartFX installed! =] Actually, I saw that some people used that approach in a few other places while I was trying to resolve this issue.  I

Re: [Nant-users] Problems with ChartFX licensing...

2004-07-06 Thread Gert Driesen
- Original Message - From: "Richard Sbarro" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 3:29 PM Subject: Re: [Nant-users] Problems with ChartFX licensing... > Gert, > > Yes, I am able to compile the licenses.licx file with

Re: [Nant-users] Problems with ChartFX licensing...

2004-07-06 Thread Richard Sbarro
Gert, Yes, I am able to compile the licenses.licx file with the lc.exe command line tool.  Actually, after reading your response I was able to get my build working. Two important things I found were that for some reason for the ChartFX assembly, even though it was in the GAC, I had to explici

RE: [Nant-users] stcheckout - unknown task or datatype

2004-07-06 Thread Shawn Knowles
Thank you. I now get passed the initial error and receive a different one. Any idea what is causing this? --- System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMExceptio

Re: [Nant-users] stcheckout - unknown task or datatype

2004-07-06 Thread Gert Driesen
Shawn, You need to copy the content of the NAntContrib bin directory to the NAnt bin directory. Gert - Original Message - From: "Shawn Knowles" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 2:10 PM Subject: [Nant-users] stcheckout - unknown

[Nant-users] stcheckout - unknown task or datatype

2004-07-06 Thread Shawn Knowles
I was unsure where to post this question:   I am attempting to use the STCHECKOUT task in NAntContrib and have been unsuccessful.  I receive the error: “invalid element . Unknown task or datatype.”    I have the StarGate SDK 5.2 installed and have added the bin directory of NAntContrib

Re: [Nant-users] Problems with ChartFX licensing...

2004-07-06 Thread Gert Driesen
- Original Message - From: "Richard Sbarro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 8:53 AM Subject: [Nant-users] Problems with ChartFX licensing... > Hello, > > I am receiving the following error when attempting to add a licenses.licx file to an .exe (us