RE: [Nant-users] NAnt script and Xml command file integration

2005-05-05 Thread Bevan Arps
Hi Sandeep. I've done something similar to what you describe - but entirely in NAnt. No external configuration file. I can't post my .build file, but it worked something like this: First, create targets that set properties to describe your target environments. In my case, I had these targets:

Re: [Nant-users] NAnt script and Xml command file integration

2005-05-05 Thread Gary Feldman
Sandeep wrote: I need to deploy my application to various environments using a central build server. I have created sample xml that list the files/folders to be copied in each environment. I want to call this XML file though NAnt and use Nant script to run copy task based on the folders specif

[Nant-users] NAnt script and Xml command file integration

2005-05-05 Thread Sandeep
Hi,   I need to deploy my application to various environments using a central build server. I have created sample xml that list the files/folders to be copied in each environment.   I want to call this XML file though NAnt and use Nant script to run copy task based on the folders specif

[Nant-users] How to use

2005-05-05 Thread Norman Morse
I'm trying to use Jscript with the task and am having unexplained problems.