properties.xml should look like this: <project name="userproperties"> <property name="foo" value="foo"/> <property name="bar" value="bar"/> </project>
The <include/> task loads and includes another build file. (note: It must be a valid build file that can be used alone:) You might want to think about this more in terms of user customizations for your build, and not just including properties. It can allow you to do many other things too... ----- Original Message ----- From: "Mark Colburn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 4:54 PM Subject: RE: [Nant-users] NAnt support of DOCTYPE/ENTITY > I tried that, but Nant complains that there is more than one root node > in the file if there is more than a single property set. > > -mark > > -----Original Message----- > From: Nick Varacalli [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 4:09 PM > To: Mark Colburn; [EMAIL PROTECTED] > Subject: RE: [Nant-users] NAnt support of DOCTYPE/ENTITY > > Look at the <include buildfile="properties.xml" /> task in the NAnt > help. ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users