RE: [Nant-users] VB6 build dependencies

2004-10-18 Thread Subbu Balakrishnan
Hi Christian I expect to support our VB6 product for some time to come so the need won't disappear overnight! I have a few ideas that I might put to you - once I have managed to make them comprehensible and cohesive! Thanks for your support in any case ... Regards Subbu -Original Message---

RE: [Nant-users] Some problems with and tasks

2004-10-18 Thread Clayton Harbour
Hi Nicola, > -Original Message- > From: Nicola Iuretigh [mailto:[EMAIL PROTECTED] > Sent: October 18, 2004 7:46 AM > To: [EMAIL PROTECTED] > Subject: Re:[Nant-users] Some problems with and > tasks > > > Hello Clayton... > > > I think the most recent test is because you do not have a

[Nant-users] Request: Task tlbimp: make 'output' attribute optional

2004-10-18 Thread Eduardo Garcia-Prieto
Hi, I wanted to suggest a change to the tlbimp task: I wanted to use the tlbimp task pretty much as I would use the tlbimp.exe utility at the command line. However, one difference I noticed between the Nant task and tlbimp.exe is that the output file is a required attribute in the task, whereas

[Nant-users] Writing a custom function using VB script

2004-10-18 Thread Eduardo Garcia-Prieto
Hi, Does anyone have a working example of how to write a custom function using VB script? I tried to write an VB equivalent for the following custom function in C# but just couldn't get it to work. I'm wondering if there was problem applying the Function attribute as this requires the '<' '>'

RE: [Nant-users] Auto incrementing build numbers

2004-10-18 Thread christian . duhard
Do you know of a better example? What is the format of the text file? There are no examples in the docs. Christian Duhard [EMAIL PROTECTED] Convergys Corporation (204) 833-8644 "Troy Laurin" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/04/2004 10:14 PM                 To:        "Ti

Re:[Nant-users] Some problems with and tasks

2004-10-18 Thread Nicola Iuretigh
Hello Clayton... > I think the most recent test is because you do not have a project checked out > to the C:\Temp directory (i.e. no CVS folders and therefore no CVS\Root folder). > One solution that might fix this is to wrap your update task in a check to see > if the project > exists. Another s

RE: [Nant-users] Some problems with and tasks

2004-10-18 Thread Clayton Harbour
Hi Nicola, Thanks for resending, I must have missed this the first time around. I think the most recent test is because you do not have a project checked out to the C:\Temp directory (i.e. no CVS folders and therefore no CVS\Root folder). One solution that might fix this is to wrap your upda

Re: [Nant-users] Boolean evaluation

2004-10-18 Thread Gert Driesen
> - Original Message - > From: "Thibaut Barrère" <[EMAIL PROTECTED]> > To: "Bart Read" <[EMAIL PROTECTED]> > Cc: "Felice Vittoria" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Monday, October 18, 2004 11:47 AM > Subject: Re: [Nant-users] Boolean evaluation > > The way Felice wrote it

Re: [Nant-users] Boolean evaluation

2004-10-18 Thread Thibaut Barrère
The way Felice wrote it work as well, so both ways do the job , single "=" and double "==". I suppose the single equal is working correctly here because properties cannot be reassigned in NAnt, otherwise this would assign the tested property just like in C/C++. cheers Thibaut On Mon, 18 Oct 200

Re: [Nant-users] Some problems with and tasks

2004-10-18 Thread Nicola Iuretigh
Any suggestion for this problem? Thank you very much, Nicola - Original Message - From: "Nicola Iuretigh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 2004 6:29 PM Subject: [Nant-users] Some problems with and tasks > Hi! > > I am conti