Re: [Nant-users] Stylesheet Question

2005-08-25 Thread Ian MacLean
Hi Stephen, The

Re: [Nant-users] A mistake in my config or a bug in nant?

2005-08-25 Thread Jake Appelbaum
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::

[Nant-users] Re: Filesets referencing filesets ?

2005-08-25 Thread Rory Becker
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

[Nant-users] Filesets referencing filesets ?

2005-08-25 Thread Rory Becker
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

[Nant-users] Stylesheet Question

2005-08-25 Thread Boome, Stephan
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

Re: [Nant-users] A mistake in my config or a bug in nant?

2005-08-25 Thread gert . driesen
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

Re: [Nant-users] style task

2005-08-25 Thread gert . driesen
>-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: >