On Wed, Apr 10, 2002 at 01:09:02AM -0700, Chris Kimpton wrote:
> I had to add this to my build.xml to get it to recognise the
> build.dest property 
> 
>   <property file="${maven.home}/default.properties"/>
> 
> Is that ok?

That should be fine as long as its the last of the property lines (so
the contents are truly defaults) in your local build file.  We're trying
to work on a better way for users to extend their build system, and I
suspect when that happens, we'll take care of loading the defaults
before a user build file is called so users won't have to do this
themselves.

Thanks,
Pete

Reply via email to