Re: [NAnt-users] comregister unregister issue

2008-02-07 Thread Gert Driesen
Hey Bob, No idea actually. Could you send me a repro for this? Or even better: submit a bug report for it ;-) Gert _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: donderdag 7 februari 2008 23:15 To: nant-users@lists.sourceforge.net Subject: [NAnt-user

[NAnt-users] Do u knw ...create an inf file with NAnt...

2008-02-07 Thread dhanuka senaratne
Hi all, Can anybody tell how to crate a .inf file by giving path information via a NAnt script ?..create a text file , not a log output. I am doing a build automation for a Cab project(.NET CF 2.0), (Cabinet file), 2005 CF project. I have to do

[NAnt-users] exec

2008-02-07 Thread Bob Archer
Does the exec task look at the dos errorlevel to determine if the task passed or failed? Is that the same as exit code, or no? If not, is there a way for me to read the DOS errorlevel? BOb - This SF.net email is sponsor

[NAnt-users] comregister unregister issue

2008-02-07 Thread Bob Archer
Any idea why I would get this error when I can unregister fine from the command window using regsvr32? Error while unregistering 'c:\Development\AmsiSuite\trunk\Product\Production\eSite.DLLS\BillingWeb Service.dll' Unable to find an entry point named 'DllUnregisterServer' in DLL 'c:\Development

Re: [NAnt-users] fileset patterns

2008-02-07 Thread Roebuck, Alex
1) Yes, you do need to include **/filename to include sub-directories. 2) Yes, path::get-directory-name returns the path specified without the filename. Regards, Alex Roebuck. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer

[NAnt-users] fileset patterns

2008-02-07 Thread Bob Archer
If I include a file name such as "app.config.template" and specify a base directory... is that file searched for in basedir and it's sub folders... or do I need to include **/app.config.template to include subdirectories of basedir? Also... does the function path::get-directory-name essentially