Re: [NAnt-users] Need Help with Including Config File in Build File

2009-02-06 Thread Bob Archer
Because one file has a namespace and the other doesn't. The namespaces much match. BOb Usadev.config http://nant.sf.net/release/0.85/nant.xsd";> -- Create and Deploy Rich Internet Apps outside th

[NAnt-users] Need Help with Including Config File in Build File

2009-02-06 Thread Zachary B. Wheeler
I have created a build file (script.build) and everything worked fine. Then I stripped out the properties and included them in another file called usa.config. I put an then I tried to use the properties and I keep getting the following error:Property has not been set. Below is the code for th