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 l
he 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@lists.sourceforge.net
Subject: [NAnt-users] Doe
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 fla
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 block and we want
to shoot a mail in block for every solution..something like
r 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 tasks shows error
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 s
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
whic
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
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 cat
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
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0
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
11 matches
Mail list logo