DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37084>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37084


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




------- Additional Comments From [EMAIL PROTECTED]  2006-12-11 15:28 -------
I've found that adding  caching="false"  to the jasper2 task will work around
this problem.

Updated jasper2 call:
<jasper2
  validateXml="false"
  caching="false"
  uriroot="${basedir}/${webapp.dir}"
  webXmlFragment="${basedir}/${build.dir}/WEB-INF/generated_web.xml"
  outputDir="${basedir}/${build.src.dir}" />


Should this work without the caching="false"  ?
I'll post an example project if that's still needed.


Thanks to Grégoire Rolland for providing an example of a jasper2 call that works
with tomcat 5.5.20 jspc

His example posted here for posterity:
<jasper2
    trimspaces="true" 
    caching="false" 
    compilersourcevm="1.5" 
    compilertargetvm="1.5" 
    poolingenabled="false"  
    classdebuginfo="false" 
    genstringaschararray="true" 
    validateXml="false" 
    addWebXmlMappings="true" 
    smapdumped="false"
    smapsuppressed="true"
    verbose="99"
    webxml="${root.dir}/${ant.project.name}/${web}/WEB-INF/web.xml"
    uriroot="${root.dir}/${ant.project.name}/${web}"
   
webXmlFragment="${root.dir}/${ant.project.name}/${web}/WEB-INF/generated_web.xml"
    outputDir="${root.dir}/${ant.project.name}/${web}/WEB-INF/src" />

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to