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
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
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