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

Reply via email to