RE: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Noel Gifford
Malcolm or anyone else having questions about building, I hope this helps. I do the following: 1) Install the NAnt zip into directory ( C:\Projects\NAnt-0.85-20040722 ) 2) Install the NAntContrib zip into directory ( C:\Projects\NAntContrib-0.85-20040723 ) 3) Build the NAnt by going to its

Re: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Ian MacLean
Malcolm MacLucas wrote: I'm in the process of setting up a machine just for (currently) NAnt testing, so I'll see what I can do, but I'm more interested in using my time to support a August 4 release, or at least candidate release for Nant 0.85 Currently I'm trying to get a copy of the 7-23 NAnt Bu

Re: [Nant-users] task using

2004-07-23 Thread Gert Driesen
Edwin, What version of NAnt are you using ? The was only aded recently, before a few weeks the elements was named . Gert - Original Message - From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]> To: "Nant-Users" <[EMAIL PROTECTED]> Sent: Saturday, July 24, 2004 1:50

RE: [Nant-users] Possible to do many checkouts with 1 vsscheckout task

2004-07-23 Thread Felice Vittoria
Thanks .. however, I don't want to do $/${project.path}/Components because there's a whole bunch on directories under there and I only want to check out about 5. I could script 5 checkouts, which I don't mind .. however, I was planning to use the fileset, or something like it, so that I can min

[Nant-users] task using

2004-07-23 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I'm trying to do the following: Nothing happens. The only output is get is: copyfile: and nothing else. I'm using the nightly build from 7/11/2004: NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004) T

RE: [Nant-users] Possible to do many checkouts with 1 vsscheckout task

2004-07-23 Thread Gifford, Noel
Felice, Fileset is not a valid element of vsscheckout. The path attribute is required. The script below has the potential to cause problems by overwriting files since both the dir1 and dir2 directories end up in C:\VSS\Test. If the subdirectory structures of dir1 and dir2 are similar/same then y

[Nant-users] console, log4net and NANT

2004-07-23 Thread Steve Burkett
Hello,   I’m a bit confused with how logging works with NANT:    how nant command lines params (like –v+) affect log4net logging   how log4net affects stdout logging   Is the answer that standard build logging is stdout (not using log4net) with a verbose mode,   and log4net is res

[Nant-users] Possible to do many checkouts with 1 vsscheckout task

2004-07-23 Thread Felice Vittoria
Hello, I am trying to checkout multiple directories with 1 vsscheckout task. So .. I have something like this: When I try this out I will get the following error: 'path' is a required attribute of I was wondering .. can something like thi

[Nant-users] Question with MSI task

