glenn       01/02/08 05:37:16

  Modified:    jasper/src/share/org/apache/jasper
                        JspCompilationContext.java
  Log:
  Put runtime jsp page servlets in a package
  
  Revision  Changes    Path
  1.5       +10 -3     
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspCompilationContext.java
  
  Index: JspCompilationContext.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspCompilationContext.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JspCompilationContext.java        2001/02/04 01:03:52     1.4
  +++ JspCompilationContext.java        2001/02/08 13:37:16     1.5
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspCompilationContext.java,v
 1.4 2001/02/04 01:03:52 glenn Exp $
  - * $Revision: 1.4 $
  - * $Date: 2001/02/04 01:03:52 $
  + * $Header: 
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspCompilationContext.java,v
 1.5 2001/02/08 13:37:16 glenn Exp $
  + * $Revision: 1.5 $
  + * $Date: 2001/02/08 13:37:16 $
    *
    * ====================================================================
    * 
  @@ -118,6 +118,13 @@
        */
       public String getOutputDir();
       
  +    /**
  +     * What is the scratch directory we are generating code into?
  +     * FIXME: In some places this is called scratchDir and in some
  +     * other places it is called outputDir.
  +     */
  +    public String getJavacOutputDir();
  +
       /**
        * Path of the JSP URI. Note that this is not a file name. This is
        * the context rooted URI of the JSP file. 
  
  
  

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

Reply via email to