Re: Notice : No more IBM support JK/Tomcat on i5/OS V6R1

2009-08-07 Thread Henri Gomez
I'll open an incident ticket at IBM, hope they fix that miss. 2009/8/5 Henri Gomez : >>> Why did we use unixd_set_global_mutex_perms/ap_unixd_set_global_mutex_perms >>> since both call didn't exist in i5/OS V6R1 and I had to set >>> JK_NEED_SET_MUTEX_PERMS to 0 to have them excluded. >> >> Because

svn commit: r801944 - /tomcat/trunk/build.xml

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 10:49:54 2009 New Revision: 801944 URL: http://svn.apache.org/viewvc?rev=801944&view=rev Log: Modify the embedded target so the extras package can be used if log4j logging is required. Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: htt

svn re-org imminent

2009-08-07 Thread Mark Thomas
Just a reminder that once 5.5.28 is released, I am planning to re-org svn. If you have checkouts of 5.5.x, jk, native, isapi, nsapi this will affect you. My plan to handle this is to: - check-in what I can beforehand - re-checkout each of the components to a new location - copy any locally modifie

svn commit: r801967 - /tomcat/trunk/java/org/apache/catalina/mbeans/MBeanUtils.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 12:24:54 2009 New Revision: 801967 URL: http://svn.apache.org/viewvc?rev=801967&view=rev Log: Fix some Eclipse warnings. Could remove the unused parameters but that would break the pattern of method signatures Modified: tomcat/trunk/java/org/apache/catalina/mbe

svn commit: r801969 - in /tomcat/trunk/java/org/apache: catalina/ha/backend/ catalina/session/ tomcat/util/net/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 12:30:49 2009 New Revision: 801969 URL: http://svn.apache.org/viewvc?rev=801969&view=rev Log: Removed unused imports and an unused local variable reported by Eclipse Modified: tomcat/trunk/java/org/apache/catalina/ha/backend/CollectedInfo.java tomcat/trunk/j

svn commit: r801971 - /tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 12:35:06 2009 New Revision: 801971 URL: http://svn.apache.org/viewvc?rev=801971&view=rev Log: Remove unnecessary tests and casts Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtocol.java Modified: tomcat/trunk/java/org/apache/coyote/ajp/AjpAprProtoc

Regarding JmxRemoteLifecycleListener

2009-08-07 Thread Rainer Frey
Hi, I have some questions about the JmxRemoteLifecycleListerner that was added to trunk. 1. Revision 751496 was commented with "Tomcat uses Platform MBean server. Adjust listener accordingly." and removed the separate configuration for "Catalina" mbean server and registry. Was this accompanied

Re: Regarding JmxRemoteLifecycleListener

2009-08-07 Thread Mark Thomas
Rainer Frey wrote: > Hi, > > I have some questions about the JmxRemoteLifecycleListerner that was added to > trunk. > > 1. Revision 751496 was commented with "Tomcat uses Platform MBean server. > Adjust listener accordingly." and removed the separate configuration > for "Catalina" mbean server

Re: Regarding JmxRemoteLifecycleListener

2009-08-07 Thread Rainer Frey (Inxmail GmbH)
On Friday 07 August 2009 15:49:38 Mark Thomas wrote: > Rainer Frey wrote: > > 1. Revision 751496 was commented with "Tomcat uses Platform MBean server. > > Adjust listener accordingly." and removed the separate configuration > > for "Catalina" mbean server and registry. Was this accompanied by a >

svn commit: r802026 - in /tomcat/trunk: java/javax/servlet/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ webapps/examples/WEB-INF/classes/async/

2009-08-07 Thread fhanik
Author: fhanik Date: Fri Aug 7 14:49:19 2009 New Revision: 802026 URL: http://svn.apache.org/viewvc?rev=802026&view=rev Log: Refactor location of AsyncContextImpl to o.a.catalina.core Added: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java - copied, changed from r80200

svn commit: r802031 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 14:58:21 2009 New Revision: 802031 URL: http://svn.apache.org/viewvc?rev=802031&view=rev Log: Change vote having read spec more carefully Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomc

svn commit: r802032 - in /tomcat/trunk/java/org/apache/catalina: connector/Request.java core/AsyncContextImpl.java

