Hi Stephen,
The
On Thu, 2005-08-25 at 10:35 +, [EMAIL PROTECTED] wrote:
> Jake,
>
> You must not enclose properties in single quotes when using them in functions.
>
> Use this
>
>
>
> instead of
>
>
>
> The only function where you should enclose the property name in single
> quotes, is the property::
I have reposted this to the developers list
sorry about the mixup :)
Rory
On 8/25/05, Rory Becker <[EMAIL PROTECTED]> wrote:
> I would like to alter fileset so that it could reference multiple
> other filesets but I am not sure where to start.
>
> The syntax has been stolen from a post I read
I would like to alter fileset so that it could reference multiple
other filesets but I am not sure where to start.
The syntax has been stolen from a post I read
http://www.mail-archive.com/nant-developers@lists.sourceforge.net/msg03232.html
and is as follows
Hi,
I written a xsl template to process a XMI model file, so that it produces
code from our design model, when developing I was using the msxsl processor
to run my xsl against my xml.
so it looked something like
msxsl codegenerator.xsl dataModel.xml -o database.sql
This all worked fine, now I w
Jake,
You must not enclose properties in single quotes when using them in functions.
Use this
instead of
The only function where you should enclose the property name in single quotes,
is the property::exists(string) function as you do not want the property to be
evaluated here.
If you w
>-Original Message-
>From: Pedro Santos [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 24, 2005 10:45 AM
>To: nant-users@lists.sourceforge.net
>Subject: [Nant-users] style task
>
>
>Hello.
>
>I use the task to transform some xml file. However, the task rarely
>executes, I only get:
>