If I want to replace a value in a properties file with a new value, can I do this? It looks like I need to instead have a base file with time placeholders for the values that I want to replace with my real genned values. It is very possible that I missed an easier way to accomplish this.

Dinwiddie, George wrote:
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] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=11924428&i=0>]
Sent: Tuesday, July 31, 2007 9:25 AM
To: [EMAIL PROTECTED] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=11924428&i=1>
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/iLogo.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] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=11924428&i=2> For additional commands, e-mail: [EMAIL PROTECTED] <http://www.nabble.com/user/SendEmail.jtp?type=post&post=11924428&i=3>




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

Reply via email to