[NAnt-users] how to access environment variable in NAnt

2010-07-22 Thread subrat agasti
Hi, i am using Luntbuild as CI tool for my project. I want to copy the resulting installer to artifact directory of the appropriate version. I am using NAnt script to build my solution and create the installer. How do i do that? i am setting the artifact directory path as environment variable in

Re: [NAnt-users] how to access environment variable in NAnt

2010-07-22 Thread William_Martin
Use the environment::get-variable function. http://nant.sourceforge.net/release/latest/help/functions/environment.get- variable(System.String).html Cheers, Bill _ From: subrat.w...@gmail.com [mailto:subrat.w...@gmail.com] Sent: 22 July 2010 08:59 To:

Re: [NAnt-users] how to access environment variable in NAnt

2010-07-22 Thread Martin Gainty
Good Afternoon Apache Ant implments a scope attribute to identify the variable duration. For Example: Request: Variable is valid for only the request that browser sends to server Page: Variable is valid when used only within the confines of the web page Application: Variable is set thru