Your close, you don't need the ${} around the property name inside and
expression.change:
to:
On Tue, Apr 7, 2009 at 2:26 PM, Nathan Franzen wrote:
> I'm coming to NAnt from an ant background, but I'm trying to adapt.
> The documentation for
>
> says that it's deprecated & recomm
Is the syntax you sent exactly what you have in the file. Shouldn't the if
task be a child of the Do element?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ken Rogoway
Sent: Tuesday, December 11, 2007 4:27 PM
To: nant-users@lists.sourceforge.net
Subject:
John,
First I would strongly recommend that you checkout the documentation and
examples at http://nant.sf.net. It will go a long way toward answering
your questions.
I would structure the master build something like this, assuming the
order of dependency betweeen your projects. Also
assuming tha
Are the properties that you are trying to reset defined in your common
include file? If they are then the value would by default be reset to
the value in the include. We have a similar situation where we want the
properties to have one value by default in all of the component builds
but be able to
Kumar
From your nant log:
[exec] Microsoft (R) Build Engine
Version 2.0.50727.42
[exec] [Microsoft .NET Framework,
Version 2.0.50727.42]
[exec] Copyright (C) Microsoft
Corporation 2005. All rights reserved.
[exec]
C:\Progra~1\omega\filenet\src\crystal\crystal.sln :
Kumar,
It would be helpful if you could tell us
what error you are getting. If it’s not too long you could attach the
nant log.
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kumar .S
Sent: Tuesday, October 24, 2006
2:43 PM
To:
nant-users@lists.sourceforge.net
Yes try this
Release: ${releasenumber}
Is
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Lemes
Sent: Thursday, September 21, 2006
10:01 AM
To:
NAnt-users@lists.sourceforge.net
Subject: [NAnt-users] Property
values in node value
Hello there,
I
Because the Wix document has a namespace your Xpath expression must also
reference the namespace. Remember that xpath matches on fully qualified
names. Try the following (sorry in advance if I screwed up the syntax)
http://schemas.microsoft.com/wix/2003/0
The base directory of the project is available in NAnt how you
get at it depends on the version of NAnt for older versions (0.84) there
is a property nant.project.basedir that will have the value in it. In
0.85 this property has been depreciated in favor of the function
project::get-base-di