Re: svn commit: r469360 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-31 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: markt Date: Mon Oct 30 19:51:44 2006 New Revision: 469360 URL: http://svn.apache.org/viewvc?view=revrev=469360 Log: Fix bug 37458 where concurrent attempts to load the same class could set entry.manifest to null in one thread whilst the other thread(s) were

Re: svn commit: r469360 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-31 Thread Mark Thomas
Remy Maucherat wrote: Maybe it doesn't hurt much, but I'm not that happy about it anyway. Can I redo it a bit in 6.0 ? Of course. As long as the bug is fixed I have no preference for who actually writes the code ;) If I find time to port the handful of patches I have for TC6 then I'll include

svn commit: r469468 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

2006-10-31 Thread remm
Author: remm Date: Tue Oct 31 04:53:43 2006 New Revision: 469468 URL: http://svn.apache.org/viewvc?view=revrev=469468 Log: - Add two allowed directives. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Modified:

svn commit: r469498 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Validator.java

2006-10-31 Thread remm
Author: remm Date: Tue Oct 31 06:27:22 2006 New Revision: 469498 URL: http://svn.apache.org/viewvc?view=revrev=469498 Log: - Taglibs have their own version number, so isExpression gets an adjustment allowing not checking for deferred expressions. Modified:

svn commit: r469542 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper: compiler/ImplicitTagLibraryInfo.java resources/LocalStrings.properties

2006-10-31 Thread remm
Author: remm Date: Tue Oct 31 08:28:55 2006 New Revision: 469542 URL: http://svn.apache.org/viewvc?view=revrev=469542 Log: - Add parsing of implicit.tld for tag files. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/ImplicitTagLibraryInfo.java

jasper snapshot moved ?

2006-10-31 Thread Dennis Byrne
Hi devs, The Myfaces JSF 1.2 effort has a maven dependency on the new jasper SNAPSHOT. I'm seeing build errors now because the maven client cannot locate the jasper artifacts - were any jars recently moved [1]? Can you tell me where they have/will be moved to? [1]

Re: jasper snapshot moved ?

2006-10-31 Thread Dennis Byrne
I see. Are you folks going to republish any time soon? Dennis Byrne -Original Message- From: Yoav Shapira [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 03:12 PM To: 'Tomcat Developers List' Subject: Re: jasper snapshot moved ? Hi, I don't think any such jars were moved

Re: jasper snapshot moved ?

2006-10-31 Thread Wendy Smoak
On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: The Myfaces JSF 1.2 effort has a maven dependency on the new jasper SNAPSHOT. I'm seeing build errors now because the maven client cannot locate the jasper artifacts - were any jars recently moved [1]? Can you tell me where they have/will

Re: jasper snapshot moved ?

2006-10-31 Thread Filip Hanik - Dev Lists
was there an official process for this? so that we can build it into our scripts so that we can do it automatically when we do releases thanks Filip Wendy Smoak wrote: On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: The Myfaces JSF 1.2 effort has a maven dependency on the new jasper

Re: jasper snapshot moved ?

2006-10-31 Thread Wendy Smoak
On 10/31/06, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: was there an official process for this? so that we can build it into our scripts so that we can do it automatically when we do releases These were the (pre-release) snapshots I deployed after this thread:

Re: jasper snapshot moved ?

2006-10-31 Thread Remy Maucherat
Wendy Smoak wrote: On 10/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: The Myfaces JSF 1.2 effort has a maven dependency on the new jasper SNAPSHOT. I'm seeing build errors now because the maven client cannot locate the jasper artifacts - were any jars recently moved [1]? Can you tell me

svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-10-31 Thread rjung
Author: rjung Date: Tue Oct 31 13:41:45 2006 New Revision: 469665 URL: http://svn.apache.org/viewvc?view=revrev=469665 Log: Fix for BZ 40856: When mapping URLs we use case sensitive comparisons since version 1.2.19. Unfortunately when adding mappings, we only add an entry, if there is no other

svn commit: r469666 - /tomcat/connectors/trunk/jk/xdocs/changelog.xml

2006-10-31 Thread rjung
Author: rjung Date: Tue Oct 31 13:44:39 2006 New Revision: 469666 URL: http://svn.apache.org/viewvc?view=revrev=469666 Log: Adding fix for 40856 to changelog. Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml Modified: tomcat/connectors/trunk/jk/xdocs/changelog.xml URL:

svn commit: r469669 - in /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler: Generator.java Node.java

2006-10-31 Thread remm
Author: remm Date: Tue Oct 31 13:47:45 2006 New Revision: 469669 URL: http://svn.apache.org/viewvc?view=revrev=469669 Log: - Better impl of JSP id consumer: actually this was implemented for regular custom tags, but not for simple tags. Modified:

Re: jasper snapshot moved ?

2006-10-31 Thread Wendy Smoak
On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'll deploy new 6.0.0-SNAPSHOT jars tonight unless someone beats me to it. Correction: I'll deploy 6.0.1-SNAPSHOT jars tonight. -- Wendy - To unsubscribe, e-mail: [EMAIL

RE: svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-10-31 Thread Bill Barker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 1:42 PM To: tomcat-dev@jakarta.apache.org Subject: svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c Author: rjung Date: Tue Oct 31 13:41:45 2006 New

Re: jasper snapshot moved ?

2006-10-31 Thread Wendy Smoak
On 10/31/06, Remy Maucherat [EMAIL PROTECTED] wrote: If you do it, you can publish the real 6.0.0 jars, since they're out. It's only an alpha, but there's a matching tag in svn, so it's definitely more maintainable. The 6.0.0 jars can go in the rsynced Maven repository after it passes a vote.

Re: svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-10-31 Thread Rainer Jung
Hi Bill, Bill Barker schrieb: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ... @@ -68,7 +62,6 @@ c = (unsigned int)*++k;\ checksum |= c; \ } \ -

RE: svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2006-10-31 Thread Bill Barker
-Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 4:32 PM To: Tomcat Developers List Subject: Re: svn commit: r469665 - /tomcat/connectors/trunk/jk/native/common/jk_map.c Hi Bill, Bill Barker schrieb: -Original

svn commit: r469739 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Validator.java

2006-10-31 Thread remm
Author: remm Date: Tue Oct 31 17:20:18 2006 New Revision: 469739 URL: http://svn.apache.org/viewvc?view=revrev=469739 Log: - Adjust the tests for deferred expressions evaluation. Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/compiler/Validator.java Modified:

Re: jasper snapshot moved ?

2006-10-31 Thread Wendy Smoak
On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'll deploy new 6.0.0-SNAPSHOT jars tonight unless someone beats me to it. Correction: I'll deploy 6.0.1-SNAPSHOT jars tonight. This is done. The commands used to deploy the jars are below.

Re: Testing Tomcat 6.0.0 alpha

2006-10-31 Thread Wendy Smoak
On 10/27/06, Yoav Shapira [EMAIL PROTECTED] wrote: I'd rather start off right and do it in the Maven 2, not Maven 1, structure. The scripts I've seen are about equally easy... But let us know what you think after you double check, please. Answers from Maven developers on repository@ [1]