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:
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
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
I'm trying to use Jscript with the
task and am having unexplained problems.
My build file has this target
defined:
Shelly Midha wrote:
I've defined a property as follows in a
property file:
There can be other options that I want
to include in the list.
I want to use the added options in the
filelist as mention in the following task, wherein I'm mentioning each possible
option explicitly.
I've defined a property as follows in a
property file:
There can be other options that I want
to include in the list.
I want to use the added options in the
filelist as mention in the following task, wherein I'm mentioning each possible
option explicitly.
Is the