yes, i think you're probably right. now i look a bit deeper, the builds/jakarta-bsf/release/2.3.0/bin doesn't actually contain anything. (doh!)
on the binindex.html there is no BSF release but there is a milestone release for rc1. this links to www.apache.org/dist/jakarta/jakarta-bsf/dev/
v2.3.0/bin/ but this redirects to jakarta.apache.org/builds/jakarta-
bsf/dev.v2.3.0/bin/. i don't think that jakarta.apache.org/builds is the right place to store release candidates any more. where should release candidates now be stored? under cvs.apache.org?
(as you've probably spotted) i'd really like to get jakarta.apache.org/builds sorted once and for all now. i think that it'd be a good idea to move the release candidate to the right place (wherever that is) and then put a .htaccess redirect back to binindex.cgi.
it's a bit of a shame that there isn't an ASF release available for BSF (just a release candidate which appears to be data 12-Nov-2002) but i suppose that's an issue for BSF.
- robert
On Monday, September 8, 2003, at 07:48 AM, Stefan Bodewig wrote:
On Sun, 7 Sep 2003, robert burrell donkin <[EMAIL PROTECTED]> wrote:
1. the latest bsf release (2.3.0) be summed, signed and added to the mirrored directories and linked from the main jakarta download page
There is a 2.3.0 release?
AFAIK there only is a release candidate and those are supposed to be on cvs.apache.org instead of mirrors.
2. the old releases be moved to archive.apache.org
There shouldn't be any old releases yet.
3. all requests for downloads from the old directories be redirected to the main jakarta binary download page where the latest release can be download or the link to the archives can be followed
This more or less happens now, but as I've just discovered is currently broken. The download links on BSF's pages (in the navigation bar) point to the template files directly instead of the CGI script handling the mirror location logic.
Please see the appended patch.
Stefan
Index: xdocs/stylesheets/project.xml =================================================================== RCS file: /home/cvspublic/jakarta-bsf/xdocs/stylesheets/project.xml,v retrieving revision 1.5 diff -u -r1.5 project.xml --- xdocs/stylesheets/project.xml 12 Nov 2002 07:43:43 -0000 1.5 +++ xdocs/stylesheets/project.xml 8 Sep 2003 06:48:18 -0000 @@ -24,8 +24,8 @@ </menu>
<menu name="Download"> - <item name="Binaries" href="/site/binindex.html"/> - <item name="Source Code" href="/site/sourceindex.html" /> + <item name="Binaries" href="/site/binindex.cgi"/> + <item name="Source Code" href="/site/sourceindex.cgi"/ > </menu>
<menu name="Jakarta">
--------------------------------------------------------------------- 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]
