RE: More on ajp14

2001-06-05 Thread GOMEZ Henri
>I agree that even if you have option b) working, option a) is the >correct way to go so that we don't break backwards compatibility. The consensus seems to be in freezing ajp13 and adding new features in ajp14 only. It will avoid conflict with servlet-engine using standard ajp13 protocol (TC 3.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContextValve.java

2001-06-05 Thread remm
remm01/06/05 00:55:29 Modified:catalina/src/share/org/apache/catalina/core StandardContextValve.java Log: - Will now bind/unbind the thread (in addition to the CL), which should make the classloading more robust. This *may* fix the problems with jBoss

Khurram Mahmood/PeopleSoft is out of the office.

2001-06-05 Thread Khurram_Mahmood
I will be out of the office starting 05/19/2001 and will not return until 06/18/2001. I will respond to your message when I return. If it's something important, please feel free to contact me at [EMAIL PROTECTED] or call 011-92-42-9201179 regards, KM

Re: realms and authentication

2001-06-05 Thread Andy Armstrong
Michael Jennings wrote: > > Thanks for the feedback! > > Does tomcat 3.2.2 currently support JAAS? Not in any explicit sense I think (anyone?), but JAAS is usable with Tomcat -- if that isn't too much of a politicians answer! -- Andy Armstrong, Tagish

RE: realms and authentication

2001-06-05 Thread Ignacio J. Ortega
I do like your idea , this was something i was talking some time ago, But better than for 3.2.2 ( that is on bug fix mode only , no new features ), But I would prefer to apply your idea to share Realms Implementatios between 3.3 and 4.0, a much more useful objetive.. Saludos , Ignacio J. Ortega

Re: realms and authentication

2001-06-05 Thread Antony Bowesman
Andy Armstrong wrote: > > Michael Jennings wrote: > > > > Thanks for the feedback! > > > > Does tomcat 3.2.2 currently support JAAS? > > Not in any explicit sense I think (anyone?), JAAS is not explicitly supported by tomcat. JAAS was only available from JDK 1.3, supplied as an extension. JAA

RPM of 3.3m3 dependencies

2001-06-05 Thread Kaneda K
I try to install on Mandrake 8.0, tomcat-3.3-m3.1.noarch.rpm and it has a dependencie on Xerces-j. I found it at xml.apache.org, but no rpm what DO you have a solution ? ps: I then check with tomcat-3.2.2-1.noarch.rpm and everything works perfectly.

Re: realms and authentication

2001-06-05 Thread Antony Bowesman
"Ignacio J. Ortega" wrote: > > I do like your idea , this was something i was talking some time ago, > But better than for 3.2.2 ( that is on bug fix mode only , no new > features ), But I would prefer to apply your idea to share Realms > Implementatios between 3.3 and 4.0, a much more useful obj

Re: realms and authentication

2001-06-05 Thread Andy Armstrong
Antony Bowesman wrote: > > "Ignacio J. Ortega" wrote: > > > > I do like your idea , this was something i was talking some time ago, > > But better than for 3.2.2 ( that is on bug fix mode only , no new > > features ), But I would prefer to apply your idea to share Realms > > Implementatios betwee

RE: realms and authentication

2001-06-05 Thread GOMEZ Henri
>"Ignacio J. Ortega" wrote: >> >> I do like your idea , this was something i was talking some time ago, >> But better than for 3.2.2 ( that is on bug fix mode only , no new >> features ), But I would prefer to apply your idea to share Realms >> Implementatios between 3.3 and 4.0, a much more usef

RE: RPM of 3.3m3 dependencies

2001-06-05 Thread GOMEZ Henri
xerces> >I try to install on Mandrake 8.0, tomcat-3.3-m3.1.noarch.rpm > and it has >a dependencie on Xerces-j. I found it at xml.apache.org, but >no rpm what DO >you have a solution ? >ps: I then check with tomcat-3.2.2-1.noarch.rpm and >everything works >perfectly. Apache rpms are all

RPM of 3.3m3 - XERCES-J instead of JAXP - Agree ?

2001-06-05 Thread GOMEZ Henri
Just to comment the RPM building : In my TC 3.3-m3 RPM, I choose to use xerces-j >= 1.2 instead of the jaxp 1.1 present on TC 3.3 I add the RPM dependency and didn't install jaxp.jar and parser.jar. At install time the RPM make a link to xerces in common lib : ln -s /usr/share/java/xerces.jar /

