RE: [Nant-users] newbie first post

2005-02-21 Thread Marc Holmes
://bitarray.co.uk/marc/archive/2005/01/12/373.aspx Hope this helps. Marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Taylor Sent: 21 February 2005 20:08 To: Nant-users@lists.sourceforge.net Subject: Re: [Nant-users] newbie first post Hey Clive, >I

RE: [Nant-users] newbie first post

2005-02-21 Thread Crowhurst,Christian
@lists.sourceforge.net Subject: Re: [Nant-users] newbie first post >As for SQL Server, I wasn't referring to data issues. What I meant was that we >want to create a build that includes all the scripted changes for a SQL Server >release in addition to the usual code release stuff. On

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hey Clive, >I was making the destinction between VB6 outside of .NET but I think you >answered this point by saying that NANT support any language using devenv. >We don't develop Java but there is a mixture of .NET and good-old vb6. We did a lot of that at my old company (but never had a slick

Re: [Nant-users] newbie first post

2005-02-21 Thread stephan
Hi Clive, being a newbie myself, I might have the insights you were looking for . See my remarks inline. [EMAIL PROTECTED] wrote on 21/02/2005 22:55:38: > I'm just about to start an eval of NANT.     A few kick-off questions... > > Right now, I'm unsure of the scope of NANT in terms of how >

RE: [Nant-users] newbie first post

2005-02-21 Thread Bevan Arps
Hi Clive. > I'm unsure of the scope of NANT in terms of how appropriate it is to > a mixed environment with some .NET apps and older legacy VB6 apps - > most apps with SQL Server as a back-end. For what it is worth ... ... I have been using Ant (NAnt's Java oriented cousin) for years to do

Re: [Nant-users] newbie first post

2005-02-21 Thread Merrill Cornish
Clive, I'm not sure I understand you comment/concern about NAnt being too .NET centric. At the pragmatic level, NAnt offers an task which would allow you (as far as I know) to implement any build script that could have been implemented in a DOS batch file. The most obviously NAnt feature to s

Re: [Nant-users] newbie first post

2005-02-21 Thread Chris Taylor
Hi Clive, I'm still kinda new to NANT but I'll try to answer some of your questions as best as I know them (perhaps I'll learn a thing or two while I'm at it). > Right now, I'm unsure of the scope of NANT in terms of how appropriate it is > to a mixed environment with some .NET apps and older le

[Nant-users] newbie first post

2005-02-21 Thread Clive Richardson
I'm just about to start an eval of NANT. A few kick-off questions... Right now, I'm unsure of the scope of NANT in terms of how appropriate it is to a mixed environment with some .NET apps and older legacy VB6 apps - most apps with SQL Server as a back-end. Some of my developer colleagues