RE: [Nant-users] Problem with comregister task

2004-10-21 Thread Nick Zigomanis
No probs, I can manage that.   Thanks, Nick.   From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, 22 October 2004 2:02 PM To: Nick Zigomanis; [EMAIL PROTECTED] Subject: RE: [Nant-users] Problem with comregister task   Nick,   Please submit a bug report for

[Nant-users] Problem with comregister task

2004-10-21 Thread Nick Zigomanis
Hi all,   I’ve just upgraded from nightly build 20040814 to 20041006, and there seems to be a problem with the comregister task in the new version.   I have a target which creates a type library which is then registered. This target is called again later on within the same build, but th

[Nant-users] Cant get -buildfile and -find to work together

2004-10-05 Thread Nick Zigomanis
I’ve got a build file in the root of my directory called app.build. Within subdirectories I’d like to do:   nant –buildfile:app.build –find target   and, I’d like it to find app.build, ignoring any other build files of different names it may find as it searches the parent folders.   H

[Nant-users] Depends task does not work like depends attribute of target.

2004-09-30 Thread Nick Zigomanis
Hi all,   I have a target which is invoked many times during a build, called mk.pia.   I’ve found an inconsistency in the way the depends attribute and the depends task work (ie, the documentation for the depends tasks says it should be the same, but it isn’t). If I have:       

RE: [Nant-users] dynamic properties and functions

2004-09-16 Thread Nick Zigomanis
well. I didn't realise that the if could be used in this way. Thanks again, Nick. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 September 2004 5:00 PM To: Gert Driesen Cc: Nick Zigomanis; [EMAIL PROTECTED] Subject: Re: [Nant-users] dynamic prop

[Nant-users] dynamic properties and functions

2004-09-15 Thread Nick Zigomanis
Hi all,   I’m trying to set dynamic properties in my build file as shown below:   name="idl.out.dir" value="${bin.root}\Common" dynamic="true" if="${string::contains(this.idl, 'Source\Common'}" /> name="idl.out.dir" value="${bin.root}\Data" dynamic="true" if="${string::contains(this.

[Nant-users] failonerror="false"

2004-09-09 Thread Nick Zigomanis
Hi all,   The exec task of the nightly build has a resultproperty attribute which stores the exit code of the exec’d program, which can be used when failonereror=”false”.   I’m using failonerror=”false” for a number of other tasks. Is there a similar property or mechanism in which I can

RE: [Nant-users] comregister and silent mode

2004-08-12 Thread Nick Zigomanis
Hi Ian, Thanks for that, and the speedy work! Regards, Nick. -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, 13 August 2004 2:37 PM To: Nick Zigomanis Cc: NAnt Users List (E-mail) Subject: Re: [Nant-users] comregister and silent mode Nick Zigomanis wrote

RE: [Nant-users] comregister and silent mode

2004-08-12 Thread Nick Zigomanis
--Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 August 2004 8:51 PM To: Nick Zigomanis Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] comregister and silent mode Nick Zigomanis wrote: >Is there are way to emulate the /s switch that is passed to regsvr32 >

[Nant-users] comregister and silent mode

2004-08-11 Thread Nick Zigomanis
Is there are way to emulate the /s switch that is passed to regsvr32 with comregister?   For some dll’s I have, a dialog pops up, halting the build. Essentially, I just want to ignore these. The failonerror=”false” does not do the trick.   Thanks, Nick.

[Nant-users] Wildcards with filters?

2004-08-04 Thread Nick Zigomanis
Hi all,   I’m using a filterchain on the copy task. I want to do a replacestring.   Is it possible to use wildcards within the from attribute of the replacestring?   For example, I’m creating a build manifest and  want to do something like:     I’d like the * to match anything be

RE: [Nant-users] XSLT Generated Build File and deprecated uptodatefile attribute

2004-06-22 Thread Nick Zigomanis
Title: Message Yes, it does. And I would just like to state (again), that the deprecated status should be removed from uptodatefile until the function provides the same level functionality. Those deprecated messages are filling my log files!   Regards, Nick.   From: [EMAIL PROT

[Nant-users] Having a problem with the midl task

2004-06-15 Thread Nick Zigomanis
I’m having a problem getting the midl task to work. Within my build file, I have something that looks like:                   When it’s run, I get an error like:   midl : command line warning MIDL1009 : unknown argument ignored "file.IDL" midl : comman

[Nant-users] Capturing the output of a system command

2004-06-07 Thread Nick Zigomanis
Hi all,   I want to run a system command from Nant using the exec task. Is there a simple way to capture the output of that command?   Regards, Nick.

[Nant-users] uptodate files is deprecated

2004-06-05 Thread Nick Zigomanis
Hi all,   The uptodate test warns that it is deprecated, and the new form, file::up-to-date should be used.   I raised this a while ago (I’ve only just gotten back to Nant after a few months), and thought that it was going to be changed.   However, the file::up-to-date cannot process