A subproject can use the <extend> in its project.xml to inherit information from another project.xml file.

However, it seems not all project knowledge is contained in the Project Object Model. Some of that resides in the project.properties (mostly look-and-feel things). Is there a way to <extend> the project.properties file?

Something like:

---
# My Subproject's properties:
extend = ../project.properties
override.value = 2
my.value = 5
---

If not, is there a way to specify properties that normally appear only in project.properties in the project.xml file instead?

Thanks,
Sean.

--
Sean Kelly
Independent Consultant
http://seankelly.biz/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to