Title: RE: [Hibernate] build structure

> So, if it is the only file I want to compile Hibernate
> against that is different than the default jars, I could have
> a single entry in my ${user.home}/hibernate.build.properties file:
>
> commons-lang.jar = /my/local/path/to/commons-lang.jar
>
> Every other build dependency would use the standard libraries
> as specified in Hibernate's default build.properties

I may have failed to mention how loading/overriding works.

First, the default build.properties would load.

If the user specific build.properties exist, it would be loaded next.  Only duplicate entries in that file (vs. the default build.properties file) would override the default props.  All other default props would be left alone...

Les

Reply via email to