[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DocBook XSLT Java extensions & properties



Hi,

Michael(tm) Smith wrote:
> I need a bit of advice around best practices for upstream Java
> builds. In particular, if/how/where system-specific Java
> properties should be set, and how to avoid hard-coding them in
> build files.

The most common way is to let your Ant build file include build.properties
files in the top-level source directory and/or in the user's home
directory. Then you can provide default values in build.xml, and the user
can override them by providing a properties file.

Marcus




Reply to: