ON Weblogic 6.1 sp4, with version of ant 1.5.2 and higher (actually not sure about 1.6x)
I have a complete build and package ant script which executs a java task to invoke the weblogic.jspc on all my jsps. I then create a war file, with the jsp source, and the precompiled jsp's in the prescribed WEB-INF/classes Everything was fine until I moved beyond ant 1.5.1, and now the first access of the jsp on Weblogic Server causes the jsp to recompile. This happens for EVERY jsp. I suspect some change in either the copy task (I tried using the preservelastmodified="true", to no avail) or the jar task - is it modifying file timestamps??? ANyone know what changed from 1.5.1 on, to cause this? Thanks in Advance! Steve
