RE: [Nant-users] Property not being set when including buildfile

2005-03-15 Thread Bonnett, Evan A
MAIL PROTECTED] Sent: Tuesday, March 15, 2005 12:08 PM To: Bonnett, Evan A; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Property not being set when including buildfile Evan, If I read this right, your two files are in different namespaces, so the property names are actually diffe

Re: [Nant-users] Property not being set when including buildfile

2005-03-15 Thread Merrill Cornish
Evan, If I read this right, your two files are in different namespaces, so the property names are actually different. Merrill --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from rea

[Nant-users] Property not being set when including buildfile

2005-03-15 Thread Bonnett, Evan A
Title: Property not being set when including buildfile Hi all, It's been a while.  Here's my problem: From the main buildfile, I iterate through a file and pull the csproj file.  Then, I generate the buildfile using XSLT and the csproj file and call the generated build file.  Below is an