Re: [NAnt-users] Query: Specifying the compiler version to use forcompilation task

2007-04-17 Thread Gert Driesen
: dinsdag 17 april 2007 19:56 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Query: Specifying the compiler version to use forcompilation task Greetings ! How do I compile against a specific version of the compiler ? For example, on my local system, I have .Net framework version 1.1 as

[NAnt-users] Query: Specifying the compiler version to use for compilation task

2007-04-17 Thread Partha Sarathi Mukhopadhyay
Greetings ! How do I compile against a specific version of the compiler ? For example, on my local system, I have .Net framework version 1.1 as well as 2.0. How do I specify a build script to compile using the VBC 1.1 compiler ? Best Regards, Partha http://blogs.ittoolbox.com/visualbasic/

Re: [NAnt-users] Query regarding nant contrib and Installshield.

2006-11-29 Thread Craig Wagner
Sent: Wednesday, November 29, 2006 9:16 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Query regarding nant contrib and Installshield. santosh wrote: > > I have a query since I have created a MSI file with nantContrib and > need to do some modification through install shie

Re: [NAnt-users] Query regarding nant contrib and Installshield.

2006-11-29 Thread Gary Feldman
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

Re: [NAnt-users] Query regarding nant contrib and Installshield.

2006-11-29 Thread William_Martin
t; <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 29/11/2006 04:37 To cc Subject [NAnt-users] Query regarding nant contrib and Installshield. Hello every one, I have a query since I have created a MSI file with nantContrib and need to do some modification

[NAnt-users] Query regarding nant contrib and Installshield.

2006-11-28 Thread santosh
Hello every one, 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 find any solutio

[NAnt-users] Query

2006-06-01 Thread Nagesh, C.L.
Hi All,    Actually i am new to NANT. My issue:- My issue is that i have to deploy a webapplication in my server. I want a database to be created on the server when i deploy the application in my server through msi. Can i do the above task? i.e, can i include sql scripts to create datab

[NAnt-users] Query

2006-05-29 Thread Nagesh, C.L.
Hi,     I am new to the usage of NANT. Can anybody suggest me any good document in net or any book which starts NANT from the scratch. Thanks in Advance.-- Thanks and RegardsNagesh.CL

RE: [Nant-users] Query process

2005-08-12 Thread Bill_Martin
      To:                 cc:                 Subject:        RE: [Nant-users] Query process Here's a short script I've written to query if a process called 'Flash' is running.  It's very complex but just for completeness I thought I'd post it back.   Martin.         </fo

RE: [Nant-users] Query process

2005-08-12 Thread Martin Thornalley
ace=Arial><span style='font-size: 10.0pt;font-family:Arial;color:navy'>        }</span></font></p> <p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size: 10.0pt;font-family:Arial;color:navy'

RE: [Nant-users] Query process

2005-08-11 Thread Andy Maggs
D]; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Query process Hi Martin,   We use a script task to write to the registry as follows:   <BR>    <imports><BR>    <import namespace="Microsoft.Win32" /><BR></imports><BR>  

RE: [Nant-users] Query process

2005-08-11 Thread Andy Maggs
key.Close();<BR>    }<BR>   }<BR>  }<BR>     ]]><BR></code></FONT></SPAN></DIV> <DIV><SPAN class=530531416-11082005><FONT face=Tahoma color=#ff size=2> Kind Regards   Andy Maggs From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin ThornalleySent: 11 August 2005 12:49To: nant-users@lists.sourceforge.netSubject: [Nant-users] Query process Is there a way with either a NAnt task or a NAntContrib task to query if a particular process is running?   Thanks, Martin

[Nant-users] Query process

2005-08-11 Thread Martin Thornalley
Is there a way with either a NAnt task or a NAntContrib task to query if a particular process is running?   Thanks, Martin

Re: [Nant-users] Query about function file::up-to-date in latest nightly build

2004-03-17 Thread Gert Driesen
No, will definitely not be deprecated. Gert - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Zigomanis, Nick" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March

Re: [Nant-users] Query about function file::up-to-date in latest nightly build

2004-03-17 Thread Ian MacLean
From: "Zigomanis, Nick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 3:46 AM Subject: [Nant-users] Query about function file::up-to-date in latest nightly build Hi all, I've got the latest night build of nant and nant-contrib (than

Re: [Nant-users] Query about function file::up-to-date in latest nightly build

2004-03-17 Thread Gert Driesen
: <[EMAIL PROTECTED]> Sent: Thursday, March 18, 2004 3:46 AM Subject: [Nant-users] Query about function file::up-to-date in latest nightly build Hi all, I've got the latest night build of nant and nant-contrib (thanks to all who helped). I've made some changes to my build files and

[Nant-users] Query about function file::up-to-date in latest nightly build

2004-03-17 Thread Zigomanis, Nick
Hi all, I've got the latest night build of nant and nant-contrib (thanks to all who helped). I've made some changes to my build files and included some of the functionality of 0.85 that I was after. So far, everything is working well. I have a bit of a query about, although it is not really a p