Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-12 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 13, 2004 7:50 AM Subject: Re: [Nant-users] Can't overwrite property when readonly not set > This issue keeps coming ba

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-12 Thread Ian MacLean
This issue keeps coming back. Yeah I know 'its documented' but its causing and will continue to cause grief for new users. I made the [1] proposal earlier but thats probably still a way off. What could be useful in the meantime to to special case properties that were set on the commandline and

Re: [Nant-users] Can't overwrite property when readonly not set

2004-09-12 Thread Gert Driesen
Dave, Did you specify the property on the command line ? If so, then it by design : properties specified on the command line are always marked read-only. See http://nant.sourceforge.net/nightly/help/tasks/property.html for an example on how to provide a default value for a property and still all

[Nant-users] Can't overwrite property when readonly not set

2004-09-12 Thread despley
I get the following error Read-only property "" cannot be overwritten. BUT readonly is not set??? Is this a known defect in nant-0.85-20040904 Regards Dave The information in this e-mail, and any attachment therei

Re: [Nant-users] 'mono-1.0' not configured in the NAnt config file ?

2004-09-12 Thread Am Turnip
Thank you. Installing * from mono-all.zip lets NAnt run. (I had fetched just the RPMs recommended in "Mono: A Developer's Notebook".) --- Gert Driesen <[EMAIL PROTECTED]> escribió: > I always build mono from cvs, so I'm not sure, but I > think you need either > the mono-core-devel or mon

Re: [Nant-users] 'mono-1.0' not configured in the NAnt config file ?

2004-09-12 Thread Gert Driesen
I always build mono from cvs, so I'm not sure, but I think you need either the mono-core-devel or mono-runtime-devel package installed. Let me know if that fixed your problem. Gert - Original Message - From: "Am Turnip" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; <[EMAIL

Re: [Nant-users] 'mono-1.0' not configured in the NAnt config file ?

2004-09-12 Thread Am Turnip
> What nightly build are you running ? NAnt 0.85 (Build 0.85.1714.0; net-1.0.win32; nightly; 9/10/2004) > What distro are you using ? Fedora Core 2 > Have you installed the mono dev packages ? I am not sure which are required for NAnt? Here is what I have installed, according to "rpm --query

Re: [Nant-users] 'mono-1.0' not configured in the NAnt config file ?

2004-09-12 Thread Gert Driesen
- Original Message - From: "Am Turnip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 12, 2004 4:47 PM Subject: [Nant-users] 'mono-1.0' not configured in the NAnt config file ? How to get NAnt working in Mono 1.0.1? The pre-built NAnt 0.85 nightly build says: BUI

[Nant-users] 'mono-1.0' not configured in the NAnt config file ?

2004-09-12 Thread Am Turnip
How to get NAnt working in Mono 1.0.1? The pre-built NAnt 0.85 nightly build says: BUILD FAILED The current runtime framework 'mono-1.0' is not correctly configured in the NAnt configuration file. What may I do to NAnt.exe.config? Note: "pkg-config --variable=prefix mono" doesn't list anythi