Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 48144 invoked from network); 20 Apr 2004 15:37:42 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Apr 2004 15:37:42 -0000 Received: (qmail 13461 invoked by uid 500); 20 Apr 2004 15:37:05 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 13417 invoked by uid 500); 20 Apr 2004 15:37:05 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 13356 invoked from network); 20 Apr 2004 15:37:04 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 20 Apr 2004 15:37:04 -0000 Received: (qmail 11272 invoked from network); 20 Apr 2004 15:37:53 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 20 Apr 2004 15:37:53 -0000 Message-ID: <1226150441.1082475473455.JavaMail.apache@nagoya> Date: Tue, 20 Apr 2004 08:37:53 -0700 (PDT) From: jira@apache.org To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-1325) axis-src-1_2beta.zip contains the file axis.jar in two places. These 'old' versions interfere with new builds of axis.jar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXIS-1325 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXIS-1325 Summary: axis-src-1_2beta.zip contains the file axis.jar in two places. These 'old' versions interfere with new builds of axis.jar Type: Bug Status: Unassigned Priority: Major Project: Axis Components: Basic Architecture Versions: 1.2 Beta Assignee: Reporter: Tom Nelson Created: Tue, 20 Apr 2004 8:37 AM Updated: Tue, 20 Apr 2004 8:37 AM Description: axis-src-1_2beta.zip includes the following files: axis-1_2beta/lib/axis.jar (O) axis-1_2beta/webapps/axis/WEB-INF/lib/axis.jar (O) (N) == new version, (O) == old version These two copies of axis.jar are not in the CVS source download, and they are not created in the axis-src-1_2beta.zip that results from running 'ant srcdist' on the CVS source download. The inclusion of the axis.jar file in the source download causes the following problems (at least): If a user builds a new version of axis.jar that includes additional features (like jms transport) they will have this: axis-1_2beta/build/lib/axis.jar (N) axis-1_2beta/lib/axis.jar (O) axis-1_2beta/webapps/axis/WEB-INF/lib/axis.jar (O) If a user calls 'ant dist' to create a new distribution, they get this: axis-1_2beta/axis-1_2beta/lib/axis.jar (N) axis-1_2beta/axis-1_2beta/webapps/axis/WEB-INF/lib/axis.jar (O) axis-1_2beta/build/lib/axis.jar (N) axis-1_2beta/lib/axis.jar (O) axis-1_2beta/webapps/axis/WEB-INF/lib/axis.jar (O) If a user calls 'ant war' to build a new webapp, the old version of axis.jar goes into the axis.war file that is created. There does not seem ot be a clean way to build a new version of axis.jar and get it into either the default webapp or into axis.war. There is no 'ant clean' task that will remove the two copies of axis.jar that come with the source download zip. Suggested fix: Remove the two axis.jar files from the source distribution zip archive as they do not seem to be necessary to build from the various ant targets. I think this could be done by adding to the srcdist target in the main build.xml file. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira