[NAnt-users] Nant build traversing directories

2006-05-16 Thread Morpheous
I am a NANT newbie. I would like to use NAnt to automate my build processes but have come unstuck. I have several projects under a /src directory. There is some inter-dependencies between some projects. I want to have to have two build scripts as ff: 1). one main build file (say /src/main.build

RE: [NAnt-users] Nant build traversing directories

2006-05-16 Thread Craig Wagner
ncies). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Morpheous Sent: Saturday, May 06, 2006 6:20 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Nant build trave

Re: [NAnt-users] Nant build traversing directories

2006-05-15 Thread Gary Feldman
Morpheous wrote: 1). one main build file (say /src/main.build). 2). A single build file for each project ( say /src/project1/project1.build) The main build file will traverse each of the folders under the /src/* directority, and execute any *.build it encounters in the directory. (i.e the indi