RE: [Nant-users] Bug in macro expansion

2005-03-24 Thread Ray Johnson
n [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 10:57 AMTo: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net; nant-developers@lists.sourceforge.netSubject: RE: [Nant-users] Bug in macro expansion Ray,   Can you submit a bug report for this and attach a repro ?   You can submit

RE: [Nant-users] Bug in macro expansion

2005-03-24 Thread Gert Driesen
aart 2005 2:32To: nant-users@lists.sourceforge.net; nant-developers@lists.sourceforge.netSubject: [Nant-users] Bug in macro expansion   I tracked down a bug related to Macro expansion of VS.Net variables within NANT.  The symptom I was seeing was that macros like $(TargetName)

[Nant-users] Bug in macro expansion

2005-03-23 Thread Ray Johnson
  I tracked down a bug related to Macro expansion of VS.Net variables within NANT.  The symptom I was seeing was that macros like $(TargetName) and other target related macros were empty (null).  Obviously, this broke various asspects of the build.   I eventually was able to debug the probl