----- Original Message -----
From: "Diane Holt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 06, 2000 11:22 AM
Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant
ProjectHelper.java
> this ENTITY stuff could be (in my opinion) more useful. If I have a bunch
> of build-files throughout my tree, and I have a "default.xml" that sets
> all the global properties and that I'd like to have included in those
> build-files so I don't have to have them all repeat the lines that bring
Can't you use <property file="${ant.home}/lib/default.properties"/> if there
are only properties in default.xml?
Nico