On Sun, 4 Aug 2002, Patrick Luby wrote:

> Bob,
> 
> Bob Herrmann wrote:
> > $ sed -e
> > 's/^base.path=\/usr\/local$/base.path=\/home\/test\/tc5\/dependson/'
> > build.properties.default > t
> > $ mv t build.properties.default 
> 
> You don't want to replace build.properties.default. Instead you want to 
> put your customized file in build.properties. That way, if 
> build.properties.default changes, you will know. Also, using 
> build.properties prevents accidental commits to build.properties.default.

Another sugestion ( see my commit ) - just create a ~/build.properties
and use it to override base.path.

That means: 

  base.path=/.....
( and nothing else - unless you have some other overrides to make ).

No need to copy the whole file or do any file modifications.

Costin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to