2004-07-23 Thread Gifford, Noel
[mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 1:18 PM To: Gert Driesen; Noel Gifford; [EMAIL PROTECTED] Cc: James Geurts Subject: RE: [Nant-users] Error with MSI task Gert, I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the specific error with the resources. The docume

Re: [Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Malcolm MacLucas
Ok first, I a mistake in my original post, there is no 7-23 build of nant, there is a 7-22 build, that's the one I used. I used the 7-23 build of NAnt Contrib. I installed it into the previously mentioned program files\nant directory and the I ran the NantContrib.build nant -buildfile:NAntContri

[Nant-users] msi-task -- uninstall not uninstalling all components

2004-07-23 Thread Ted Quinby
I have an msi task that successfully creates an installation package. Within the package, I have several components that install vtk (third-party) dlls. The installation executes just fine -- everything in the right place. However, when I uninstall the application, one out of 11 or so files f

[Nant-users] 0.85 release candidate by August 4th

2004-07-23 Thread Malcolm MacLucas
I'm in the process of setting up a machine just for (currently) NAnt testing, so I'll see what I can do, but I'm more interested in using my time to support a August 4 release, or at least candidate release for Nant 0.85 Currently I'm trying to get a copy of the 7-23 NAnt Build to install on my br

Re: [Nant-users] Post-Build Events causing task to fail

2004-07-23 Thread Gert Driesen
John, Can you provide a small repro for this issue ? Thanks, Gert - Original Message - From: "John Ludlow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 5:32 PM Subject: [Nant-users] Post-Build Events causing task to fail Hi, there I have a solution which g

RE: [Nant-users] -D:param Missing a value

2004-07-23 Thread Merrill Cornish
Martin, Either I don't understand your reply, or I didn't make myself clear. Let me give an example: My NAnt script takes an optional boolean command line parameter named "simulator" which defaults to false. In the script, I check property::exists('simulator'). If it is false, meaning the us

RE: [Nant-users] Error with MSI task

2004-07-23 Thread Gifford, Noel
rt Driesen; Noel Gifford; [EMAIL PROTECTED] Cc: James Geurts Subject: RE: [Nant-users] Error with MSI task Gert, I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the specific error with the resources. The documentation doesn't tell the order that the nested elements need to be i

RE: [Nant-users] Error with MSI task

2004-07-23 Thread James Geurts
MAIL PROTECTED] Sent: Friday, July 23, 2004 1:18 PM To: Gert Driesen; Noel Gifford; [EMAIL PROTECTED] Cc: James Geurts Subject: RE: [Nant-users] Error with MSI task Gert, I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the specific error with the resources. The documentation doe

RE: [Nant-users] Error with MSI task

2004-07-23 Thread Gifford, Noel
Gert, I downloaded your fixes (NantContrib-0.85-20040723) and it fixed the specific error with the resources. The documentation doesn't tell the order that the nested elements need to be in. I had to move the before the . The documentation specifies a element, but the script requi

RE: [Nant-users] Post-Build Events causing task to fail

2004-07-23 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Sounds like the task should know how to create (and execute) a shell script (batch file in Windows) to run build events for C++. There are 3 build events: Pre-Build, Pre-Link, and Post-Build. Then there is also a Custom Build step. My projects would fail to compile because almost all of them have

RE: [Nant-users] -D:param Missing a value

2004-07-23 Thread Martin Gainty
Merrill- that concept is incorporated into the 'available' tag here is an example that tests if the destfile actually exists then later on if you want to run that target based on the positive evaluation of the existence of previously defined property HTH, Martin Gainty (cell) 617-852-7822 Fro

[Nant-users] -D:param Missing a value

2004-07-23 Thread Merrill Cornish
Is there a way of detecing in a script that the user has has a command line parameter without a value? For example, "-D:foo" rather than, say, "-D:foo=true". Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterp

[Nant-users] Post-Build Events causing task to fail

2004-07-23 Thread John Ludlow
Hi, there I have a solution which gets built with a task. However, this fails with the following message: [solution] Building 'TestMinorplanetBLL' [debug]... The filename, directory name, or volume label syntax is incorrect. [solution] PostBuildEvent failed with exit code = 1 [solution] Bui

RE: [Nant-users] ComAdmin task?

2004-07-23 Thread Felice Vittoria
Darrel,   I believe they are in NantContrib.   Here's the link:  http://nantcontrib.sourceforge.net/   HTH, Felice -Original Message-From: Darrel Herbst [mailto:[EMAIL PROTECTED]Sent: Friday, July 23, 2004 10:14 AMTo: [EMAIL PROTECTED]Subject: [Nant-users] ComAdmin task?

[Nant-users] ComAdmin task?

2004-07-23 Thread Darrel Herbst
I’ve looked through the .85 tasks and contrib tasks, but I don’t see anything to interact with ComAdmin to be able to shut down/start/delete/register com+ applications.  If you know how to do it with existing tasks, can you point me in the right direction?   Thanks.

Re: [Nant-users] cvs head not building, again?

2004-07-23 Thread Gert Driesen
You should use the one from VS.NET 2003, as I think (not sure) the test is building a managed app. However, I'll modify the test to have it skipped when a version of cl.exe prior to 13.xx. is in the PATH. Gert - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PR

RE: [Nant-users] cvs head not building, again?

2004-07-23 Thread John Cole
Gert, It appears that I have a version 12 of cl first in my path. C:\Documents and Settings\jcole>cl /? Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86 Copyright (C) Microsoft Corp 1984-1998. All rights reserved. It appears to be /Program Files/Microsoft Visual Studi

DISGREGARD: [Nant-users] not building projects in projects.txt

2004-07-23 Thread Felice Vittoria
Never mind .. I found the problem ... I mistyped the directory path. -Original Message- From: Felice Vittoria Sent: Friday, July 23, 2004 9:16 AM To: Nant-Users (E-mail) Subject: [Nant-users] not building projects in projects.txt Hello, I'm using this version of Nant 0.85: NAnt 0.85 (

Re: [Nant-users] not building projects in projects.txt

2004-07-23 Thread Gert Driesen
Felice, Are you sure that the txt file is in the right directory (same as your build file) ? Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Nant-Users (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 4:16 PM Subject: [Nant-users] not building projec

Re: [Nant-users] cvs head not building, again?

2004-07-23 Thread Gert Driesen
John, We are aware of this issue, and I'll fix it some time this weekend. Can you tell me if you have an older version (< 13.xx.) of cl.exe in your PATH ? Gert - Original Message - From: "John Cole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 23, 2004 4:07 PM Sub

[Nant-users] not building projects in projects.txt

2004-07-23 Thread Felice Vittoria
Hello, I'm using this version of Nant 0.85: NAnt 0.85 (Build 0.85.1659.0; net-1.0.win32; nightly; 7/17/2004) I noticed in the documentation that you can do something like: So, I created a projects.txt with only 3 of my projects just to try it out. When I

[Nant-users] cvs head not building, again?

2004-07-23 Thread John Cole
Hey guys, I'm having difficulty building the NAnt cvs HEAD again. I get the following error: [exec] [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test [exec] [exec] Buildfile: file:///C:/src/NAnt/tests/NAnt.VSNet/NAnt.VSNet.

Re: [Nant-users] Error with MSI task

2004-07-23 Thread Gert Driesen
Noel, The problems was that NAnt now runs on the .NET Framework 2.0 by default (if available), and the msi schema was written to a resources file (using the xsd task, which used ResourceWriter for this). The resulting resources file was tied to the framework on which NAnt was running (which is .NE