2009-08-07 Thread fhanik
Author: fhanik Date: Fri Aug 7 14:58:41 2009 New Revision: 802032 URL: http://svn.apache.org/viewvc?rev=802032&view=rev Log: minor refactoring, simplify initialization Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java tomcat/trunk/java/org/apache/catalina/core/AsyncC

Re: Regarding JmxRemoteLifecycleListener

2009-08-07 Thread Mark Thomas
Rainer Frey (Inxmail GmbH) wrote: > On Friday 07 August 2009 15:49:38 Mark Thomas wrote: >> Rainer Frey wrote: >>> 1. Revision 751496 was commented with "Tomcat uses Platform MBean server. >>> Adjust listener accordingly." and removed the separate configuration >>> for "Catalina" mbean server and r

Re: svn re-org imminent

2009-08-07 Thread Mladen Turk
On 07/08/09 13:41, Mark Thomas wrote: Just a reminder that once 5.5.28 is released, I am planning to re-org svn. If you have checkouts of 5.5.x, jk, native, isapi, nsapi this will affect you. I am currently planning the following changes: When done, could you post the changes or even better

svn commit: r802034 - /tomcat/tc6.0.x/trunk/STATUS.txt

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 15:05:13 2009 New Revision: 802034 URL: http://svn.apache.org/viewvc?rev=802034&view=rev Log: Engage brain before reading spec docs and remember that the pdf and the JavaDoc are not always consistent. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/

Re: svn re-org imminent

2009-08-07 Thread Mark Thomas
Mladen Turk wrote: > On 07/08/09 13:41, Mark Thomas wrote: >> Just a reminder that once 5.5.28 is released, I am planning to re-org >> svn. If you have checkouts of 5.5.x, jk, native, isapi, nsapi this will >> affect you. >> >> >> I am currently planning the following changes: >> > > When done, co

[RESULT] jdbc-pool Release build 1.0.7

2009-08-07 Thread Filip Hanik - Dev Lists
This vote did not pass. Not enough votes. Filip On 07/27/2009 02:21 PM, Filip Hanik - Dev Lists wrote: The candidates source and binaries are available here: http://people.apache.org/~fhanik/jdbc-pool/v1.0.7/ According to the release process, the 1.0.7 tag is: [ ] Broken [ ] Alpha [ ] Beta [ ]

[RESULT] Release build 5.5.28

2009-08-07 Thread Filip Hanik - Dev Lists
This vote passed 3xStable binding votes, fhanik,mturk, markt 1xBroken non binding vote, sebb Filip On 07/27/2009 02:20 PM, Filip Hanik - Dev Lists wrote: The candidates binaries are available here: http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.28/ According to the release process, th

Re: svn re-org imminent

2009-08-07 Thread Mladen Turk
On 07/08/09 17:34, Mark Thomas wrote: Mladen Turk wrote: On 07/08/09 13:41, Mark Thomas wrote: Just a reminder that once 5.5.28 is released, I am planning to re-org svn. If you have checkouts of 5.5.x, jk, native, isapi, nsapi this will affect you. I am currently planning the following change

svn commit: r802064 - /tomcat/trunk/java/org/apache/catalina/core/ApplicationContext.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 16:10:27 2009 New Revision: 802064 URL: http://svn.apache.org/viewvc?rev=802064&view=rev Log: Get SSL session tracking working again. If you use http you'll get new session ID on every request If you use https you get the SSL session ID Modified: tomcat/trunk/ja

Re: 3.0 annotations ?

2009-08-07 Thread Filip Hanik - Dev Lists
I'll take a look at this after I'm done with the async stuff On 08/04/2009 03:28 PM, David Blevins wrote: On Aug 4, 2009, at 1:22 PM, Costin Manolache wrote: Thanks - so objectweb instead of BCEL. I'll try it out - it's a bit different from what I had in mind, it looks like xbean-finder first

svn commit: r802143 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteSessionIDBinderListener.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 18:54:18 2009 New Revision: 802143 URL: http://svn.apache.org/viewvc?rev=802143&view=rev Log: Minor code clean-up Modified: tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteSessionIDBinderListener.java Modified: tomcat/trunk/java/org/apache/catalina/h

