[Nant-users] How do you register dlls (COM) with or >msi> tasks?

2005-02-28 Thread Whitner, Tom
Title: How do you register dlls (COM) with or >msi> tasks? Thanks, Tom

[Nant-users] checking to see if a directory is empty

2005-02-28 Thread Felice Vittoria
Hello, I have something like this to check to see if a directory is empty: My question is ... is there a way to break the foreach loop if, in this example, filecount = 1? Thanks, Felice --

RE: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Dan Shookowsky > Sent: maandag 28 februari 2005 16:53 > To: Ransel Lopez Mena > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Compiling a bunch of projects > > Nant doesn't inc

[Nant-users] Nant clean and solution

2005-02-28 Thread Dan Shookowsky
I came up with the following solution that seems to work for cleaning trees created from the solution task without having to specify every single project or file. I'm still looking for info on ClearCase tasks, although I imagine that I can execute those with an exec task and ClearTool.

RE: [Nant-users] Format conversion to string with leading zeros.

2005-02-28 Thread Burton, Kevin
Thank you. You learn something everyday. I was not aware of this functionality. This does exactly what I need!   Kevin   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:19 AM To: Burton, Kevin; nant-users@lists.sourceforge.net Subject: RE: [N

[Nant-users] Problem locating referenced files in solution task

2005-02-28 Thread Foster, Richard - PAL
Greetings all,   I'm not sure if the following represents a problem with NAnt, or just a local configuration problem (I.e. driver error).   Consider the following directory structure:   Root     Project1     bin     Release     Project2     bin     Release    

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Nant doesn't include the compilers. Looking at the nant.exe.config file in Nant's bin directory, it's looking for the .NET runtime files in $installRoot and it's also looking for the .NET framework SDK in $sdkInstallRoot. The sdk can be downloaded from Microsoft at: http://www.microsoft.com/down

Re: [Nant-users] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
Is csc.exe available in the bin directory? Perhaps it's a path issue or conflict with the location specified in the nant.exe.config file... On Mon, 28 Feb 2005 08:26:33 -0700, Ransel Lopez Mena <[EMAIL PROTECTED]> wrote: > > > Hello everyone: > > I am new using Nant and I have a problem tha

[Nant-users] Nant, Solution, Slingshot

2005-02-28 Thread Dan Shookowsky
I'm evaluating Nant for use and I was wondering if someone can discuss the current state of the project and its applicability to certain tasks. It appears that you can do anything you want with a hand crafted project, but I'd like to automate as much of the build file as possible. * Clean - Is th

[Nant-users] Compiling a bunch of projects

2005-02-28 Thread Ransel Lopez Mena
Title: Compiling a bunch of projects Hello everyone: I am new using Nant and I have a problem that I am sure is easy to solve (but I don't know how). I don't have a solution, just a bunch of projects from me and all my developers. I am using the solution task to compile my assemblies like t

[Nant-users] Ignore warnings

2005-02-28 Thread Bryan D. Andrews
Can someone tell me how to get nant to ignore such warnings as:   [solution] vbc : Command line warning BC2024 : the default assembly reference 'Microsoft.VisualBasic.dll' has already been automatically added; ignored     Thanks!

RE: [Nant-users] Format conversion to string with leading zeros.

2005-02-28 Thread Bill.Martin
Kevin,   It's probably simpler to do this sort of manipulation with script rather than using NAnt tasks and functions.  Try something like: