>Sent: Friday, June 28, 2002 6:43 PM
>To: List Tomcat-Dev
>Subject: PROPOSAL: Jasper34 removal
>
>
>Since jasper2 now has support for tag pooling and most of the
>optimizations in jasper34, I would like to remove 34.
>
>34 is a refactoring attempt of jasper1 ( the version
costin 01/08/31 17:42:09
Modified:jasper34/runtime/org/apache/jasper34/runtime
PageContextImpl.java
Log:
For the third time, updating the forward fix from Shawn on j-t-j.
Revision ChangesPath
1.3 +3 -0
jakarta-tomcat-jasper/jasper34
larryi 01/07/10 13:41:53
Modified:jasper34/generator/org/apache/jasper34/generator
CharDataGenerator.java MappedCharDataGenerator.java
Log:
Fix problem with JSP files which use just CR as line terminator. During
translation CR's would be stripped in
Hola Costin:
Jasper34 pass Sanity tests on W2k using HTTP Standalone ..
Saludos ,
Ignacio J. Ortega
larryi 01/06/21 22:56:55
Removed: proposals/jasper34/model about.html help-doc.html
index-all.html index.html navigation.jar
overview-frame.html overview-summary.html
overview-tree.html stylesheet.css
larryi 01/06/21 22:56:32
Removed: src/jasper34/org/apache/jasper34/toolkit JasperToolkit.java
JavaCompiler.java JspCompiler.java
JspPageHandler.java JspRequestHandler.java
Log:
Missed removing some Jasper34 files
larryi 01/06/21 19:43:13
Removed: proposals/jasper34 JasperToolkit.html build.xml
proposals/jasper34/generator/org/apache/jasper34/core
JasperException.java JspCompilationContext.java
Options.java TagLibraries.java
larryi 01/06/21 19:32:03
Removed: src/jasper34/org/apache/jasper34/utils Cache.java
CacheDefaults.java Expirable.java JspMangler.java
JspManglerImpl.java
JspRecursiveModificationChecker.java MapCache.java
larryi 01/06/21 15:33:57
Modified:jasper34/generator/org/apache/jasper34/core Constants.java
Log:
Cleaned up default imports.
Note: For the time being, you will need the tomcat_32 branch of
jakarta-watchdog testing. The head of jakarta-watchdog hasn't been
updat
happen for at least
several weeks now. Sigh...
Mel
--- Costin Manolache <[EMAIL PROTECTED]> wrote:
> FYI,
>
> I'm not planning any major changes in the near
> future for jasper34. I'm
> reasonably happy with the first round of cleanup and
> refactoring, and I
> th
FYI,
I'm not planning any major changes in the near future for jasper34. I'm
reasonably happy with the first round of cleanup and refactoring, and I
think we are moving in a good direction with the "toolkit"-isation of
jasper and the various optimizations we discussed.
I
costin 01/06/17 15:42:57
Modified:jasper34/generator/org/apache/jasper34/generator
DependGenerator.java ServletWriter.java
jasper34/runtime/org/apache/jasper34/runtime
HttpJspBase.java
Log:
Small fix, should resolve
>
> Few logs ( to help debug Win problems ), do a
> getCanonicalPath() ( Nacho -
> let me know if it helps )
>
Nope .. I will try to dig into..
Saludos ,
Ignacio J. Ortega
costin 01/06/17 13:23:28
Modified:jasper34/generator/org/apache/jasper34/javacompiler
JavaCompiler.java JikesJavaCompiler.java
Log:
addClassPath(), addDefaultClassPath() - helpers for easier use of JavaCompiler.
Few logs ( to help debug Win problems
costin 01/06/17 13:22:27
Modified:jasper34/generator/org/apache/jasper34/core Compiler.java
Constants.java
Log:
Logs, simpler creation of JavaCompiler.
Revision ChangesPath
1.6 +10 -5
jakarta-tomcat-jasper/jasper34/generator/org
costin 01/06/17 13:21:36
Modified:jasper34 build.xml
Log:
JspServlet goes to runtime.
Few comments.
Revision ChangesPath
1.9 +9 -2 jakarta-tomcat-jasper/jasper34/build.xml
Index: build.xml
costin 01/06/17 13:03:25
Modified:jasper34/liaison/org/apache/jasper34/tomcat33
JspInterceptor.java
Log:
- removed the JspServlet handling
- refactored the requestMap ( made the checks a bit cleaner and simpler,
split the preCompile check in a
costin 01/06/17 12:59:33
Added: jasper34/liaison/org/apache/jasper34/tomcat33
JspServletInterceptor.java
Log:
Split JspInterceptor's handling of JspServlet.
There are 4 distinct methods of plugging jasper:
- JspInterceptor - use a lot of cont
costin 01/06/17 12:56:23
Added: jasper34/liaison/org/apache/jasper34/liaison
JspServletLiaisonImpl.java
Log:
Added the JspServletLiaison implementation ( the code is the old JspServlet
code - still need cleanup )
Revision ChangesPath
1.1
costin 01/06/17 12:55:47
Added: jasper34/liaison/org/apache/jasper34/liaison
JspServletWrapper.java
Log:
Moved JspServletWrapper from o.a.j34.servlet
Revision ChangesPath
1.1
jakarta-tomcat-jasper/jasper34/liaison/org/apache
costin 01/06/17 12:55:17
Added: jasper34/liaison/org/apache/jasper34/liaison
ServletContainerLiaison.java
Log:
Added the old JspEngineContext.
This is a ContainerLiaison implementation using only servlet API and few
context attributes, for maximum
costin 01/06/17 12:53:55
Added: jasper34/liaison/org/apache/jasper34/servlet
JspServletLiaison.java
Log:
Added the abstract interface between JspServlet and jsper.
Revision ChangesPath
1.1
jakarta-tomcat-jasper/jasper34
costin 01/06/17 12:53:29
Removed: jasper34/liaison/org/apache/jasper34/servlet
JspEngineContext.java JspServletWrapper.java
Log:
Moved to liaison, as toolbox components.
costin 01/06/17 12:52:49
Modified:jasper34/liaison/org/apache/jasper34/servlet JspServlet.java
Log:
One more step ( it took far longer than I expected, but I think we're close now ).
Removed all dependencis between JspServlet and jasper, hidden behind abs
nacho 01/06/17 11:53:22
Modified:jasper34/liaison/org/apache/jasper34/tomcat33
JasperEngineContext.java
Log:
* Using the new getURLs method to walk down the CL chain
Revision ChangesPath
1.6 +3 -3
jakarta-tomcat-jasper/jasper34
On Sun, 17 Jun 2001, Ignacio J. Ortega wrote:
> Hola Costin:
>
> > Can you try again with the latest CVS and send a trace ( I
> > did a number of
> > changes and the lines are different now ).
> >
>
> Now works. Thanks.
>
> But I've got 2 Fails ( This is failing with Jasper33 too )
>
> FAIL
On Sat, 16 Jun 2001, Casey Lucas wrote:
> > Jasper already understands what things like do, and it
> > generates specialized code to implement the required functionality (rather
> > than treating it like a custom tag).
>
> right. i thought he might be refering to custom tags. that's where my
>
> Hola Costin:
>
> > Can you try again with the latest CVS and send a trace ( I
> > did a number of
> > changes and the lines are different now ).
> >
>
> Now works. Thanks.
>
Not true, i was trying Jasper33 not Jasper34 ( hence my comment a
Hola Costin:
> Can you try again with the latest CVS and send a trace ( I
> did a number of
> changes and the lines are different now ).
>
Now works. Thanks.
But I've got 2 Fails ( This is failing with Jasper33 too )
FAIL ( This URL should return HTML, not JSP source ) GET
/test/jsp/HelloWor
"Craig R. McClanahan" wrote:
>
> On Sat, 16 Jun 2001, Casey Lucas wrote:
>
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > On Fri, 15 Jun 2001, Casey Lucas wrote:
> > >
> > > >
> > > > Costin,
> > > >
> > > > sounds good.
> > > >
> > > > btw, when do you think the generator code in 34 will settle
costin 01/06/16 15:06:28
Modified:jasper34/generator/org/apache/jasper34/javagen
JavaSourceGenerator.java
jasper34/liaison/org/apache/jasper34/tomcat33
JspInterceptor.java
Log:
Fewer messages in JspInterceptor
Hi Nacho,
Can you try again with the latest CVS and send a trace ( I did a number of
changes and the lines are different now ).
Are you using jikes ?
Costin
On Sat, 16 Jun 2001, Casey Lucas wrote:
>
> [EMAIL PROTECTED] wrote:
> >
> > On Fri, 15 Jun 2001, Casey Lucas wrote:
> >
> > >
> > > Costin,
> > >
> > > sounds good.
> > >
> > > btw, when do you think the generator code in 34 will settle down
> > > a little?
> >
> > Soon :-)
> >
> > There
costin 01/06/16 14:11:18
Modified:jasper34 build.xml
Log:
A small change, jars are created in the same target ( it's easier to
work with while testing JspSerlvet, where the location and content of the
jars might be different )
Revision ChangesPath
1.8 +2
costin 01/06/16 14:09:47
Modified:jasper34/liaison/org/apache/jasper34/cli
CommandLineContext.java JspC.java
Log:
Fixes to make it compile - I haven't tested it so far.
One big change - I split the very long methods in simpler ones, and tri
costin 01/06/16 14:06:14
Modified:jasper34/liaison/org/apache/jasper34/servlet
JspEngineContext.java JspServlet.java
Log:
The first serious cleanup for JspServlet.
I tested it and it seems to work fine ( assuming you get the right classpath :-).
I
costin 01/06/16 14:02:35
Added: jasper34/liaison/org/apache/jasper34/servlet
JspServletWrapper.java
Log:
Split JspServletWrapper out of JspServlet, cleaned up a bit.
JspServlet acts as a servlet container for the generated JSPs, since the container
costin 01/06/16 14:00:08
Modified:jasper34/liaison/org/apache/jasper34/liaison ManglerCli.java
OptionsProperties.java OptionsServletConfig.java
TagLibReader.java
Log:
Added code in OptionsServletConfig for special properties ( that
costin 01/06/16 13:54:15
Modified:jasper34/liaison/org/apache/jasper34/tomcat33
JasperEngineContext.java JspInterceptor.java
Log:
Eliminate unused code ( duplicate that was consolidated, etc ).
Move code from JspInterceptor to liaison ( to simplify
costin 01/06/16 13:48:49
Modified:jasper34/runtime/org/apache/jasper34/runtime
HttpJspBase.java
Log:
Eliminate the class loader property from HttpJspBase.
There are few big problems with it:
- it is not used by any active code
- it doesn't wo
costin 01/06/16 13:45:49
Modified:jasper34/generator/org/apache/jasper34/jsptree
TagLibraries.java
Log:
Adapt to the changes in container liaison ( needed to use it as per/context
singleton)
Revision ChangesPath
1.5 +5 -2
jakarta
costin 01/06/16 13:45:15
Modified:jasper34/generator/org/apache/jasper34/jsptree
JspPageInfo.java
Log:
Eliminate duplicated ( but with different name ) methods, mangler is the
one to ask for mangled file names.
Revision ChangesPath
1.5
costin 01/06/16 13:43:24
Modified:jasper34/generator/org/apache/jasper34/javacompiler
JavaCompiler.java JikesJavaCompiler.java
SunJavaCompiler.java
Log:
More duplicated code is out.
Prepare to add the jikes autodetection ( to be
costin 01/06/16 13:41:13
Modified:jasper34/generator/org/apache/jasper34/generator
JspParseEventListener.java ServletWriter.java
Log:
Adapt to the changed signature in JspPageInfo ( it was very confusing to
have different method names for the same thing
costin 01/06/16 13:39:47
Modified:jasper34/generator/org/apache/jasper34/core Options.java
Log:
Eliminate some duplicated code ( all implementations were checking for null
and default to java.io.tmpdir )
Revision ChangesPath
1.5 +7 -3
jakarta-tomcat
costin 01/06/16 13:38:42
Modified:jasper34/generator/org/apache/jasper34/core
ContainerLiaison.java
Log:
Few more comments.
Few signature changes to allow "singleton" per webapp ( one ContainerLiaiason
instance per contextin instead of pa
costin 01/06/16 13:35:20
Modified:jasper34/generator/org/apache/jasper34/core Compiler.java
Log:
Compiler is the main helper to convert jsp to java and to class.
This fix eliminates a lot of duplicated code from various liaisons, moves logging
and all common operations here
costin 01/06/16 13:11:40
Removed: jasper34/liaison/org/apache/jasper34/liaison ClassName.java
ManglerOld.java
jasper34/liaison/org/apache/jasper34/servlet
JasperLoader.java JasperLoader12.java
Log:
Removed the (old
Forgot to Say, I'm on W2k..
Saludos ,
Ignacio J. Ortega
> -Mensaje original-
> De: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]]
> Enviado el: sábado 16 de junio de 2001 17:13
> Para: 'tomcat-dev'
> Asunto: Testing Jasper34 on Windows
>
>
> Hol
Hola a Todos, Costin:
None of the JSP i've tested, compile with the latest Tomcat33 ( that is
using Jasper34 ) from CVS , i've got this StackTraces on the Browser:
8<---
Error: 500
Localización: /examples/jsp/num/numguess.jsp
Erro
On Sat, 16 Jun 2001, Casey Lucas wrote:
> ok. just let me know when you think it's appropriate to
> start adding some tag optimizations.
I assume the changes will be local to 2-3 generators and runtime. We
should be able to have them in parallel, it would generate some conflicts
in cvs but we c
[EMAIL PROTECTED] wrote:
>
> On Fri, 15 Jun 2001, Casey Lucas wrote:
>
> >
> > Costin,
> >
> > sounds good.
> >
> > btw, when do you think the generator code in 34 will settle down
> > a little?
>
> Soon :-)
>
> There is only one more change in the generator layout - switching to
> a "visitor
On Fri, 15 Jun 2001, Casey Lucas wrote:
>
> Costin,
>
> sounds good.
>
> btw, when do you think the generator code in 34 will settle down
> a little?
Soon :-)
There is only one more change in the generator layout - switching to
a "visitor" pattern, with the tree representation of the page se
Costin,
sounds good.
btw, when do you think the generator code in 34 will settle down
a little?
-casey
[EMAIL PROTECTED] wrote:
>
> Ok, time to discuss the first mini-optimization.
>
> Right now jasper has 2 ways to output data - one is the common
> out.println("String ");
>
> The other (
+1
[EMAIL PROTECTED] wrote:
>
> Ok, time to discuss the first mini-optimization.
>
> Right now jasper has 2 ways to output data - one is the common
> out.println("String ");
>
> The other ( not very used ) is using an additional file to store the
> strings, and it's enabled by "largefile" opti
Ok, time to discuss the first mini-optimization.
Right now jasper has 2 ways to output data - one is the common
out.println("String ");
The other ( not very used ) is using an additional file to store the
strings, and it's enabled by "largefile" option.
The output system is probably the most
costin 01/06/12 18:11:39
Modified:jasper34/generator/org/apache/jasper34/generator
CharDataGenerator.java
jasper34/liaison/org/apache/jasper34/tomcat33
JspInterceptor.java
Log:
2 bug fixes.
- JspInterceptor - need
costin 01/06/12 08:45:30
Modified:jasper34/liaison/org/apache/jasper34/tomcat33
JasperEngineContext.java JspInterceptor.java
Log:
Same kind of changes to tomcat33 adapter.
A lot of code still need to be moved either in the base class for
JavaCompiler
costin 01/06/12 08:42:18
Removed: jasper34/liaison/org/apache/jasper34/servlet ClassName.java
EmbededServletOptions.java JspCompiler.java
JspLoader.java ServletEngine.java
TomcatServletEngine.java
Log
costin 01/06/12 08:39:27
Modified:jasper34/liaison/org/apache/jasper34/servlet
JasperLoader.java JspEngineContext.java
JspServlet.java
Log:
Implement the changes in core and toolbox.
Few changes in JasperLoader to make it
costin 01/06/12 08:35:13
Added: jasper34/liaison/org/apache/jasper34/liaison ClassName.java
ManglerOld.java
Log:
A third mangler to choose from - the "original" mangler using class hack.
It's a cool idea, I'll try to preserve
costin 01/06/12 08:33:21
Added: jasper34/liaison/org/apache/jasper34/liaison Mangler33.java
ManglerCli.java
Log:
2 Manglers to choose from. One was used in JspC, one in JspInterceptor.
Revision ChangesPath
1.1
jakarta-tomcat
costin 01/06/12 08:32:40
Added: jasper34/liaison/org/apache/jasper34/liaison
OptionsProperties.java OptionsServletConfig.java
Log:
2 Options to choose from. One is backed by a properties file, one by
ServletConfig.
Revision ChangesPath
1.1
costin 01/06/12 08:31:54
Modified:jasper34/liaison/org/apache/jasper34/liaison
TagLibReader.java
Log:
Update for the core changes.
Revision ChangesPath
1.2 +35 -31
jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/liaison
costin 01/06/12 08:31:00
Modified:jasper34/liaison/org/apache/jasper34/cli
CommandLineContext.java JspC.java
Log:
Moved the options ( actually use the same OptionsProperties as
JspInterceptor ).
Few more simplifications, less duplication of code
costin 01/06/12 08:29:29
Removed: jasper34/liaison/org/apache/jasper34/cli
CommandLineCompiler.java
Log:
Removed the CommandLineCompiler.
The Mangler part is now a separate component in the toolbox.
The "extend Compiler" part is no lon
costin 01/06/12 08:27:49
Removed: jasper34/liaison/org/apache/jasper34/tomcat33
JasperMangler.java JasperOptionsImpl.java
Log:
Removed the mangler and options from tomcat33 liaison.
We're moving ( as proposed by Mel ) to a toolbox aproach, w
costin 01/06/12 08:21:10
Modified:jasper34/generator/org/apache/jasper34/javagen
JavaSourceGenerator.java
jasper34/generator/org/apache/jasper34/parser
DelegatingListener.java JspReader.java
costin 01/06/12 08:19:39
Modified:jasper34/generator/org/apache/jasper34/jsptree
JspPageInfo.java TagInfoImpl.java TagLibraries.java
Log:
Added the page info from JspContext into JspPageInfo.
Still to do: some of the information is specific to jsp
costin 01/06/12 08:16:30
Modified:jasper34/generator/org/apache/jasper34/javacompiler
JavaCompiler.java JikesJavaCompiler.java
SunJavaCompiler.java
Log:
Turned the JavaCompiler interface into a class.
Moved duplicated code into
costin 01/06/12 08:13:12
Modified:jasper34/generator/org/apache/jasper34/generator
BeanGenerator.java ForwardGenerator.java
GeneratorBase.java IncludeGenerator.java
JspParseEventListener.java PageDirectives.java
costin 01/06/12 08:06:09
Modified:jasper34/generator/org/apache/jasper34/core Mangler.java
Options.java
Log:
Transformed Mangler and Options into classes.
Moved all the duplicated code from the 3 options implementations in Options,
with a
costin 01/06/12 08:04:15
Modified:jasper34/generator/org/apache/jasper34/core
ContainerLiaison.java
Log:
Moved the methods from Constants.
TODO: change them from static to instance ( after JspServlet is refactored ).
messages are normal callback
costin 01/06/12 08:01:02
Modified:jasper34/generator/org/apache/jasper34/core Constants.java
Log:
Removed container callbacks. Constants are constants.
Revision ChangesPath
1.5 +0 -67
jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core
costin 01/06/12 08:00:28
Modified:jasper34/generator/org/apache/jasper34/core Compiler.java
Log:
Changed Compiler so people can use it direclty, without extending it.
Split the compile() method in 2 - jsp2java and javac, to allow finer control.
The compiler is just doing
costin 01/06/12 07:55:45
Removed: jasper34/generator/org/apache/jasper34/core
JspCompilationContext.java
Log:
Next refactoring step: removed the JspCompilationContext.
JspCC was a mix of container callbacks and jsp page state info. Cleaned this
by
costin 01/06/12 07:53:04
Removed: jasper34/generator/org/apache/jasper34/resources
messages.properties messages_es.properties
messages_fr.properties
Log:
Duplicate - LocalStrings are used.
On Mon, 11 Jun 2001, Steve Downey wrote:
> > On a production site it isn't a big factor - there are not too many
> > reloads.
> >
>
> Depends. I've done some content publishing work where JSPs are replaced
> quite often while the engine is running. Of course, there are other ways of
> accompli
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 11, 2001 12:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Jasper34: Manglers
>
>
> On Sun, 10 Jun 2001, Glenn Nielsen wrote:
>
> > Another advantage of ja
On Sun, 10 Jun 2001, Glenn Nielsen wrote:
> Another advantage of jasper40 using a URLClassLoader for each individual
> JSP page is that you don't accumulate outdated classes in the classloader
> that eat up JVM memory when a JSP is recompiled. I haven't looked at
> jasper33, so please let me kn
[EMAIL PROTECTED] wrote:
>
> Another issue:
>
> At this moment we have 4 different manglers ( == converters between
> jsp files and valid class names ):
> - original ( uses a nice .class file hack to do versioning )
> - jspc ( similar with original, but without versioning - AFAIK)
> - jasper33 (
Another issue:
At this moment we have 4 different manglers ( == converters between
jsp files and valid class names ):
- original ( uses a nice .class file hack to do versioning )
- jspc ( similar with original, but without versioning - AFAIK)
- jasper33 ( versioning, simpler names without %,
On Sat, 9 Jun 2001, Craig R. McClanahan wrote:
> > I would like to change that to generate a "real" map that could be
> > used programmatically by the error reporting code ( and simplify the work
> > for debuggers ).
> >
> > I'm not sure what would be the best structure for that.
> >
>
> The
On Sat, 9 Jun 2001 [EMAIL PROTECTED] wrote:
> Hi,
>
> The current scheme ( used by some IDEs ) is to generate a comment in
> the source code. This could be used by parsing the java file and
> constructing a map.
>
> I would like to change that to generate a "real" map that could be
> used p
costin 01/06/09 14:29:03
Modified:jasper34/runtime/org/apache/jasper34/runtime
HttpJspBase.java JspRuntimeLibrary.java
Log:
Initial code to use the new line map.
We don't do anything special - this is just the original code that does
the ma
costin 01/06/09 14:26:21
Modified:jasper34/liaison/org/apache/jasper34/cli JspC.java
jasper34/liaison/org/apache/jasper34/servlet
EmbededServletOptions.java JspServlet.java
ServletEngine.java
jasper34
costin 01/06/09 14:23:32
Modified:jasper34/generator/org/apache/jasper34/core Options.java
jasper34/generator/org/apache/jasper34/generator
CharDataGenerator.java ExpressionGenerator.java
StoredCharDataGenerator.java
costin 01/06/09 14:21:17
Modified:jasper34/generator/org/apache/jasper34/generator
ServletWriter.java
Log:
Added line mapping generation.
Also, few more indentation fixes ( better looking page ).
The comment will be generated only based on an
costin 01/06/09 14:19:29
Modified:jasper34/generator/org/apache/jasper34/generator
GeneratorBase.java
Log:
2 more hooks: generation of file and line maps.
This is a very simple structure that maps line in the java file to
locations in the jsp file
costin 01/06/09 14:17:49
Modified:jasper34/generator/org/apache/jasper34/core Constants.java
Log:
Small ( hacky ) fix: use the resources from runtime, StringManager
is in the common class loader and it expects all resources to be in
the same loader.
There are few other
costin 01/06/09 14:16:17
Modified:jasper34 build.xml
Log:
Small fix, the "hook" target will do a quick replace ( no more editing )
If you want to run with jasper34, just run "ant hook"
Revision ChangesPath
1.7 +5 -3 jakarta-to
Hi,
The current scheme ( used by some IDEs ) is to generate a comment in
the source code. This could be used by parsing the java file and
constructing a map.
I would like to change that to generate a "real" map that could be
used programmatically by the error reporting code ( and simplify the
costin 01/06/07 23:01:39
Modified:jasper34/liaison/org/apache/jasper34/tomcat33
JspInterceptor.java
Log:
Use the depends to register includes. Next step ( a bit later ) is to add
the TLDs.( web.xml and the jars are already taken in account, but they
costin 01/06/07 22:42:59
Added: jasper34/runtime/org/apache/jasper34/runtime
RuntimeLiaison.java
Log:
Initial prototype for the RuntimeLiaison, it will allow container to
hook in and provide optimizations.
RuntimeLiaison will be a critical piece
costin 01/06/07 22:41:15
Modified:jasper34/runtime/org/apache/jasper34/runtime
HttpJspBase.java
Log:
Added the 2 extra methods to be used for deps and chunks.
Revision ChangesPath
1.4 +3 -0
jakarta-tomcat-jasper/jasper34/runtime/org
costin 01/06/07 23:10:18
Modified:jasper34 build.xml
Log:
Use tomcat_util from jakarta-tomcat.
The stuff could be moved in a common place, if that place would exist
( moving it to jakarta-commons may be a good idea, but I don't have
the resources righ
costin 01/06/07 21:57:02
Modified:jasper34/generator/org/apache/jasper34/generator
GeneratorBase.java JspParseEventListener.java
ServletWriter.java
jasper34/generator/org/apache/jasper34/parser JspReader.java
Added
costin 01/06/07 00:02:27
Modified:jasper34 build.xml
jasper34/generator/org/apache/jasper34/core Compiler.java
ContainerLiaison.java
Log:
Fix some mistakes in previous commit.
Revision ChangesPath
1.5 +1 -0 jakarta
costin 01/06/06 23:59:08
Modified:jasper34/generator/org/apache/jasper34/core Compiler.java
ContainerLiaison.java JspCompilationContext.java
jasper34/generator/org/apache/jasper34/generator
JspParseEventListener.java
costin 01/06/06 23:56:16
Modified:jasper34/liaison/org/apache/jasper34/cli
CommandLineContext.java
jasper34/liaison/org/apache/jasper34/servlet
JspEngineContext.java
jasper34/liaison/org/apache/jasper34
1 - 100 of 211 matches
Mail list logo