Yes, that was an excellent article and it was written by John I believe. Ant is great for deployment and I use it to automate testing as well. I use Ant with DBUnit and Canoo Webtest to test my codebase against CFMX/BD, on Window/Linux, with MSSQL/MYSQL/Oracle/Cloudscape databases. I can test all of those configurations by running one Ant script.
-Phil On Sun, 26 Sep 2004 00:22:29 -0400, Qasim Rasheed <[EMAIL PROTECTED]> wrote: > I would strongly agree with John's suggestion about using ANT during > deployment as it will give you a reproducible process with little or > no chance of errors. There was an excellent article about using ANT is > some previous version of CFDJ. > > My 0.02 cents > > On Sat, 25 Sep 2004 21:46:40 -0400, John Paul Ashenfelter > > > <[EMAIL PROTECTED]> wrote: > > Jim Mattson wrote: > > > > >Right already thought of that. Unfortunately that is not an option with the ISP. > > > > > >Looks like search and replace it is. Thanks Nando > > > > > > > > If this is mainly a deploy-time issue, you could take a look at Ant (the > > "standard" java build tool -- an Apache project). It's simple to > > *automate* the search and replace (using filters in Ant) which can > > certainly reduce the human error factor. > > > > -- > > > > Regards, > > > > John Paul Ashenfelter > > CTO/Founder Transitionpoint > > [EMAIL PROTECTED] > > > > > > > > > > ---------------------------------------------------------- > > You are subscribed to cfcdev. To unsubscribe, send an email > > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > > in the message of the email. > > > > CFCDev is run by CFCZone (www.cfczone.org) and supported > > by Mindtool, Corporation (www.mindtool.com). > > > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL > > PROTECTED] > > > > > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' > in the message of the email. > > CFCDev is run by CFCZone (www.cfczone.org) and supported > by Mindtool, Corporation (www.mindtool.com). > > An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED] > ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
