remm        2003/11/16 23:50:12

  Modified:    webapps/docs jasper-howto.xml
  Log:
  - Fix JSPC classpath.
  
  Revision  Changes    Path
  1.11      +6 -0      jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml
  
  Index: jasper-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jasper-howto.xml  15 Nov 2003 10:55:01 -0000      1.10
  +++ jasper-howto.xml  17 Nov 2003 07:50:12 -0000      1.11
  @@ -167,6 +167,9 @@
       <taskdef classname="org.apache.jasper.JspC" name="jasper2" > 
         <classpath id="jspc.classpath"> 
           <pathelement location="${java.home}/../lib/tools.jar"/> 
  +        <fileset dir="${tomcat.home}/bin"> 
  +          <include name="*.jar"/> 
  +        </fileset> 
           <fileset dir="${tomcat.home}/server/lib"> 
             <include name="*.jar"/> 
           </fileset> 
  @@ -207,6 +210,9 @@
           <fileset dir="${tomcat.home}/shared/lib">
             <include name="*.jar"/>
           </fileset>
  +        <fileset dir="${tomcat.home}/bin"> 
  +          <include name="*.jar"/> 
  +        </fileset> 
         </classpath>
         <include name="**" />
         <exclude name="tags/**" />
  
  
  

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

Reply via email to