Re: [Nant-users] Problem with solution task

2004-08-15 Thread Gert Driesen
Steve, As always: please provide a small repro for this issue. Thanks ! Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 16, 2004 8:01 AM Subject: [Nant-users] Problem with solution task Hi, I'm a having trouble with the task with respec

[Nant-users] Problem with solution task

2004-08-15 Thread steve_hager
Hi, I'm a having trouble with the task with respect to the build order. The project structure is as follows ... Basically 'Project A' contains 'Class A' and 'Exception Class A'. 'Exception Class A' inherits from 'My Base Exception' which is contained in 'Utility Assembly' 'Pr

Re: [Nant-users] Task for creating a Windows share?

2004-08-15 Thread Martin Gainty
Title: Task for creating a Windows share? exec cmd.exe with argumentsNET SHARE sharename  sharename=drive:path [/USERS:number | /UNLIMITED]   [/REMARK:"text"]   [/CACHE:Manual | Automatic | No ]  sharename [/USERS:num

Re: [Nant-users] Correct way to rename a file.

2004-08-15 Thread Martin Gainty
Title: Correct way to rename a file. a move will move a set of files regardless of file date-time a rename renames a file and keeps the files attributes permissions, date-time create etc.. when you want is to copy a file ONLY if the target is older use replace-Martin - Original Message

[Nant-users] pkg-config trouble with mono on linux/ppc

2004-08-15 Thread Jeroen Zwartepoorte
Hi, nant works fine for me on linux/x86 (very well in fact). However, when i try to run the *same* binaries on linux/ppc (same fedora core 2 distro etc.) It keeps refusing to find mono using pkg-config: [EMAIL PROTECTED] monodevelop]$ nant NAnt 0.85 (Build 0.85.1687.0; mono-1.0.unix; dev; 8/14/20