[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] Compiling a bunch of projects

2005-02-28 Thread Dan Shookowsky
> > I downloaded the Nant latest version and followed all the installation steps, > but I don't see any compiler in the nant\bin folder (not csc, vbc or > anything). Where do I get them from?? Is there anything else I need??? > > Thanks > ransel > > -Original Mes

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