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
- Finding "build.properties" Files Craig R. McClanahan
- Re: Finding "build.properties" Files Scott Sanders
- Re: Finding "build.properties" Files Vincent Massol
- Re: Finding "build.properties" Files Geir Magnusson Jr.
- RE: Finding "build.properties" Files Waldhoff, Rodney
- RE: Finding "build.properties" File... Peter Donald
- Re: Finding "build.properties" ... Craig R. McClanahan
- Re: Finding "build.properties&qu... Vincent Massol
- Re: Finding "build.properti... Geir Magnusson Jr.
- Re: Finding "build.prop... Craig R. McClanahan
- Re: Finding "build.... Geir Magnusson Jr.
- Re: Finding "build.... Craig R. McClanahan
- Re: Finding "build.... Geir Magnusson Jr.
- Re: Finding "build.... Jim Cheesman
- [cactus] ServletContext ... Jim Cheesman
- Re: [cactus] ServletCont... Vincent Massol
- Re: [cactus] ServletCont... Jim Cheesman