svn commit: r802146 - in /tomcat/trunk/java/org/apache/catalina: connector/ core/ ha/session/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:15:54 2009 New Revision: 802146 URL: http://svn.apache.org/viewvc?rev=802146&view=rev Log: Complete implementation of SessionCookieConfig Added: tomcat/trunk/java/org/apache/catalina/core/ApplicationSessionCookieConfig.java (with props) Modified: tomc

svn commit: r802147 - in /tomcat/trunk/java/org/apache/catalina/connector: CoyoteAdapter.java Request.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:17:36 2009 New Revision: 802147 URL: http://svn.apache.org/viewvc?rev=802147&view=rev Log: Fix some Eclipse warnings Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/catalina/connector/Request.java

svn commit: r802150 - /tomcat/trunk/java/javax/servlet/AsyncContext.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:18:21 2009 New Revision: 802150 URL: http://svn.apache.org/viewvc?rev=802150&view=rev Log: Remove catalina import from spec classes Modified: tomcat/trunk/java/javax/servlet/AsyncContext.java Modified: tomcat/trunk/java/javax/servlet/AsyncContext.java URL:

svn commit: r802151 - /tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:19:46 2009 New Revision: 802151 URL: http://svn.apache.org/viewvc?rev=802151&view=rev Log: Couple more unused imports Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncListenerWrapper.java Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncLis

svn commit: r802155 - in /tomcat/tc5.5.x: ./ branches/ tags/ trunk/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:24:38 2009 New Revision: 802155 URL: http://svn.apache.org/viewvc?rev=802155&view=rev Log: Add structure ready for 5.5.x move Added: tomcat/tc5.5.x/ tomcat/tc5.5.x/branches/ tomcat/tc5.5.x/tags/ tomcat/tc5.5.x/trunk/

svn commit: r802157 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:35:32 2009 New Revision: 802157 URL: http://svn.apache.org/viewvc?rev=802157&view=rev Log: keep track of which bits of the spec have been checked Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL: http://s

Re: 3.0 annotations ?

2009-08-07 Thread David Blevins
Cool. Feel free to ping me in freenode if you want; dblevins in #openejb, #geronimo and #asfinfra. -David On Aug 7, 2009, at 9:30 AM, Filip Hanik - Dev Lists wrote: I'll take a look at this after I'm done with the async stuff On 08/04/2009 03:28 PM, David Blevins wrote: On Aug 4, 2009, a

svn commit: r802162 - in /tomcat: build/tc5.5.x/ connectors/trunk/ container/tc5.5.x/ current/tc5.5.x/ jasper/tc5.5.x/ servletapi/servlet2.4-jsp2.0-tc5.x/ tc5.5.x/trunk/ tc5.5.x/trunk/build/ tc5.5.x/t

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:49:24 2009 New Revision: 802162 URL: http://svn.apache.org/viewvc?rev=802162&view=rev Log: Stage 1 of 5.5.x move - move trunk Added: tomcat/tc5.5.x/trunk/STATUS.txt - copied unchanged from r801166, tomcat/current/tc5.5.x/STATUS.txt tomcat/tc5.5.x/tr

svn commit: r802163 - in /tomcat: current-svn15/ current/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 19:53:56 2009 New Revision: 802163 URL: http://svn.apache.org/viewvc?rev=802163&view=rev Log: Remove the current dirs. The previous commit broke them. Removed: tomcat/current/ tomcat/current-svn15/ --

Re: 3.0 annotations ?

2009-08-07 Thread Costin Manolache
So far ASM looks good - the size of the jar is amazing. For tomcat-lite I'll probably use it instead of bcel - I'll first try directly, if I get confused by the callback style I'll use xbean-finder or the tree model. Costin On Fri, Aug 7, 2009 at 12:49 PM, David Blevins wrote: > Cool. Feel free

svn commit: r802164 - in /tomcat/tc5.5.x/trunk: ./ build/ connectors/ container/ jasper/ servletapi/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 20:00:09 2009 New Revision: 802164 URL: http://svn.apache.org/viewvc?rev=802164&view=rev Log: First pass at cleaning up obsolete files. Haven't tried building yet. That comes next. Also need to merge KEYS files. Added: tomcat/tc5.5.x/trunk/KEYS - copied u

