Re: [NAnt-users] Can NAnt be used to get files from source control?

2011-05-27 Thread Ryan Anthony
In a normal setup I believe using CruiseControl.NET or Hudson would be what you're looking for, which would then be used to run the NAnt script after getting latest. R -- Ryan Anthony IO Practiceware ranth...@iopracticeware.com On Fri, May 27, 2011 at 2:51 PM, Thierry Lach wrote: >

Re: [NAnt-users] Building vb6 projects in NAnt

2008-10-14 Thread Ryan Anthony
The NAnt Contrib project (http://nantcontrib.sourceforge.net/) has a vb6 task that might be what you're looking for. R Munawar Rashid wrote: > Hi > > I need to know if there's a niftyt way of building vb6 projects like the > solution task for building vb.net assemblies from the solution file. >

Re: [NAnt-users] Sorting fileset

2007-05-03 Thread Ryan Anthony
I believe the quick and dirty answer is to add a zero in front of each single digit number. Ryan Griffin Caprio wrote: > Hello all, > > I am trying to iterate through a directory of files that are > numerically named: > > 1.sql > 2.sql > ... > > Using the foreach task is easy: > > >