Re: [VOTE] Release build 6.0.15

2007-11-09 Thread Paul McMahan
Didn't someone say earlier that there was a TCK issue? Best wishes, Paul On Nov 9, 2007, at 11:09 AM, Remy Maucherat wrote: On Mon, 2007-11-05 at 15:17 +0100, Rémy Maucherat wrote: The candidates binaries are available here: http://people.apache.org/~remm/tomcat-6/v6.0.15/ According to the

Re: [VOTE] Send trunk to the sandbox

2007-08-22 Thread Paul McMahan
On Aug 20, 2007, at 3:43 AM, Henri Gomez wrote: +0, could we see the pros and cons ? One con of moving trunk to sandbox, at least from an ASF-wide perspective, is that the annotation processing changes that Geronimo 2.0 relies on are currently only available in trunk. The development of

Re: TC6 source file licensing - last few files

2007-08-06 Thread Paul McMahan
On Aug 5, 2007, at 12:25 AM, Mark Thomas wrote: Finally, if anyone knows of / spots any other TC6 files that appear to have license issues, now would be a good time to speak up. Shouldn't these changes also be merged to tomcat/trunk ? Best wishes, Paul

6.0.x and trunk out of synch?

2007-07-19 Thread Paul McMahan
I have noticed some commits going into 6.0.x/trunk that were not also merged into trunk, see below for a sampling. Is there general agreement around keeping trunk and 6.0.x/trunk in synch, and if so would it be helpful for me to provide a patch or svn merge script to resynch them? Best

cleanroomed schemas and DTDs

2007-06-20 Thread Paul McMahan
The geronimo project has created cleanroom versions of the following schemas and DTDs: j2ee_1_4.xsd j2ee_web_services_1_1.xsd j2ee_web_services_client_1_1.xsd jsp_2_0.xsd jsp_2_1.xsd web-app_2_2.dtd web-app_2_3.dtd web-app_2_4.xsd web-app_2_5.xsd web-jsptaglibrary_2_0.xsd

Re: intentional change to ErrorReportValve?

2007-06-01 Thread Paul McMahan
Yoav, Thanks for following up. Yesterday rev 543307 fixed the problem in tc6.0.x/trunk. But the problem still remains in trunk. Not sure if there are plans to apply BZ 42559 there as well. Best wishes, Paul On Jun 1, 2007, at 9:49 AM, Yoav Shapira wrote: Hi,. On 5/30/07, Paul

Re: please publish a snapshot

2007-06-01 Thread Paul McMahan
On Jun 1, 2007, at 2:57 AM, Filip Hanik - Dev Lists wrote: Paul McMahan wrote: Could someone please publish a snapshot of http://svn.apache.org/ repos/asf/tomcat/trunk/ to the Apache snapshot repo? you sure you want trunk, this branch is in modification mode and doesn't even have a scheduled

please publish a snapshot

2007-05-31 Thread Paul McMahan
Could someone please publish a snapshot of http://svn.apache.org/ repos/asf/tomcat/trunk/ to the Apache snapshot repo? Best wishes, Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

signature problems in EL 1.0 and JSP 2.1 api jars

2007-05-30 Thread Paul McMahan
Last year I copied the EL 1.0 and JSP 2.1 apis from Tomcat to Geronimo's svn because the Tomcat 6 jars were not available in a maven repo yet. Now that the Tomcat 6 jars are published to the maven central repo (thanks Filip!) I would like to replace Geronimo's copy. There are a few API

intentional change to ErrorReportValve?

2007-05-30 Thread Paul McMahan
A recent change to ErrorReportValve is causing a problem with TCK. From the commit log it seems that the change was not supposed to introduce any new behavior: http://svn.apache.org/viewvc?view=revrevision=535915 But the valve's behavior was changed because the check for

Re: Publishing JAR's to Maven

