Tomcat 5.5.19 Beta build is complete

2006-09-07 Thread Filip Hanik - Dev Lists

http://people.apache.org/~fhanik/v5.5.19-beta/

I will run through the TCK tests tomorrow

Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Peter Rossbach

Hi Filip and Mladen

is it correct that wrong tc native version is inside  
build.properties.default ?



# - Tomcat native library -
tomcat-native.home=${base.path}/tomcat-native-1.1.3
tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat- 
native-1.1.3.tar.gz


Tcnative 1.1.4 can be found at:
http://tomcat.heanet.ie/native/1.1.4/source/

but missing at
http://archive.apache.org/dist/tomcat/tomcat-connectors/native/

Regards
Peter


Am 08.09.2006 um 05:01 schrieb Filip Hanik - Dev Lists:


http://people.apache.org/~fhanik/v5.5.19-beta/

I will run through the TCK tests tomorrow

Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Remy Maucherat

Peter Rossbach wrote:

Hi Filip and Mladen

is it correct that wrong tc native version is inside 
build.properties.default ?



# - Tomcat native library -
tomcat-native.home=${base.path}/tomcat-native-1.1.3
tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz 



Tcnative 1.1.4 can be found at:
http://tomcat.heanet.ie/native/1.1.4/source/

but missing at
http://archive.apache.org/dist/tomcat/tomcat-connectors/native/


