Merrill, Had to reply back to nant user group. Your email address is coming back to me as SPAM :(
Anyway ... I tried setting the dynamic property to both true and false and nothing happens. So, I guess I won't go with this approach and I'll go with the way it was designed. Felice -----Original Message----- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 9:46 AM To: Felice Vittoria; Nant-Users (E-mail) Subject: [SPAM] - Re: [Nant-users] fileset refid issue? - Email found in subject 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: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
