Property inheritance
Created Mar 4, 2002
Erik Hatcher You will definitely have to set inheritAll="false", as you say, if you want b.xml to be able to define its own src.dir rather than the one from a.xml. But perhaps you'll find using
<property name="src.dir" location="..."/>a better way to assign properties representing paths because it will make them absolute file references rather than relative.