Richard Poole wrote:

Hi,

I'm trying to use the path::combine function from within a fileset like
this: -

<foreach item="File" property="sourceFileName">
        <in><items><includes name="${path::combine(sourceDir, '*.asm')}"
/></items></in>
        <do>...</do>
</foreach>

But I keep being told that: -

Property 'path::combine(sourceDir, '*.asm')' has not been set.

Am I doing something stupid?



Are you sure you're running a recent build of NAnt ? Functions weren't available in the 0.84 release

Ian



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to