Don't forget xmlns ...
http://nant.sf.net/nightly/2006-03-08-0.85/nant.xsd";>
-Alan
Original Message Follows
From: Rajiv Srivastava <[EMAIL PROTECTED]>
To: nant-users@lists.sourceforge.net
CC: [EMAIL PROTECTED]
Subject: Re: [NAnt-users] NAnt & VS 2005 Intellisense
Date: Wed, 29 Nov 2006
You'll need to download the InstallShield StandAlone builder. You also
need to copy the merge modules to the build machine. Then you can set up
an task like the following.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Feldman
Sent: Wedne
santosh wrote:
>
> I have a query since I have created a MSI file with nantContrib and
> need to do some modification through install shield like adding Com+
> Component, Creating Database and after doing modification I want
> rebuild that MSI through install shield.
>
>
>
> I am unable to fin
Michael Jervis wrote:
> If one or more lines contains fail, I want to fail the build, but only
> after I've looped all rows and printed out the fails, so my build log
> email will look like:
>
> [echo] Change 1 failed
> [echo] Change 87 failed
> [echo] Change 987 failed
> [fail] Build failed, one o
Hi,
OK, I've now got my code that loops through the log file looking for
lines with fail in working (thanks guys). Now, I want to expand on
that.
If one or more lines contains fail, I want to fail the build, but only
after I've looped all rows and printed out the fails, so my build log
email will
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
Gert Driesen <[EMAIL PROTECTED]> wrote:
> Wrong list; please post this message to one of the NUnit lists
> instead.
Arg. My apologies to the list. "I chose...poorly" from my address
book.
-
Take Surveys. Earn Cash. Infl
Can whoever has access drop this broken subscription address? It's
annoying to get these messages for every message I post...
-- Forwarded message --
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: 29-Nov-2006 08:37
Subject: Returned mail: see transcript for details
To: [EMAIL P
If you are using the task to create the install set in the first
place, why do you need to pot process it with InstallShield? Why not just
do the COM+ and database stuff in your NAnt script for the task?
Registering COM+ components in fairly trivial in a custom action using the
installutil d