https://bz.apache.org/bugzilla/show_bug.cgi?id=61079
--- Comment #3 from Stefan Bodewig <[email protected]> --- The magic properties would be something like -Dant.fixed.now=SOME_TS for each and every invocation. Ant's java code doesn't really use getEnv anywhere and we really want to keep it that way. By packages I assume you are talking about SUSE packages that execute Ant to build, right? Ant's wrapper shell script reacts to environment variables, in particular ANT_OPTS for parameters to send to the JVM (like max memory and so on) and ANT_ARGS for Ant itself. In a build farm like yours you'd set ANT_ARGS to contain the property call above. -- You are receiving this mail because: You are the assignee for the bug.
