[NAnt-users] Including build files to another build files

2006-11-06 Thread Rajiv Srivastava
Hi There, I want to declare all the variables in one file and include that file across the build script. Have following queries.1. Is it possible? 2. If no, is there any workaround to achieve the same?What I know that if I call one build file from other ones, so the called build files

Re: [NAnt-users] NAnt VS 2005 Intellisense

2006-11-29 Thread Rajiv Srivastava
Hi There, I applied the below settings i.e. 1. Placed the nant.xsd file from C:\Program Files\nant\schema to E:\Program Files\Microsoft Visual Studio 8\Xml\Schemas 2. and created a new registry entry build with value 29 at

Re: [NAnt-users] NAnt VS 2005 Intellisense

2006-12-01 Thread Rajiv Srivastava
Thank you all for your pointer! It's working now.. Thanks! Rajiv Kr. Srivastava Tony McCreath [EMAIL PROTECTED] wrote: I eventually got it working. First make sure you define your xmlns in the project element... Then you can tell studio where the schema file is by adding a

[NAnt-users] Best practices for NANT

2006-12-01 Thread Rajiv Srivastava
Do we have best practices documents of NANT on windows which one should follow while framing their build process ? For example, there should be one default.build file for every module or solution, there should be one target, rebuild, which will call all other targets etc.. Thanks! Rajiv

[NAnt-users] NANT and NANTContrib which one to use

2007-04-16 Thread Rajiv Srivastava
Hi There, I am new to NANT and need your guidance! I am confused between zip files of NANT and NANTContrib. Which one should I use for my build process. I read that NANTContrib contains those tasks which are not available with NANT. Now if I place NANTContrib, what about those tasks

[NAnt-users] NANT 0.86 Solution tasks shows error.for VS2005 web application projects

2007-04-23 Thread Rajiv Srivastava
Hi There, I just downloaded NANT nightly build and re-placed my NANT ver 0.85 with downloaded one i.e. NANT 0.86 with the hope of executing solution task for my web services solution file written using VSNET 2005. I had heard that unlike VS 2003, we do not have to provide URL for the web

Re: [NAnt-users] NANT 0.86 Solution tasks shows error.for VS2005 webapplication projects

2007-04-24 Thread Rajiv Srivastava
for this, and attach a small repro ? Thanks ! Gert - From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Srivastava Sent: maandag 23 april 2007 12:33 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NANT 0.86 Solution tasks shows error.for

[NAnt-users] Passing aruguments to a target (NANT 0.86)

2007-04-30 Thread Rajiv Srivastava
Hi There, Does NANT provides the functionality of passing arguments to targets? We have some 40 solution files and we are developing build file for each solution. Also, we are using solution tasks within trycatch block and we want to shoot a mail in catch block for every

[NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Rajiv Srivastava
Hi There, Does NANT supports Windows 64 bit comilation? I have written build script using NANT 0.86 for 32 bit windows ( Visual Studio 2005, .NET 2.0) but have to spit out 64 bit output as well from the already written build script. Is there any avenue where I can just true some

Re: [NAnt-users] Does NANT support 64bit compilation on Windows?

2007-05-01 Thread Rajiv Srivastava
the platform attribute on the csc task to specify the platform you wish to target (eg. x86, x64, ...). Gert - From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajiv Srivastava Sent: dinsdag 1 mei 2007 9:13 To: nant-users

[NAnt-users] System access violation error with MSBUILD tasks

2008-04-02 Thread Rajiv Srivastava
Hi there, I have a virtual machine on which when we compile the code using NANT 0.85, we are facing the below error.. [msbuild] Unhandled Exception: System.AccessViolationException: At tempted to read or write protected memory. This is often an indication that other memory is corrupt. Looks