RE: [Nant-users] building a directory of executables

2004-07-19 Thread k l
Troy, Thanks a lot, this did help / works great for my purposes. Your message also led me to finding the online docs(http://nant.sourceforge.net/nightly/help/) for the nightly builds -- another useful resource. Cheers, Kamen --- Troy Laurin <[EMAIL PROTECTED]> wrote: > > Is there an elegant

RE: [Nant-users] building a directory of executables

2004-07-19 Thread Troy Laurin
> Is there an elegant way to do this with NAnt? > The csc task seems to have a single target so I was thinking > of using foreach with a File iteration but the filename > property gives me the full path and I just need part of the > full name e.g. RandomName1 . Any suggestions will be appreciate