Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
>> xmac:~ henri$ java -d32 -version >> java version "1.6.0_26" >> Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) >> Java HotSpot(TM) Client VM (build 20.1-b02-384, mixed mode) > > Cool I will install lion then :D It's the same VM for Lion and Snow Leopard. Be careful with Lion, i

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread jean-frederic clere
On 07/29/2011 11:41 AM, Henri Gomez wrote: Does the JVM there supports the -d32 now? Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) : xmac:~ henri$ java -d64 -version java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Serve

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
> Does the JVM there supports the -d32 now? Yes, Apple JVM support both 32 and 64bits (-d32 / -d64) : xmac:~ henri$ java -d64 -version java version "1.6.0_26" Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode) xmac:

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Henri Gomez
> Hm are you sure you need both -arch i386  and  -arch x86_64? - I think -arch > x86_64 should be enought on macosx. i386 is to build embed a 32 bits version - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additio

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-29 Thread Mladen Turk
On 07/29/2011 08:32 AM, jean-frederic clere wrote: I mention that because buildconf require APR source directory whereas I used to build it (on OSX/ or Linux) against provided APR, i.e. like this : CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64' ./configure --with-apr=/us

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/29/2011 01:09 AM, Henri Gomez wrote: Yep I will retagged and reroll the release tomorrow morning, my tests now looks ok :D I get the source from the tags and tried to build them on OS/X 10.7 Lion. Does the JVM there supports the -d32 now? Cheers Jean-Frederic ---

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/28/2011 09:23 PM, Henri Gomez wrote: So here's the vote. It will be closed in about 72 hours (or sooner if enough votes are encountered) There is no configure available into jni/native this time ? I mention that because buildconf require APR source directory whereas I used to build it (

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Henri Gomez
> Yep I will retagged and reroll the release tomorrow morning, my tests now > looks ok :D I get the source from the tags and tried to build them on OS/X 10.7 Lion. 2 changes : 1) Java 6 headers are now here : /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers 2) tcnative lib is now

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/28/2011 11:24 PM, Rainer Jung wrote: On 28.07.2011 21:23, Henri Gomez wrote: So here's the vote. It will be closed in about 72 hours (or sooner if enough votes are encountered) There is no configure available into jni/native this time ? I mention that because buildconf require APR sour

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Rainer Jung
On 28.07.2011 21:23, Henri Gomez wrote: >>> So here's the vote. >>> It will be closed in about 72 hours >>> (or sooner if enough votes are encountered) >> >> There is no configure available into jni/native this time ? > > I mention that because buildconf require APR source directory whereas > I us

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Henri Gomez
>> So here's the vote. >> It will be closed in about 72 hours >> (or sooner if enough votes are encountered) > > There is no configure available into jni/native this time ? I mention that because buildconf require APR source directory whereas I used to build it (on OSX/ or Linux) against provided

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Henri Gomez
> Native 1.1.21 is available for testing. > Compared with 1.1.21 and earlier versions it fixes some bugs. > > If you want to take a look, the final source distribution can be > downloaded from: > http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/source > (Will be visible after the s

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread William A. Rowe Jr.
On 7/27/2011 1:16 PM, jean-frederic clere wrote: > > Well does it make sense to vote for a binary? IMHO, not as a 'release vote'. Testing it, is great, but testing isn't the purpose of release voting. Mladen attests he's compiled from the asf source, then the binary corresponds to the ASF relea

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/28/2011 01:22 PM, Mark Thomas wrote: On 28/07/2011 10:39, Mark Thomas wrote: On 28/07/2011 10:04, jean-frederic clere wrote: On 07/28/2011 10:10 AM, Mark Thomas wrote: On 27/07/2011 10:20, jean-frederic clere wrote: Hi, Native 1.1.21 is available for testing. Compared with 1.1.21 and e

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Mark Thomas
On 28/07/2011 10:04, jean-frederic clere wrote: > On 07/28/2011 10:10 AM, Mark Thomas wrote: >> On 27/07/2011 10:20, jean-frederic clere wrote: >>> Hi, >>> >>> Native 1.1.21 is available for testing. >>> Compared with 1.1.21 and earlier versions it fixes some bugs. >>> >>> If you want to take a loo

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Mark Thomas
On 28/07/2011 10:39, Mark Thomas wrote: > On 28/07/2011 10:04, jean-frederic clere wrote: >> On 07/28/2011 10:10 AM, Mark Thomas wrote: >>> On 27/07/2011 10:20, jean-frederic clere wrote: Hi, Native 1.1.21 is available for testing. Compared with 1.1.21 and earlier versions it fi

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Mark Thomas
On 28/07/2011 10:04, jean-frederic clere wrote: > On 07/28/2011 10:10 AM, Mark Thomas wrote: >> On 27/07/2011 10:20, jean-frederic clere wrote: >>> Hi, >>> >>> Native 1.1.21 is available for testing. >>> Compared with 1.1.21 and earlier versions it fixes some bugs. >>> >>> If you want to take a loo

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Mark Thomas
On 28/07/2011 10:04, jean-frederic clere wrote: > On 07/28/2011 10:10 AM, Mark Thomas wrote: >> On 27/07/2011 10:20, jean-frederic clere wrote: >>> Hi, >>> >>> Native 1.1.21 is available for testing. >>> Compared with 1.1.21 and earlier versions it fixes some bugs. >>> >>> If you want to take a loo

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/28/2011 10:10 AM, Mark Thomas wrote: On 27/07/2011 10:20, jean-frederic clere wrote: Hi, Native 1.1.21 is available for testing. Compared with 1.1.21 and earlier versions it fixes some bugs. If you want to take a look, the final source distribution can be downloaded from: http://tomcat.a

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread Mark Thomas
On 27/07/2011 10:20, jean-frederic clere wrote: > Hi, > > Native 1.1.21 is available for testing. > Compared with 1.1.21 and earlier versions it fixes some bugs. > > If you want to take a look, the final source distribution can be > downloaded from: > http://tomcat.apache.org/dev/dist/tomcat-conn

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-28 Thread jean-frederic clere
On 07/27/2011 02:04 PM, Mladen Turk wrote: On 07/27/2011 11:20 AM, jean-frederic clere wrote: Win32/Win64 binaries will be available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/ Think we should stop shipping anything that is not voted for. You should have

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-27 Thread jean-frederic clere
On 07/27/2011 02:04 PM, Mladen Turk wrote: On 07/27/2011 11:20 AM, jean-frederic clere wrote: Win32/Win64 binaries will be available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/ Think we should stop shipping anything that is not voted for. You should have

Re: [VOTE] Release Apache Tomcat Native 1.1.21

2011-07-27 Thread Mladen Turk
On 07/27/2011 11:20 AM, jean-frederic clere wrote: Win32/Win64 binaries will be available at: http://tomcat.apache.org/dev/dist/tomcat-connectors/native/1.1.21/binaries/ Think we should stop shipping anything that is not voted for. You should have call for a vote after the binaries are upload