svn commit: r802171 - /tomcat/tc5.5.x/trunk/build/build.xml

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 20:33:26 2009 New Revision: 802171 URL: http://svn.apache.org/viewvc?rev=802171&view=rev Log: Fix the build script. Modified: tomcat/tc5.5.x/trunk/build/build.xml Modified: tomcat/tc5.5.x/trunk/build/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/t

svn commit: r802172 - in /tomcat/tc5.5.x/trunk: KEYS connectors/KEYS

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 20:33:46 2009 New Revision: 802172 URL: http://svn.apache.org/viewvc?rev=802172&view=rev Log: Merge the keys from connectors Removed: tomcat/tc5.5.x/trunk/connectors/KEYS Modified: tomcat/tc5.5.x/trunk/KEYS Modified: tomcat/tc5.5.x/trunk/KEYS URL: http://s

svn commit: r802175 - in /tomcat: jk/ jk/branches/ jk/tags/ native/ native/branches/ native/tags/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 20:36:45 2009 New Revision: 802175 URL: http://svn.apache.org/viewvc?rev=802175&view=rev Log: More structure Added: tomcat/jk/ tomcat/jk/branches/ tomcat/jk/tags/ tomcat/native/ tomcat/native/branches/ tomcat/native/tags/ --

svn commit: r802179 - in /tomcat/tc5.5.x/tags: TOMCAT_5_5_0/ TOMCAT_5_5_1/ TOMCAT_5_5_10/ TOMCAT_5_5_11/ TOMCAT_5_5_12/ TOMCAT_5_5_13/ TOMCAT_5_5_14/ TOMCAT_5_5_15/ TOMCAT_5_5_16/ TOMCAT_5_5_17/ TOMCA

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 20:47:43 2009 New Revision: 802179 URL: http://svn.apache.org/viewvc?rev=802179&view=rev Log: More structure Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_0/ tomcat/tc5.5.x/tags/TOMCAT_5_5_1/ tomcat/tc5.5.x/tags/TOMCAT_5_5_10/ tomcat/tc5.5.x/tags/TOMCAT_5_5_

svn commit: r802189 - in /tomcat: build/tags/tc5.5.x/TOMCAT_5_5_0/ build/tags/tc5.5.x/TOMCAT_5_5_1/ build/tags/tc5.5.x/TOMCAT_5_5_10/ build/tags/tc5.5.x/TOMCAT_5_5_11/ build/tags/tc5.5.x/TOMCAT_5_5_12

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:01:31 2009 New Revision: 802189 URL: http://svn.apache.org/viewvc?rev=802189&view=rev Log: Move the build and connector tags Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_0/build/ - copied from r802181, tomcat/build/tags/tc5.5.x/TOMCAT_5_5_0/ tomcat/tc5.5.x

svn commit: r802191 - in /tomcat: build/tags/tc5.5.x/ connectors/tags/tc5.5.x/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:03:47 2009 New Revision: 802191 URL: http://svn.apache.org/viewvc?rev=802191&view=rev Log: Remove empty dirs Removed: tomcat/build/tags/tc5.5.x/ tomcat/connectors/tags/tc5.5.x/ - To uns

svn commit: r802192 - in /tomcat: archive/build/ build/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:07:14 2009 New Revision: 802192 URL: http://svn.apache.org/viewvc?rev=802192&view=rev Log: Move build to the archive Added: tomcat/archive/build/ - copied from r802191, tomcat/build/ Removed: tomcat/build/ -

svn commit: r802198 - in /tomcat: container/tags/tc5.5.x/TOMCAT_5_5_0/ container/tags/tc5.5.x/TOMCAT_5_5_1/ container/tags/tc5.5.x/TOMCAT_5_5_10/ container/tags/tc5.5.x/TOMCAT_5_5_11/ container/tags/t

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:18:47 2009 New Revision: 802198 URL: http://svn.apache.org/viewvc?rev=802198&view=rev Log: Move container, jasper and servletapi tags Added: tomcat/tc5.5.x/tags/TOMCAT_5_5_0/container/ - copied from r802189, tomcat/container/tags/tc5.5.x/TOMCAT_5_5_0/

svn commit: r802199 - in /tomcat: container/tags/tc5.5.x/ jasper/tags/tc5.5.x/ servletapi/tags/servlet2.4-jsp2.0-tc5.x/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:21:17 2009 New Revision: 802199 URL: http://svn.apache.org/viewvc?rev=802199&view=rev Log: Remove empty dirs Removed: tomcat/container/tags/tc5.5.x/ tomcat/jasper/tags/tc5.5.x/ tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/