cvs commit: jakarta-tomcat/src/doc mod_jk-howto.html tomcat-ssl-howto.html

2001-06-05 Thread larryi
larryi 01/06/05 07:38:25 Modified:src/doc Tag: tomcat_32 mod_jk-howto.html tomcat-ssl-howto.html Log: Fix location of style.css Revision ChangesPath No revision No revision 1.1.2.3 +1 -1

Initial on Java ajp14

2001-06-05 Thread GOMEZ Henri
Hi, Find here a quick and dirty diff to start implementing ajp14 on the java side :) I'm sure Kevin will clean it up, and I'll use his works to add later the marshall/unmarshalling stuff in AJP14 :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

Tomcat4.0 does not compile with jdk1.2.2

2001-06-05 Thread jean-frederic clere
Hi, I have noted that ProcessHelper.java and CGIServlet.java use jdk1.3.1 but this code cannot compile with jdk1.2.2... +++ [javac] /home/jakarta/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java:1567: Wrong number of arguments in method. [javac]

Using log4j in custom tag libraries

2001-06-05 Thread Doug Grimwade
Hi, I am trying to replace the System.out.println() logging in my custom tag library with log4j (using jakarta 3.2.1). I have added Category.getInstance() calls in each tag but I am not sure where I should add the log4j initialisation code. Do I just have a static initialisation block in one of

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java

2001-06-05 Thread bip
bip 01/06/05 15:14:38 Modified:catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java Log: Defaults to /list if no command is specified. Revision ChangesPath 1.2 +54 -4 jakarta-tomcat-4.0/catalina/src/share/org/apac

Re: realms and authentication

2001-06-05 Thread Andy Armstrong
Antony Bowesman wrote: > > Andy Armstrong wrote: > > > > Michael Jennings wrote: > > > > > > Thanks for the feedback! > > > > > > Does tomcat 3.2.2 currently support JAAS? > > > > Not in any explicit sense I think (anyone?), > > JAAS is not explicitly supported by tomcat. JAAS was only availabl

Re: realms and authentication

