Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-13 Thread Mladen Turk

On 03/09/2012 01:00 PM, Mladen Turk wrote:

Release candidate artefacts [1] based on tag [2] are ready for vote.
The vote will stay open for at least 72 hours.

Apache Tomcat Connectors 1.2.33 release candidate is
[+1] Stable, release
[-1] Do not release because of ...



+1 (just for the record)

C'mon guys, we need more votes here :)


Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-13 Thread Henri Gomez
 Release candidate artefacts [1] based on tag [2] are ready for vote.
 The vote will stay open for at least 72 hours.

 Apache Tomcat Connectors 1.2.33 release candidate is
 [+1] Stable, release
 [-1] Do not release because of ...


 +1 (just for the record)

+1 (works on OSX Lion)

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-13 Thread Tim Whittington
A spot belated, but:

[+1] Stable, release

Tested on OS X Snow Leopard and Windows 2003 Server.
No problems encountered.

Will be building on AIX/PPC64, HPUX/PARISC, HPUX/IA64, Solaris
10/Sparc, Solaris 10/x64 and a bunch of CentOS/RHEL versions soon.

cheers
tim

On Sat, Mar 10, 2012 at 1:00 AM, Mladen Turk mt...@apache.org wrote:
 Release candidate artefacts [1] based on tag [2] are ready for vote.
 The vote will stay open for at least 72 hours.

 Apache Tomcat Connectors 1.2.33 release candidate is
  [+1] Stable, release
  [-1] Do not release because of ...


  [1] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_33
  [2] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33


 Regards
 --
 ^TM

 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Henri Gomez
I add to add --with-apxs=/usr/sbin/apxs to configure line :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/
--with-apxs=/usr/sbin/apxs

Why did we need now apache apxs ?

2012/3/9 Mladen Turk mt...@apache.org:
 Release candidate artefacts [1] based on tag [2] are ready for vote.
 The vote will stay open for at least 72 hours.

 Apache Tomcat Connectors 1.2.33 release candidate is
  [+1] Stable, release
  [-1] Do not release because of ...


  [1] https://svn.apache.org/repos/asf/tomcat/jk/tags/JK_1_2_33
  [2] http://people.apache.org/~mturk/tomcat-connectors/jk-1.2.33


 Regards
 --
 ^TM

 -
 To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: dev-h...@tomcat.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk

On 03/12/2012 09:07 AM, Henri Gomez wrote:

I add to add --with-apxs=/usr/sbin/apxs to configure line :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/
--with-apxs=/usr/sbin/apxs

Why did we need now apache apxs ?



We always did?


Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk

On 03/12/2012 09:07 AM, Henri Gomez wrote:

I add to add --with-apxs=/usr/sbin/apxs to configure line :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/
--with-apxs=/usr/sbin/apxs

Why did we need now apache apxs ?



We always required apxs, probably be before you had /usr/sbin in PATH.

Also, --with-java-home is removed (been deprecated for a long time)
so this will cause configure to fail.

Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Mladen Turk

On 03/12/2012 10:18 AM, Mladen Turk wrote:

On 03/12/2012 09:07 AM, Henri Gomez wrote:

I add to add --with-apxs=/usr/sbin/apxs to configure line :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/
--with-apxs=/usr/sbin/apxs

Why did we need now apache apxs ?



We always required apxs, probably be before you had /usr/sbin in PATH.


What I mean is
./configure --with-apxs(presumes apxs in PATH)
./configure --with-apxs=/path/to/apxs


Regards
--
^TM

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Rainer Jung

On 09.03.2012 13:00, Mladen Turk wrote:

Release candidate artefacts [1] based on tag [2] are ready for vote.
The vote will stay open for at least 72 hours.

Apache Tomcat Connectors 1.2.33 release candidate is
[+1] Stable, release
[-1] Do not release because of ...


+1 as stable.

The only unexpected thing I noticed was a strange JK_REVISION, just 
(). When I run the release script, the real svn revision is put into 
the variable. The value goes into the full exposed version. It was only 
introduced a few versions ago and the missing svn revision is not a real 
problem (as long as we don't reuse the tag).


I didn't yet have time to actually test the builds I did, but I did test 
some snapshots and I don't expect a last minute problem.


Details:

- Sigs and hashes OK
- key in KEYS file
- gz and zip for src identical
- src consistent with svn tag, except for the following minor points
  (no regression or fixed now)
  - LICENSE and NOTICE moved one directory up (OK)
  - KEYS not in dist (OK)
  - deprectated jk2 xdocs missing in dist (OK)
  - additional generated files in dist: aclocal.m4, configure,
Makefile.in, config.h.in, html docs in docs (OK)
  - additional auto tool copied files in dist: install-sh, ltmain.sh,
missing (OK)
  - HOWTO-RELEASE.tx, README.txt and CHANGES.txt (the antique changelog)
not in dist. I think we could include the first two files
and integrate the antique CHANGES.txt into changelog.xml to get rid
of it. No regression, not a real problem.
  - build.properties.autoconf, native/build.xml and the jkant directory
missing from dist. Not sure whether those still would do anything
useful. Not a regression.
  - build.properties.autoconf

Builds succesfully on

- Solaris 8 Sparc as 32 Bit Binaries against 1.3, 2.0, 2.2
- SLES 10 (32/64 Bits) against 1.3, 2.0, 2.2
- SLES 11 (64 Bits) against 2.2
- RHEL 5 and 6 (64 Bits) against 2.2

- Tool chain:
- platform gcc except for Solaris
  (gcc 4.1.2 for Solaris 8)
- CFLAGS: -O2 -g -Wall -fno-strict-aliasing
  (and -mpcu=v9 on Solaris)

Rainer

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Connectors 1.2.33

2012-03-12 Thread Henri Gomez
 I add to add --with-apxs=/usr/sbin/apxs to configure line :

 CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
 ./configure --with-apr=/usr --with-ssl=/usr
 --with-java-home=/System/Library/Frameworks/JavaVM.framework/Versions/A/
 --with-apxs=/usr/sbin/apxs

 Why did we need now apache apxs ?


 We always required apxs, probably be before you had /usr/sbin in PATH.

Hum may be.
A change in OSX XCode 4.3 or Lion 10.7.3

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org