On 06/05/2022 14:27, Christopher Schultz wrote:
Awesome. I have a small commit to build.xml that drops environmental
information (e.g. versions, etc.) to a build-release.properties file,
but I'm unable to generate the timestamp in the correct format in order
to put it into the file. Here's the patch for it; I'd love it if anyone
could help solve the problem.
Thanks for providing the patch.
I used it as the basis of for an update to my reproducible branch where
I have the other changes waiting for the updated BND release.
I managed to solve the format problem by working with ant.tstamp.now.iso
rather than ant.tstamp.now. The iso format was relatively simple to
generate and, as long as you generate a timestamp for UTC, Ant can read it.
I'll commit all these changes once BND 6.3.0 is available - hopefully in
time for the next release round.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org