java interesting tip
have been creating some set up stuff, and whenever i tried to run ant target "war", and then opened the resulting .war with a zip file...the zip file appeared to put it in a "web-inf" directory, instead of WEB-INF. This is b/c winzip cannot display uppercase directory file names...it is an option that is turned off by default. once i enabled it, the problem was solved.
oddly,it did display other things..like WEB-INF/lib correctly. Not sure what is up with that.
Just an interesting tidbit for yeh.
http://cephas.net/blog/2004/02/04/ant_war_task_webinf_in_lowercase.html

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home