Works for me in simple to complex cases. Can you post a small example of how
using include gives you a problem.

Nick
http://www.varacalli.com

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark Colburn
Sent: Tuesday, October 21, 2003 19:55
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
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.


Nick Varacalli
http://www.varacalli.com


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
Colburn
Sent: Tuesday, October 21, 2003 17:53
To: [EMAIL PROTECTED]
Subject: [Nant-users] NAnt support of DOCTYPE/ENTITY


I'm building a relatively large system that is broken into a number of
smaller build files using NAnt. There are a bunch of properties that I
would like to be able to use throughout the build process, but still
allow users to build components without having to use the master build
file. 

I tried placing properties in a separate XML file and refrencing them
using the 

<!DOCTYPE project [ <!ENTITY properties SYSTEM "..\..\properties.xml">]>

Syntax, but it doesn't work in NAnt. Is this a bug? Is there a different
way that I should be doing this?

-mark



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






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




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to