> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Evan Levy
> Sent: vrijdag 28 oktober 2005 4:33
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Nant support for .NET 2.0 RTM framework
>
> Does anyone know if the current nightly buil
Filip,
I'm testing for property::exists in the child build script;
If the property is defined in the master, that value is
inherited by the child.
It works, but I can't say if there is a better way to do it.
Best regards,
allan
Example (child):
-Oprindelig meddelelse-
Fra: [EMAIL
Does anyone know if
the current nightly build of Nant supports the .NET 2.0 RTM framework released
today?
Evan
I need to overwrite property when calling another nant build script but
failing to do so. I have a master build file thet has a target with
task in it. Within the nant task I'm declaring
this property has the same name as property in my slave build file, however
the property in the slave file
> > I'm trying to remove spaces from a string and use it
> > as a property. Any clue why the following won't work:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> Eric-
> property is immutable by definition so you cannot 'reset' it
> as you are attempting to do here
> 2 choices:
Eric-
property is immutable by definition so you cannot 'reset' it as you are
attempting to do here
2 choices:
1)set another property (property with another name) to whitespace stripped
variable
2)suggest to gert driesen the ability to capture information in a mutable
'variable' which was intr
Eric Fetzer wrote:
I'm trying to remove spaces from a string and use it
as a property. Any clue why the following won't work:
Trim removes spaces from the ends of a string, but not spaces within the
string. To remove all spaces, use string::replace.
Gary
---
I'm trying to remove spaces from a string and use it
as a property. Any clue why the following won't work:
My Return:
D:\Test>nant -f:test.build
NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http:
Paul,
Have a look at the doc page for the task (more specifically the note
and example 1):
http://nant.sourceforge.net/nightly/latest/help/tasks/csc.html
Hope this helps,
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Paul Cowan
> Sen
Hi all,
I have the following target:
> -Original Message-
> From: Clayton Harbour [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 27, 2005 7:46 AM
> To: Robert Schneider
> Cc: nant-users@lists.sourceforge.net
> Subject: Re: [Nant-users] SVN task: How to use it for a commit?
>
> If you run in verbose what messages do you
11 matches
Mail list logo