Felice,

>>>   <fileset id="my.binaries" basedir="${temp.lib.dir}">

I would guess the problem is that NAnt is expanding the value of ${temp.lib.dir} at 
the time it compiles the <fileset> task rather than at the time the fileset is 
references.  Try declaring the 'temp.lib.dir' property to be dynamic.  Maybe that will 
do what you want it to.

Merrill


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to