Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 7007 invoked from network); 24 Mar 2003 12:02:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Mar 2003 12:02:36 -0000 Received: (qmail 20613 invoked by uid 97); 24 Mar 2003 12:04:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 20606 invoked from network); 24 Mar 2003 12:04:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Mar 2003 12:04:21 -0000 Received: (qmail 6115 invoked by uid 500); 24 Mar 2003 12:02:24 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 6102 invoked from network); 24 Mar 2003 12:02:24 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 24 Mar 2003 12:02:24 -0000 Received: (qmail 9854 invoked from network); 24 Mar 2003 12:02:23 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by localhost.apache.org with SMTP; 24 Mar 2003 12:02:23 -0000 Message-ID: <3E7EF3CE.6060506@apache.org> Date: Mon, 24 Mar 2003 13:02:22 +0100 From: Henri Gomez User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: [PROPOSAL] Distributing the .jar files as binaries in release References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: localhost.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Costin Manolache wrote: > We currently distribute .tar.gz / .zip with the full tomcat as > well as RPM, .so, .exe. > > I would like to start adding .jar files as part of the release process > for tomcat - eventually even for 4.1.24 ( we just need to upload the > current jars as a separate download ). > > The proposal is very simple: > - jars will be placed in /dist/jakarta/tomcat-x/binaries/ > ( the standard location in the current mirroring scheme ) > > - we include only the .jars that are part of tomcat. In time > we should make sure that the projects we depend on ( logging, > digester, etc ) start doing the same, and we can adjust the > build process to get only the jars and support the mirrors. > For example: > commons-logging.jar=${mirror}/jakarta/commons/binaries/commons-logging.jar > > - the jar names should be fully versioned ( otherwise we can't keep > more than a version in the dist dir ), and a symbolic link will point to > the latest release. > We would have: > catalina.jar -> catalina-4.1.24.jar > tomcat-util.jar -> tomcat-util-4.1.24.jar > etc. A big +1, it the way we choose in jPackage project but symlink didn't works on Windows boxes.... > - in tomcat5 we should start including the _major_ version number in the > jar name: catalina5.jar. A version number should be used whenever we have > a break in backward compatibility. May I suggest : catalina5-5.0.1.jar ? --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org