cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java Constants.java

2001-06-17 Thread costin
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/apache

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java

2001-06-16 Thread costin
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

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java

2001-06-12 Thread costin
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

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java ContainerLiaison.java

2001-06-06 Thread costin
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-tomca

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/core Compiler.java

2001-06-05 Thread costin
costin 01/06/05 23:25:12 Added: jasper34/generator/org/apache/jasper34/core Compiler.java Log: Moved the compiler from generator. This is the main entry point into jasper, but need a bit more work. Revision ChangesPath 1.1 jakarta-tomcat-jasper/jas