2001-06-05 Thread Michael Jennings
Using the delegation model I outlined earlier where I wrote a RealmHandler that delegates authentication to a RealmProvider-implementing class public interface RealmProvider { public boolean authenticate(String username, String credentials) throws Exception; public String[] getUserRoles(String us

distributed session management

2001-06-05 Thread Topher LaFata
Hi everybody. I hope this is the appropriate forum for this question. Currently I am doing distributed session management with a hacked up jserv that can persist serialized sessions in the DB if they are deemed "dirty". The session id encodes information regarding, among other things, which machi

Re: distributed session management

2001-06-05 Thread Michael Jennings
Sounds like a VERY cool idea! What kind of database structure do you use? I know that ColdFusion and PHP both have the capability to store their session info in a database, do you know what schema they use? If your code can use the same schema as PHP or ColdFusion, then one could conceivably use

RE: distributed session management

2001-06-05 Thread Topher LaFata
thanks a lot for the response. i've looked at the SessionINterceptor but i can't see how it exposes enough functionality to implement this paradigm. It seems more for messing with an existing session as opposed to instantiating and returning one. Maybe I am wrong though. topher > As far as where

RE: LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le

2001-06-05 Thread GOMEZ Henri
That was asked many time before but . What about creating a sub project jakarta-tomcat-realms - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A

Tomcat 3.2 Wins Java Editor's Choice Award!

2001-06-05 Thread Marc Saegesser
Congratulations to all Tomcat developers! I just got back from the JavaWorld Editor's Choice Award presentation and I'm glad to announce that Jakarta Tomcat 3.2 won the award for "Most Innovative Java Product". I'll update the Jakarta and Tomcat web sites once I see that the JavaWorld web site h

Jasper34: first round

2001-06-05 Thread cmanolache
Hi, I'm going to do a number of commits on jasper34 - some will be large and I want to give a summary to make it easier to track the changes. Basically it's a 'simple' refactoring, the code is working almost the same as before ( we're still passing all the tests we did, no important bug is fixed

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javagen - New directory

2001-06-05 Thread costin
costin 01/06/05 22:32:51 jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javagen - New directory

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree - New directory

2001-06-05 Thread costin
costin 01/06/05 22:33:11 jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree - New directory

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser - New directory

2001-06-05 Thread costin
costin 01/06/05 22:33:15 jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/parser - New directory

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator CoreElement.java DelegatingListener.java JspReader.java Mark.java ParseEventListener.java ParseException.java Parser.java

2001-06-05 Thread costin
costin 01/06/05 22:41:46 Removed: jasper34/generator/org/apache/jasper34/generator CoreElement.java DelegatingListener.java JspReader.java Mark.java ParseEventListener.java ParseException.java Parser.java Log:

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34 package.html

2001-06-05 Thread costin
costin 01/06/05 22:42:20 Added: jasper34/generator/org/apache/jasper34 package.html Log: Small documentation about the various modules Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/package.html Index: pack

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

2001-06-05 Thread costin
costin 01/06/05 22:44:58 Added: jasper34/generator/org/apache/jasper34/core Mangler.java Removed: jasper34/generator/org/apache/jasper34/generator Mangler.java Log: Moved Mangler to core. In core we have the interfaces between jasper and the con

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javagen JavaSourceGenerator.java package.html

2001-06-05 Thread costin
costin 01/06/05 22:48:38 Added: jasper34/generator/org/apache/jasper34/javagen JavaSourceGenerator.java package.html Log: Refactoring of JspParseEventLisener - this is the jasper-independent java code generator. It manage the line number, indentation, et

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java

2001-06-05 Thread costin
costin 01/06/05 22:50:29 Added: jasper34/generator/org/apache/jasper34/jsptree JspPageInfo.java Log: Informations collected about the JSP page - including the tree of generators that will be used to generate the code ( soon to be changed to visitors in

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree BeanRepository.java TagLibraries.java TagLibraryInfoImpl.java

2001-06-05 Thread costin
costin 01/06/05 22:52:11 Added: jasper34/generator/org/apache/jasper34/jsptree BeanRepository.java TagLibraries.java TagLibraryInfoImpl.java Log: Moved from generator, are basically informations associated with the jsp page.

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree TagInfoImpl.java

2001-06-05 Thread costin
costin 01/06/05 22:53:17 Added: jasper34/generator/org/apache/jasper34/jsptree TagInfoImpl.java Log: This used to be TagCache. Now the information about the tag is stored in the TagInfoImpl, a lot of code will be much simpler ( and it's symetrical with

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree JspNode.java

2001-06-05 Thread costin
costin 01/06/05 22:54:12 Added: jasper34/generator/org/apache/jasper34/jsptree JspNode.java Log: The initial step in creating a generator-independent AST and improving the modularity of the generator. Not used right now, work in progress. Revision ChangesPath 1

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree TreeUtil.java package.html

2001-06-05 Thread costin
costin 01/06/05 22:55:56 Added: jasper34/generator/org/apache/jasper34/jsptree TreeUtil.java package.html Log: Added the JspUtil part related with reading tag libs. The whole thing ( this and part of TagLibraryInfoImpl ) will move to liaison, with a co

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator BaseJspListener.java Generator.java

2001-06-05 Thread costin
costin 01/06/05 22:57:51 Removed: jasper34/generator/org/apache/jasper34/generator BaseJspListener.java Generator.java Log: Remove the interface, base class is more flexible.

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator TagCache.java TagLibraries.java TagLibraryInfoImpl.java

2001-06-05 Thread costin
costin 01/06/05 22:58:51 Removed: jasper34/generator/org/apache/jasper34/generator TagCache.java TagLibraries.java TagLibraryInfoImpl.java Log: Moved the Tag info to jsptree. The jsptree contains all the information extracted fro

Re: realms and authentication

2001-06-05 Thread Antony Bowesman
Andy Armstrong wrote: > > Antony Bowesman wrote: > > > > Andy Armstrong wrote: > > > > > > Michael Jennings wrote: > > > > > > > > Thanks for the feedback! > > > > > > > > Does tomcat 3.2.2 currently support JAAS? > > > > > > Not in any explicit sense I think (anyone?), > > > > JAAS is not explic

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator ClassDeclarationPhase.java DestroyMethodPhase.java FileDeclarationPhase.java InitMethodPhase.java ServiceMethodPhase.java StaticInitializerPhase.java

2001-06-05 Thread costin
costin 01/06/05 23:02:54 Removed: jasper34/generator/org/apache/jasper34/generator ClassDeclarationPhase.java DestroyMethodPhase.java FileDeclarationPhase.java InitMethodPhase.java ServiceMethodPhase.java StaticIni

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator DumbParseEventListener.java EscapeUnicodeWriter.java

2001-06-05 Thread costin
costin 01/06/05 23:04:39 Removed: jasper34/generator/org/apache/jasper34/generator DumbParseEventListener.java EscapeUnicodeWriter.java Log: Removed unused code.

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator CommentGenerator.java JakartaCommentGenerator.java

2001-06-05 Thread costin
costin 01/06/05 23:06:27 Removed: jasper34/generator/org/apache/jasper34/generator CommentGenerator.java JakartaCommentGenerator.java Log: The comment generator is now integrated in the java code generator. Better mapping will follow soon ( by generatin

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

2001-06-05 Thread costin
costin 01/06/05 23:07:59 Removed: jasper34/generator/org/apache/jasper34/generator BeanRepository.java Compiler.java Log: Moved files. Compiler is the main entry point to jasper ( from container ), will be in core. ( but needs some refactoring to impr

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

2001-06-05 Thread costin
costin 01/06/05 23:08:52 Added: jasper34/generator/org/apache/jasper34/generator PageDirectives.java Log: Moved out of JspParseEventListener, to simplify the code Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper34/generat

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

2001-06-05 Thread costin
costin 01/06/05 23:10:41 Modified:jasper34/generator/org/apache/jasper34/generator JspParseEventListener.java Log: The simplified ParseEventListener. It should be moved in parser, it is no longer involved in the code generation, only in extracting the

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

2001-06-05 Thread costin
costin 01/06/05 23:12:47 Modified:jasper34/generator/org/apache/jasper34/generator ServletWriter.java Log: Expanded ServletWriter ( with methods from JspParseEventListener ). Still need to be simplified, by adding few more callbacks ( and allowing genera

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

2001-06-05 Thread costin
costin 01/06/05 23:16:05 Modified:jasper34/generator/org/apache/jasper34/generator GeneratorBase.java Log: The modified GeneratorBase, with individual methods for each hook Revision ChangesPath 1.2 +132 -9 jakarta-tomcat-jasper/jasper34

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

2001-06-05 Thread costin
costin 01/06/05 23:16:57 Modified:jasper34/generator/org/apache/jasper34/generator JspUtil.java Log: Moved parser and tablib-reading specific code in the right packages. Revision ChangesPath 1.2 +2 -187 jakarta-tomcat-jasper/jasper34/ge

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/generator BeanEndGenerator.java BeanGenerator.java CharDataGenerator.java CompileException.java DeclarationGenerator.java ExpressionGenerator.java ForwardGenerator.java GetPropertyGenerator.java IncludeGenerator.java InfoGenerator.java MappedCharDataGenerator.java PluginGenerator.java ScriptletGenerator.java SetPropertyGenerator.java StoredCharDataGenerator.java TagBeginGenerator.java TagEndGenerator.java TagGeneratorBase.java TagPoolGenerator.java TagPoolManagerGenerator.java

2001-06-05 Thread costin
costin 01/06/05 23:18:04 Modified:jasper34/generator/org/apache/jasper34/generator BeanEndGenerator.java BeanGenerator.java CharDataGenerator.java CompileException.java DeclarationGenerator.java ExpressionGenerator

Re: realms and authentication

2001-06-05 Thread cmanolache
Just FYI, I don't think this is a good idea for general tomcat authentication. One reason is that "credentials" are not allways a simple string - you can have complex authentication schemes where you require certain schemes based on the IP address, etc. GetUserRoles might not work for paranoid

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

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

2001-06-05 Thread costin
costin 01/06/05 23:27:02 Added: jasper34/generator/org/apache/jasper34/core ContainerLiaison.java Log: Initial work on ContainerLiaison, this will be the class used by containers to provide special functionality to jasper. In the liaison package we'

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

2001-06-05 Thread costin
costin 01/06/05 23:27:41 Modified:jasper34/generator/org/apache/jasper34/core Constants.java JspCompilationContext.java Options.java Log: Few more fixes and comments. Revision ChangesPath 1.3 +4 -1 jakarta-tomcat-jasper/jasper34/gener

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/javacompiler package.html

2001-06-05 Thread costin
costin 01/06/05 23:28:14 Added: jasper34/generator/org/apache/jasper34/core package.html jasper34/generator/org/apache/jasper34/javacompiler package.html Log: Few more comments Revision ChangesPath 1.1 jakarta-t

RE: LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is availab le

2001-06-05 Thread cmanolache
On Tue, 5 Jun 2001, GOMEZ Henri wrote: > That was asked many time before but . > > What about creating a sub project jakarta-tomcat-realms What about jakarta-tomcat-modules ? Connector is a big enough thing, same for jasper, but we shouldn't create a repository for each type of modul

Re: RPM of 3.3m3 - XERCES-J instead of JAXP - Agree ?

2001-06-05 Thread cmanolache
What about using jaxp-1.1 ? You can now build the whole thing from xml-commons, xml-crimson and xml-xalan. Jaxp1.0 is quite old, we should upgrade ( many bugs were fixed ). I personally prefer using crimson ( but I can live with xerces1 ) - code size is the one reason ( I also worked much mo

cvs commit: jakarta-tomcat-jasper/jasper34/liaison/org/apache/jasper34/tomcat33 JasperEngineContext.java JspInterceptor.java

2001-06-05 Thread costin
costin 01/06/05 23:40:51 Modified:jasper34/liaison/org/apache/jasper34/cli CommandLineCompiler.java CommandLineContext.java JspC.java jasper34/liaison/org/apache/jasper34/servlet JspCompiler.java Jsp

Re: RPM of 3.3m3 - XERCES-J instead of JAXP - Agree ?

2001-06-05 Thread DAK
I agree about JAXP1.1 I've been using that with tomcat 3.2.x without any problems. I use Xalan and XSLT, so thought it would be nice to have everything running the same parser. David [EMAIL PROTECTED] wrote: > What about using jaxp-1.1 ? You can now build the whole thing from > xml-common

cvs commit: jakarta-tomcat-jasper/jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java PageContextImpl.java

2001-06-05 Thread costin
costin 01/06/05 23:45:37 Modified:jasper34/runtime/org/apache/jasper34/runtime HttpJspBase.java PageContextImpl.java Log: Some changes in runtime to simplify the generated code. If we extend HttpJspBase ( and our code depends on jasper.runtime.HttpJspBa

Re: Tomcat 3.2 Wins Java Editor's Choice Award!

2001-06-05 Thread Craig R. McClanahan
I echo Marc's thanks to all Tomcat developers -- this award is a result of all the hard work that everyone involved has participated in. I will be sure to feature the award in my session on Tomcat tomorrow at JavaOne :-=) Craig McClanahan On Tue, 5 Jun 2001, Marc Saegesser wrote: > Congratula

cvs commit: jakarta-tomcat-jasper/jasper34 build.xml

2001-06-05 Thread costin
costin 01/06/05 23:48:18 Modified:jasper34 build.xml Log: Added the new packages to the build. Revision ChangesPath 1.4 +3 -0 jakarta-tomcat-jasper/jasper34/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-jasper/jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl

2001-06-05 Thread costin
costin 01/06/05 23:51:29 Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl Log: Ok, kill me - I used perl to avoid typing. Checked it in - might need it later. Revision ChangesPath 1.1 jakarta-tomcat-jasper/jasper34/tools/importRpl.pl

cvs commit: jakarta-tomcat-jasper/jasper34/generator/org/apache/jasper34/jsptree TagLibraries.java

2001-06-05 Thread costin
costin 01/06/05 23:54:04 Modified:jasper34/generator/org/apache/jasper34/jsptree TagLibraries.java Log: Forgot to remove a line. TagCaches is no longer needed, the TagInfoImpl has all the info and it's easier to manage. Revision ChangesPath

Re: Tomcat 3.2 Wins Java Editor's Choice Award!

2001-06-05 Thread Geoff Soutter
Yep. Well done and thanks to all those who put in the hard yards to get where we are today! - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 4:46 PM Subject: Re: Tomcat 3.2 Wins Java Editor's Choice Award! > I ec

Re: cvs commit: jakarta-tomcat-jasper/jasper34/tools importRpl.plpkgReplace.pl rmImport.pl

2001-06-05 Thread brian moseley
may i suggest something like: find . -name "*.java"|xargs perl -pie 's/import\s+foo\;/import\ bar\;/g' :) On 6 Jun 2001 [EMAIL PROTECTED] wrote: > costin 01/06/05 23:51:29 > > Added: jasper34/tools importRpl.pl pkgReplace.pl rmImport.pl > Log: > Ok, kill me - I used perl to