Re: [nant-dev] ?

2004-01-10 Thread Giuseppe Greco
On Sat, 2004-01-10 at 15:50, Gert Driesen wrote: Gert thanks, Giuseppe, Expression support is still very much alpha, so indeed things have changed since the initial implementation About the resgen task : I don't have access to NAnt sources right now (and sf is down for maintenance), but

Re: [nant-dev] ?

2004-01-10 Thread Jaroslaw Kowalski
Hi Giuseppe! Are there also changes related to the uptodate task? The following fragment doesn't work anymore: uptodate targetfile=figures/project-structure.gif sourcefile=${build.dir}/figures/project-structure.xcf property=project-structure.gif.uptodate/ ifnot

Re: [nant-dev] ?

2004-01-10 Thread Scott Hernandez
Nested expression support sounds like a must, no? Somehow I thought our expression engine already supported this. - Original Message - From: Jaroslaw Kowalski [EMAIL PROTECTED] [snip] BTW. Gert, what do you think about allowing sub-expression evaluation in strings so that we could

Re: [nant-dev] ?

2004-01-10 Thread Jaroslaw Kowalski
I'll add this. One question: using nested expressions, we can have things like this: (note the double quotes) echo message=string::length('aaa ${string:length('''')} ccc')} / or even (quadruple quotes): echo message=string::length('${string::length(''aaa ${string:length()}