0 Replies Latest reply on Dec 12, 2003 2:42 PM by jesyntax

    Do not want JspC to make WEB_0002dINF

    jesyntax

      I use

      <jspc
       srcdir = "${war.expanded.dir}"
       destdir = "${jspc.java.dir}"
       uriroot = "${war.expanded.dir}"
       package = "com.bridgemedical.medpoint.reports">
       <include
       name = "**/*.jsp"/>
      
       <classpath refid="jasper.classpath"/>
       </jspc>

      trying to pre-compile my JSPs. This makes package names ending in:

      WEB_0002dINF

      which I do not believe I want. Should be 'WEB-INF' ?