> On Thu, Dec 02, 2004 at 12:51:21AM -0700, D. Stimits wrote:
> : I'm looking for a "good" or "best" practice to deal with 
> site-wide logo 

> : type files...things that will never change, and that every 
> You could address your problem at build time instead of runtime: have
> Ant (or whatever) pull the common data into the webapp before it
> packages the WAR file.  If you mix this with your version control
> system, different apps could have different versions of these files as
> their needs diverge.

i'd second that. in your source control repository you can happily have a 
branch for common files. but when it comes to building the web apps, each build 
would suck in that common branch. if you need to update those common files, do 
it to the source control verson and rebuild the webapps.


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>


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

Reply via email to