Ludovic Claude wrote: > > I added a patch to Ant.java, so now you have a property > called properties where > you can > explicitely give the list of properties to use from the > parent project.
I see this the other way around. A subproject, in general, should not be aware of the parent project, or even if there is a parent project. If there is need for explicit control, it is by the parent in deciding which properties are meant as overrides and which are accidental collisions. Arnout wrote: > > Personally I like the "namespacing" approach better. Me too. - Sam Ruby
