What are you using to build your app?  The Ant "replace" task can be
used for such a thing.  See also, "tstamp" for creating the value to
insert.

 George Dinwiddie, iDIA Computing, LLC
 http://iDIAcomputing.com/
 http://blog.gdinwiddie.com/
 
-----Original Message-----
From: Skip Hollowell [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 31, 2007 9:25 AM
To: user@struts.apache.org
Subject: [S2] Inserting Build Date

I am not sure if this is technically an S2 or even Struts specific 
question, but is there a programmatic way to insert the build date of my

webapp into a file?  In my case I just have a little mouseover on the 
application's logo, and that lets you know what version and hopefully 
build time you are running against.  This is more for our QA staff and 
developers, so once can tell just how old the app is as we progress 
through a rapid dev cycle.

<img src="<s:url value="/images/iQorLogo.gif"/>"
         onmouseover="window.status='Version <s:text 
name="application.version" />';"
         onmouseout="window.status='';">

Thanks for any info

Skip Hollowell

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to