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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]