As a development engineer for some 24 years now, I have used many different build tools. "make" serves me very well as does "ant". As someone stated earlier in this thread, there are MANY ways to build software and automated "build and deploy" have been around for 20+ years. None of these concepts are new however, tools change and evolve (hopefully for the better) There are pro's and con's to every tool set. I think the issue with this individual may be a lack of understanding of the tool. What needs to be done is to bring this individual into the fold and make them a productive contributor to the project (that said, this is not always possible). To do this, it may take some "good old" mentoring. Are there other developers that this individual respects? Perhaps some of these folks could take time out to work with him. Understand that developers are often under pressure to deliver quickly and he may feel that learning a new tool will take more time and effort than he is comfortable with. There is something to be said for the adage: "If it ain't broke, don't fix it" However, "you can teach an old dog new tricks" :)
Best of luck to you. Regards, Bob Barrett -----Original Message----- From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 11:11 AM To: Ant Users List Subject: Re: winning the case for ANT What do they propose? What type of projects are you going to build? Even though I am using ANT everywhere, other people successfully use VisualStudio to build their projects. Maybe your coworkers' ideas have merits. Long time ago we tried to use Make to build our projects and soon we hit a command line length restriction. ANT handles most of the complexity while still allowing to run external commands. - Alexey. Andreas Bothner [ MTN - Innovation Centre ] wrote: >Hi all, > > > >I am working in a team of developers, where one developer is completely >against the use of ANT as a build script as he feels that xml should not >be used as a scripting tool. I would like to create an environment >which does automated nightly builds, deployments and execution of tests >with reports. This team members negativity is hampering commitment >towards this goal. > > > >I was hoping there would be somebody who could direct me to a >resource(s) that will strengthen my case for the use of ANT, as I see it >as the perfect tool to achieve this goal and am under the impression >that it is the industry standard for non-proprietary java build tools. > > > >Regards, > >Andreas > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]