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

2010-07-22 Thread subrat agasti
LuntBuild. How do i acces those variables in NAnt script? Regards, Subrat Agasti -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net

[NAnt-users] script to publish installer in luntbuild.

2010-07-11 Thread subrat agasti
Hi, I am using LuntBuild As my CI tool. It does not have support for NAnt script. So I am running a batch file to execute the NAnt script. So everytime i force a built , LuntBuild stores the build related files in*'' \Publish\ProjectName\BuildName\VersionNumber '' *folder. The version number inc

[NAnt-users] installer name

2010-07-07 Thread subrat agasti
Is it possible to have a space in an installer name? like 'Nant Test'. well i am getting an error when i have a space in the name. What do i have to do to resolve it? I have tried using quotes, but it is not working. --