2007-05-24 Thread Paul McMahan
This is great news! Thanks for all the effort, I know it was a major pain but I think it will pay off. I would like to replace geronimo's versions of the servlet 2.5, jsp 2.1, and el 1.0 spec jars with the versions of these jars you published to the main repository. As you may recall,

Re: Publishing JAR's to Maven

2007-05-22 Thread Paul McMahan
On May 22, 2007, at 5:56 AM, Filip Hanik - Dev Lists wrote: at least I got my command line deploy to work on Windoze now. after finally finding this post http://www.mail-archive.com/[EMAIL PROTECTED]/msg48313.html thanks for sharing that gem. lots of good info, plus a little caveman humor

jaxrpc problem in tomcat 6

2007-05-21 Thread Paul McMahan
While running jaxrpc tests in Tomcat I noticed a problem with how service-qname and soap-header elements in web.xml are processed. It looks like the structure for these elements expected by Tomcat's digester does not match the j2ee_web_services_client_1_1.xsd schema inside

Re: Annotation processing - Geronimo injection

2007-05-16 Thread Paul McMahan
On Apr 12, 2007, at 12:15 PM, Remy Maucherat wrote: David Jencks wrote: https://issues.apache.org/jira/secure/attachment/12355273/ GERONIMO-3010-4.patch In addition, this one combines the InstanceManager interfaces. I think this is a bad idea because it forces jasper to use an interface

Re: Commons EL

2007-04-04 Thread Paul McMahan
Thanks for bringing this up. I made the copy for Geronimo as part of a bigger effort[7] to integrate TC6 with Geronimo 2.0 The underlying motivation was to have the spec jars available in a m2 repo, so I followed a precedent I noticed for the servlet 2.5 spec[8]. Since that time the

Re: Script for publishing JARs to Maven Repo done

2007-01-11 Thread Paul McMahan
Works perfectly. Thanks! Best wishes, Paul On 1/10/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: done http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/extras/ will that work for you to get the replacement done? Filip Paul McMahan wrote: Geronimo uses commons

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
snapshot release from a release release (nightly vs when tomcat has an approved release) Filip Paul McMahan wrote: Thanks for setting this up. I'm integrating tomcatv6 into Geronimo 2.0 so having these jar published in a maven repo is a big help since we build using maven. Can you also publish

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
: cool, I'm having major problems getting it to work on Windows, somehow jcraft.JSch is just not working very well, as it expects ${user.home}/.ssh/known_hosts to be in place etc Filip Paul McMahan wrote: Filip, Thanks I updated the Geronimo build to start pulling the jars from the apache snapshot

Re: Script for publishing JARs to Maven Repo done

2007-01-10 Thread Paul McMahan
Oops I meant to say Geronimo uses log4j. Paul On 1/10/07, Paul McMahan [EMAIL PROTECTED] wrote: Geronimo uses commons logging and I just found out how to reconfigure TC6 to support that logging impl at http://tomcat.apache.org/tomcat-6.0-doc/logging.html Can you also publish the tomcat-juli

Re: Script for publishing JARs to Maven Repo done

2007-01-07 Thread Paul McMahan
On 1/5/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I'll add this patch in, that's not a problem, we've already identified Thank you. So if you are integrating TC6, I hope you are not doing it the same way they did TC5.5, we've received complaints about that integration, about the

Re: Script for publishing JARs to Maven Repo done

2007-01-05 Thread Paul McMahan
jasper.jar jasper-jdt.jar tomcat-coyote.jar I can send you a patch for the publish script if that would help. Best wishes, Paul McMahan On 1/5/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: I've created a script that publishes our JARs to a Maven repo (in this first release, the script

Re: [ANN] Apache Tomcat v6.0.2-beta

2006-11-27 Thread Paul McMahan
Will this release be made available in a maven repository? Best wishes, Paul On 11/22/06, Remy Maucherat [EMAIL PROTECTED] wrote: The Apache Tomcat team announces the immediate availability of Apache Tomcat 6.0.2 beta. This release is the first non alpha release of the 6.0.x branch. Apache