Re: [BUG] servlet-mapping breaks after misrequest

2000-11-12 Thread Jeff Turner
On Sat, 11 Nov 2000, Craig R. McClanahan wrote: Hi Jeff, Well, your reported behavior is definitely repeatable. But, after analyzing it, my conclusion is "user error ... don't do that". [snip "bug" report] What do you think? Fine :) I think it might be worth a FAQ entry though. I'll

[REPOST]Upgrading Ant 1.1 build xml files to Ant 1.2

2000-11-12 Thread Nacho
(Sorry for the repost i did send an old version that did not take into account includesexcludes inside copydir tasks) Hola a todos: I've attached a xsl stylesheet, to upgrade build files from ant_11 to ant_12, it only takes into account copydir,copyfile and deltree tasks, but is easy to add

Ant rant

2000-11-12 Thread Nick Bauman
Question: WHAT THE HECK IS ANT? Now I know what ant is, I'm just hyperbolizing. But... It's just that I got the entire Tomcat 3.1 tree to compile with a single Makefile in around 10 minutes. I can't figure out what Ant is helping this project with. Maybe I'm just stupid or something but this

Re: Ant rant

2000-11-12 Thread Michael Stanley
And don't say "ant is cross platform, make is not" because that just isn't true. Was someone just bored with the wheel and wanted to reinvent it? Ant is more than a cross platform make utility. Ant is platform independent, which means alot more than cross platform. Ant is a make utility

RE: Ant rant

2000-11-12 Thread Nick Bauman
"These kids today and their 'ant's! What's the world coming to?" But I'll agree, and _is_ more intuitive and elegant than Make. But I put them at about equal in difficulty in learning curve. BTW, for those who are interested, I've asked our CTO if I can release the maketools I used to compile

Re: 3.2b7 can't build -- fixed

2000-11-12 Thread Nick Bauman
I found what I was missing. It was a jar in my classpath.A On Sun, 12 Nov 2000, Nick Bauman wrote: What am I missing? I'm trying to build 3.2b7. [root@fatman jakarta-tomcat-3.2-b7-src]# ant Searching for build.xml ... Buildfile: /home/nick/build-web/jakarta-tomcat-3.2-b7-src/build.xml

Re: Ant rant

2000-11-12 Thread Craig R. McClanahan
Nick Bauman wrote: I have all kinds of problems using new versions of Tomcat (and someone said that they are suprised at how few people try the milestone builds / betas) and many of them come from problems with Ant. So I think Ant is actually _preventing_ people from getting the most out of

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/loader StandardLoader.java

2000-11-12 Thread remm
remm00/11/12 20:53:51 Modified:catalina/src/share/org/apache/catalina/loader StandardLoader.java Log: - Class repositories in the contexts were not loaded correctly if the catalina.home variable contained a relative path. Now, the path is

Re: Ant rant

2000-11-12 Thread person
ya see below The memory management on PowerPC can be used to frighten small children. -- Linus Torvalds On Sun, 12 Nov 2000, Nick Bauman wrote: On Sun, 12 Nov 2000, Craig R. McClanahan wrote: {snip} I'll take "doesn't pay the rent to know that" as probably the bottom line

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Bootstrap.java

2000-11-12 Thread remm
remm00/11/12 22:19:02 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java Log: - Adds a new "system" class loader on top of the catalina and shared classloaders, to avoid any possible problems when Catalina is put on top of a

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup CatalinaBlock.java CatalinaBlock.xinfo

2000-11-12 Thread remm
remm00/11/12 22:42:31 Modified:catalina build.xml catalina/src/bin catalina.bat Added: catalina/src/conf catalina.conf.xml catalina/src/share/org/apache/catalina/startup CatalinaBlock.java CatalinaBlock.xinfo Log: -

cvs commit: jakarta-tomcat-4.0/catalina/docs/dev classloaders.html

2000-11-12 Thread remm
remm00/11/12 22:48:59 Modified:catalina/docs/dev classloaders.html Log: - Updates to the documentation to reflect the change in classloader architecture. Revision ChangesPath 1.2 +13 -3 jakarta-tomcat-4.0/catalina/docs/dev/classloaders.html Index:

[CATALINA] M4 source build fails?

2000-11-12 Thread Geoff Soutter
Hi there Craig et al, I just downloaded the m4 source archives as per the message sent recently and ant and regexp from cvs and followed the intructions, but I can't get it to build. Looks to me like theres a problem with the javadoc steps. When I execute:

Re: [ANNOUNCEMENT] Tomcat 3.2 Beta 7

2000-11-12 Thread Hans Bergsten
"Craig R. McClanahan" wrote: Hear ye! Hear ye! At long last, an updated "beta 7" release of Tomcat 3.2 is available for download, at: http://jakarta.apache.org/builds/tomcat/release/v3.2-beta-7 [...] Thanks a bunch Craig, and everyone else who helped out getting all the remaining