Oops. The update is far from critical, but however Mladen bumped up the 
required version number in the listener (note: please don't do that 
unless there's an API breakage), so it won't fly.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Filip Hanik - Dev Lists

ok, so we have a version mismatch, and a missing tar.gz file.
can we get this fixed?

Filip

Remy Maucherat wrote:

Peter Rossbach wrote:

Hi Filip and Mladen

is it correct that wrong tc native version is inside 
build.properties.default ?



# - Tomcat native library -
tomcat-native.home=${base.path}/tomcat-native-1.1.3
tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz 



Tcnative 1.1.4 can be found at:
http://tomcat.heanet.ie/native/1.1.4/source/

but missing at
http://archive.apache.org/dist/tomcat/tomcat-connectors/native/


Oops. The update is far from critical, but however Mladen bumped up 
the required version number in the listener (note: please don't do 
that unless there's an API breakage), so it won't fly.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Filip Hanik - Dev Lists

the other option is of course to roll back the listener back to 1.1.3

filip

Filip Hanik - Dev Lists wrote:

ok, so we have a version mismatch, and a missing tar.gz file.
can we get this fixed?

Filip

Remy Maucherat wrote:

Peter Rossbach wrote:

Hi Filip and Mladen

is it correct that wrong tc native version is inside 
build.properties.default ?



# - Tomcat native library -
tomcat-native.home=${base.path}/tomcat-native-1.1.3
tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz 



Tcnative 1.1.4 can be found at:
http://tomcat.heanet.ie/native/1.1.4/source/

but missing at
http://archive.apache.org/dist/tomcat/tomcat-connectors/native/


Oops. The update is far from critical, but however Mladen bumped up 
the required version number in the listener (note: please don't do 
that unless there's an API breakage), so it won't fly.


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Remy Maucherat

Filip Hanik - Dev Lists wrote:

the other option is of course to roll back the listener back to 1.1.3

filip

Filip Hanik - Dev Lists wrote:

ok, so we have a version mismatch, and a missing tar.gz file.
can we get this fixed?


Yes, it's either actually release the new native source bundle, or 
rollback the listener. IMO, it's better to rollback, since I am not 
aware of any API breakage, and I think the listener should contain the 
least recent native version that still works (of course, the installer 
could use the latest binary, and similarly the latest .tar.gz should be 
shipped in the download, if possible).


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Mladen Turk

Remy Maucherat wrote:

the other option is of course to roll back the listener back to 1.1.3



Yes, it's either actually release the new native source bundle, or 
rollback the listener. IMO, it's better to rollback, since I am not 
aware of any API breakage, and I think the listener should contain the 
least recent native version that still works (of course, the installer 
could use the latest binary, and similarly the latest .tar.gz should be 
shipped in the download, if possible).




Right, it makes sense.
The best I think would be to actually use the 1.1.x as minimum version,
(well 1.1.3 actually), and make a warning if the version is not 1.1.4
(latest one) instead failing.
The fail should happen for 1.2.x version (API change).


Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Remy Maucherat

Mladen Turk wrote:

Remy Maucherat wrote:

the other option is of course to roll back the listener back to 1.1.3



Yes, it's either actually release the new native source bundle, or 
rollback the listener. IMO, it's better to rollback, since I am not 
aware of any API breakage, and I think the listener should contain the 
least recent native version that still works (of course, the installer 
could use the latest binary, and similarly the latest .tar.gz should 
be shipped in the download, if possible).




Right, it makes sense.
The best I think would be to actually use the 1.1.x as minimum version,
(well 1.1.3 actually), and make a warning if the version is not 1.1.4
(latest one) instead failing.
The fail should happen for 1.2.x version (API change).


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Filip Hanik - Dev Lists

ok, I'm changing it to 1.1.3, and we'll use that for now.


Mladen Turk wrote:

Remy Maucherat wrote:

the other option is of course to roll back the listener back to 1.1.3



Yes, it's either actually release the new native source bundle, or 
rollback the listener. IMO, it's better to rollback, since I am not 
aware of any API breakage, and I think the listener should contain 
the least recent native version that still works (of course, the 
installer could use the latest binary, and similarly the latest 
.tar.gz should be shipped in the download, if possible).




Right, it makes sense.
The best I think would be to actually use the 1.1.x as minimum version,
(well 1.1.3 actually), and make a warning if the version is not 1.1.4
(latest one) instead failing.
The fail should happen for 1.2.x version (API change).


Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Filip Hanik - Dev Lists

Remy Maucherat wrote:

Mladen Turk wrote:

Remy Maucherat wrote:

the other option is of course to roll back the listener back to 1.1.3



Yes, it's either actually release the new native source bundle, or 
rollback the listener. IMO, it's better to rollback, since I am not 
aware of any API breakage, and I think the listener should contain 
the least recent native version that still works (of course, the 
installer could use the latest binary, and similarly the latest 
.tar.gz should be shipped in the download, if possible).




Right, it makes sense.
The best I think would be to actually use the 1.1.x as minimum version,
(well 1.1.3 actually), and make a warning if the version is not 1.1.4
(latest one) instead failing.
The fail should happen for 1.2.x version (API change).


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/

are the native releases never voted on?
Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Mladen Turk

Filip Hanik - Dev Lists wrote:


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/

are the native releases never voted on?


No. They are part of Tomcat tags although we have version to be
loosely coupled. We don't have a separate product 'Tomcat Native',
so the versioning is just internal to Tomcat.

Regards,
Mladen.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Filip Hanik - Dev Lists

Mladen Turk wrote:

Filip Hanik - Dev Lists wrote:


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/

are the native releases never voted on?


No. They are part of Tomcat tags although we have version to be
loosely coupled. We don't have a separate product 'Tomcat Native',
so the versioning is just internal to Tomcat.
in that case you can't upload the 1.1.4 release to www.apache.org (and 
its mirrors) until the Tomcat has been voted to release.

you could put them in dev.apache.org or some other location.

Filip

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Remy Maucherat

Filip Hanik - Dev Lists wrote:

Mladen Turk wrote:

Filip Hanik - Dev Lists wrote:


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/

are the native releases never voted on?


No. They are part of Tomcat tags although we have version to be
loosely coupled. We don't have a separate product 'Tomcat Native',
so the versioning is just internal to Tomcat.
in that case you can't upload the 1.1.4 release to www.apache.org (and 
its mirrors) until the Tomcat has been voted to release.

you could put them in dev.apache.org or some other location.


Which isn't that great, since the .tar.gz is supposed to be included in 
the Tomcat release (for convenience). That .tar.gz could be removed, 
instead ;)


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 5.5.19 Beta build is complete

2006-09-08 Thread Mladen Turk

Remy Maucherat wrote:


You should do a 1.1.4 release here, though: 
http://www.apache.org/dist/tomcat/tomcat-connectors/native/




Done. tomcat-native-current points to 1.1.4
Sorry, forget about that. I only did heanet.ie upload.

Regards,
Mladen.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]