On Sun, 15 Apr 2001, Peter Donald wrote:

> While your standardizing on this you may want to rename build.proeprties to
> .ant.properties because thats is the convention for the rest of the world.
> 
> Cheers,
> 
> Pete
> 

Yarg, I assumed "build.properties" but just went back and looked at Ant's
build.xml file.  Based on that (and Peter's suggestion above), I would
suggest we do the following instead:

  <property file="${basedir}/.ant.properties"/>
  <property file="${basedir}/../.ant.properties"/>
  <property file="${user.home}/.ant.properties"/>

and call our example file ".ant.properties.sample" instead of
"build.properties.sample".

Craig

Reply via email to