My current project requires that I put together some functionality that will basically precompile all our JSP�s to the same state as what you would normally find in the work folder in Tomcat.
I�ve tried running the Ant task <jspc> but when it comes across an error it halts all processing. I�ve set the failonerror flag to no/false but this just stops the jspc process and continues on. If a file can't be found I just want jspc to go to the next file and try and compile it. Is there any way to just precompile a whole site and store it in the work folder for startup? Regards, Anthony --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.441 / Virus Database: 247 - Release Date: 9/01/2003 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
