On 21 Aug 2001 [EMAIL PROTECTED] wrote:
> jon 01/08/21 12:30:34
>
>
> <!-- ========== Initialize Properties ===================================== -->
>
> -
> + <property file="${user.home}/build.properties"/> <!-- User local -->
> <property file="build.properties"/> <!-- Component local -->
> <property file="../build.properties"/> <!-- Commons local -->
> - <property file="${user.home}/build.properties"/> <!-- User local -->
> -
-1 ... the load from ${user.home}/build.properties should go *last*,
not *first*. You want to be able to set your "usual" properties in your
home directory, but override them for this particular package if
necessary.
The check-available stuff is a nice addition.
Craig