RE: [Nant-users] Post-build event problem with solution task

2005-04-07 Thread Melissa Kacher
0.85 Release Candidate 2   Thanks for your help.   Regards, Sandeep From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:04 PMTo: [EMAIL PROTECTED]; Sandeep; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Post-build event problem with solution task   Ray

RE: [Nant-users] Post-build event problem with solution task

2005-04-06 Thread Sandeep
.   Regards, Sandeep From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 9:04 PM To: [EMAIL PROTECTED]; Sandeep; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Post-build event problem with solution task   Ray,   Relative paths should work too. If

RE: [Nant-users] Post-build event problem with solution task

2005-04-04 Thread Gert Driesen
: 'Gert Driesen'; 'Sandeep'; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Post-build event problem with solution task   I finally got around to testing this.  Relative paths do seem to work much better for the C++ includes and the bost build event. 

RE: [Nant-users] Post-build event problem with solution task

2005-04-04 Thread Ray Johnson
OTECTED] On Behalf Of Gert DriesenSent: Thursday, March 31, 2005 9:04 PMTo: [EMAIL PROTECTED]; 'Sandeep'; nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Post-build event problem with solution task Ray,   Relative paths should work too. If you have stil have issues with this,

RE: [Nant-users] Post-build event problem with solution task

2005-03-31 Thread Gert Driesen
nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Post-build event problem with solution task   Are you using relative paths in your commands?  We had problems when we did that.  Try basing it off a macro so it has an absolute path.  Of course, changing the "copy" to an "echo" will

RE: [Nant-users] Post-build event problem with solution task

2005-03-31 Thread Ray Johnson
  Are you using relative paths in your commands?  We had problems when we did that.  Try basing it off a macro so it has an absolute path.  Of course, changing the "copy" to an "echo" will help you debug the problem...   ray From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S