glenn 01/02/08 05:36:56
Modified: jasper/src/share/org/apache/jasper CommandLineContext.java
Log:
Put runtime jsp page servlets in a package
Revision Changes Path
1.6 +12 -3
jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/CommandLineContext.java
Index: CommandLineContext.java
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/CommandLineContext.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- CommandLineContext.java 2001/02/04 01:03:04 1.5
+++ CommandLineContext.java 2001/02/08 13:36:56 1.6
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/CommandLineContext.java,v
1.5 2001/02/04 01:03:04 glenn Exp $
- * $Revision: 1.5 $
- * $Date: 2001/02/04 01:03:04 $
+ * $Header:
/home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/CommandLineContext.java,v
1.6 2001/02/08 13:36:56 glenn Exp $
+ * $Revision: 1.6 $
+ * $Date: 2001/02/08 13:36:56 $
*
* ====================================================================
*
@@ -187,6 +187,15 @@
return options.getScratchDir().toString();
}
+ /**
+ * 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() {
+ return options.getScratchDir().toString();
+ }
+
/**
* 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]