Re: adding build timestamp to manifest

2006-03-29 Thread Joakim Erdfelt
I think this is a good idea, but instead of worrying about the format to output, how about using the ISO8601 formatting guidelines? Simple pattern would be: "-MM-dd'T'HH:mm:ss" But that pattern does not take in account the Timezone. We can use the recommendations in ISO8601 and either... (a)

Re: adding build timestamp to manifest

2006-03-28 Thread Kenney Westerhof
On Tue, 28 Mar 2006, Mike Perham wrote: Hi, some thoughts on this: > http://jira.codehaus.org/browse/MNG-1832 > > It seems like one way to support this would be: > > > > > ${now} > > > > > But we would need to add support for this variable in the P

adding build timestamp to manifest

2006-03-28 Thread Mike Perham
http://jira.codehaus.org/browse/MNG-1832 It seems like one way to support this would be: ${now} But we would need to add support for this variable in the POM interpolation code and it's not clear how to format the Date. Any other suggestions? m