svn commit: r802204 - in /tomcat: archive/container/ archive/jasper/ archive/servletapi/ container/ jasper/ servletapi/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:26:46 2009 New Revision: 802204 URL: http://svn.apache.org/viewvc?rev=802204&view=rev Log: Move remaining container, jasper and servletapi elements to the archive Added: tomcat/archive/container/ - copied from r802202, tomcat/container/ tomcat/archi

svn commit: r802217 - in /tomcat: connectors/branches/native/1.1.x/jni/ connectors/branches/other/JK_1_2_14/ connectors/branches/other/JK_1_2_23/ connectors/branches/other/JK_1_2_3/ connectors/branche

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:35:43 2009 New Revision: 802217 URL: http://svn.apache.org/viewvc?rev=802217&view=rev Log: Move native and jk tags and branches Note only the native 1.1.x branch was extracted from the rest of the connectors Added: tomcat/jk/branches/JK_1_2_14/ - copied

svn commit: r802219 - /tomcat/connectors/tags/jk1.2.x/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:37:34 2009 New Revision: 802219 URL: http://svn.apache.org/viewvc?rev=802219&view=rev Log: Delete empty dir Removed: tomcat/connectors/tags/jk1.2.x/ - To unsubscribe, e-mail: dev-unsubscr..

svn commit: r802221 - in /tomcat: archive/connectors/ connectors/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:38:36 2009 New Revision: 802221 URL: http://svn.apache.org/viewvc?rev=802221&view=rev Log: Move what's left of the connectors to the archive Added: tomcat/archive/connectors/ - copied from r802219, tomcat/connectors/ Removed: tomcat/connectors/ --

svn commit: r802223 - /tomcat/archive/connectors/trunk/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:39:32 2009 New Revision: 802223 URL: http://svn.apache.org/viewvc?rev=802223&view=rev Log: need a place for stuff I am about to remove from tc5.5.x/connectors Added: tomcat/archive/connectors/trunk/ --

svn commit: r802227 - in /tomcat: archive/connectors/trunk/ajp/ archive/connectors/trunk/doc/ archive/connectors/trunk/scandoc/ tc5.5.x/trunk/connectors/ajp/ tc5.5.x/trunk/connectors/doc/ tc5.5.x/trun

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:41:46 2009 New Revision: 802227 URL: http://svn.apache.org/viewvc?rev=802227&view=rev Log: Move ajp, doc and scan doc to the archive. If any of these are required, we can bring them back but probably in a util directory Added: tomcat/archive/connectors/trunk

svn commit: r802231 - in /tomcat: jk/branches/jk3/ jk/trunk/ jk/trunk/jkstatus/src/share/org/apache/jk/status/ jk/trunk/support/ native/trunk/ tc5.5.x/trunk/connectors/jk/ tc5.5.x/trunk/connectors/jk3

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:43:52 2009 New Revision: 802231 URL: http://svn.apache.org/viewvc?rev=802231&view=rev Log: Move jk and jni/native out to their new locations Added: tomcat/jk/branches/jk3/ - copied from r802218, tomcat/tc5.5.x/trunk/connectors/jk3/ tomcat/jk/trunk/

svn commit: r802237 - /tomcat/tc5.5.x/trunk/connectors/jk/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:48:42 2009 New Revision: 802237 URL: http://svn.apache.org/viewvc?rev=802237&view=rev Log: jk is native + java - need place to move the java back to Added: tomcat/tc5.5.x/trunk/connectors/jk/ -

svn commit: r802238 - in /tomcat: jk/trunk/java/ tc5.5.x/trunk/connectors/jk/java/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:49:36 2009 New Revision: 802238 URL: http://svn.apache.org/viewvc?rev=802238&view=rev Log: Move the java side of jk back to tc5.5.x Added: tomcat/tc5.5.x/trunk/connectors/jk/java/ - copied from r802231, tomcat/jk/trunk/java/ Removed: tomcat/jk/trunk

