Re: DocBook XSLT Java extensions & properties

2007-06-28 Thread Marcus Better
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.

DocBook XSLT Java extensions & properties

2007-06-27 Thread Michael(tm) Smith
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. Specifically, the platform.home property, but also a couple of package-specific ones. Context for this