RE: [Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Jo De Greef
EMAIL PROTECTED]Subject: RE: [Nant-users] unexpected ${nant.project.buildfile} behaviour What version of NAnt are you using?  This was a bug a few weeks ago that Gert kindly fixed where properties were evaluated in teh context of the "shelled" NAnt instance rather than the maste

RE: [Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Bill.Martin
rs,   Bill   -Original Message-From: Jo De Greef [mailto:[EMAIL PROTECTED]Sent: 27 April 2004 12:32To: [EMAIL PROTECTED]Subject: [Nant-users] unexpected ${nant.project.buildfile} behaviour Hi all,   I have one build file (called master.build) that uses th

[Nant-users] unexpected ${nant.project.buildfile} behaviour

2004-04-27 Thread Jo De Greef
Title: Message Hi all,   I have one build file (called master.build) that uses the task:           When I check the value of ${parentBuildfile} inside slave.build, the value is "c:\projects\slave.build" instead of "c:\projects\master.build". Is this i