svn commit: r802240 - in /tomcat: jk/trunk/build.properties.sample jk/trunk/build.xml tc5.5.x/trunk/connectors/jk/build.xml

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:51:24 2009 New Revision: 802240 URL: http://svn.apache.org/viewvc?rev=802240&view=rev Log: More unpicking of jk java vs native Remove obsolete file Added: tomcat/tc5.5.x/trunk/connectors/jk/build.xml - copied unchanged from r802231, tomcat/jk/trunk/buil

svn commit: r802242 - /tomcat/tc5.5.x/trunk/connectors/jni/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:53:10 2009 New Revision: 802242 URL: http://svn.apache.org/viewvc?rev=802242&view=rev Log: jni has similar issue to jk Added: tomcat/tc5.5.x/trunk/connectors/jni/ - To unsubscribe, e-mail:

svn commit: r802243 - in /tomcat: jk/trunk/test/ native/trunk/ native/trunk/examples/ native/trunk/java/ native/trunk/test/ tc5.5.x/trunk/connectors/jk/test/ tc5.5.x/trunk/connectors/jni/ tc5.5.x/trun

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:56:24 2009 New Revision: 802243 URL: http://svn.apache.org/viewvc?rev=802243&view=rev Log: Move java/native split Added: tomcat/tc5.5.x/trunk/connectors/jk/test/ - copied from r802231, tomcat/jk/trunk/test/ tomcat/tc5.5.x/trunk/connectors/jni/build.

svn commit: r802244 - in /tomcat: jk/trunk/conf/ tc5.5.x/trunk/connectors/jk/conf/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:58:23 2009 New Revision: 802244 URL: http://svn.apache.org/viewvc?rev=802244&view=rev Log: Move java/native split Added: tomcat/tc5.5.x/trunk/connectors/jk/conf/ - copied from r802231, tomcat/jk/trunk/conf/ Removed: tomcat/jk/trunk/conf/ -

svn commit: r802245 - in /tomcat: jk/trunk/jkstatus/ tc5.5.x/trunk/connectors/jk/jkstatus/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 21:59:17 2009 New Revision: 802245 URL: http://svn.apache.org/viewvc?rev=802245&view=rev Log: Move java/native split Added: tomcat/tc5.5.x/trunk/connectors/jk/jkstatus/ - copied from r802231, tomcat/jk/trunk/jkstatus/ Removed: tomcat/jk/trunk/jkstatus/

svn commit: r802250 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_20/native/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 22:16:40 2009 New Revision: 802250 URL: http://svn.apache.org/viewvc?rev=802250&view=rev Log: Remove the external as it is breaking svn up. Externals in tags serve no purpose as the target of the external can change. Luckily, the tc6.0.x build does not use this exter

svn commit: r802256 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 22:26:21 2009 New Revision: 802256 URL: http://svn.apache.org/viewvc?rev=802256&view=rev Log: Update svn docs. Singificantly simpler now the tc5.5.x modules are in one place rather than using externals. Modified: tomcat/site/trunk/docs/svn.html tomcat/site/

svn commit: r802259 - /tomcat/tc6.0.x/trunk/native/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 22:28:21 2009 New Revision: 802259 URL: http://svn.apache.org/viewvc?rev=802259&view=rev Log: Remove the broken external. No required. native sources are downloaded as part of the build process. Removed: tomcat/tc6.0.x/trunk/native/ --

svn commit: r802260 - /tomcat/trunk/native/

2009-08-07 Thread markt
Author: markt Date: Fri Aug 7 22:29:43 2009 New Revision: 802260 URL: http://svn.apache.org/viewvc?rev=802260&view=rev Log: Remove another broken external. Not required. native sources are downloaded as part of the build process. Removed: tomcat/trunk/native/ -

svn re-org complete

2009-08-07 Thread Mark Thomas
The svn re-organisation is complete. I have tested the 5.5.x build and got pretty close to the 5.5.28 release. The differences appear to be attributable to post 5.5.28 fixes and that I am building using a different JDK version. One big difference is that the jk and native sources or no longer incl

Re: 3.0 annotations ?

2009-08-07 Thread David Blevins
FYI, ClassFinder is just one class and you're welcome to just take a copy. Struts did the same. -David On Aug 7, 2009, at 12:55 PM, Costin Manolache wrote: So far ASM looks good - the size of the jar is amazing. For tomcat- lite I'll probably use it instead of bcel - I'll first try directly