Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 38784 invoked from network); 27 Aug 2006 04:29:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Aug 2006 04:29:54 -0000 Received: (qmail 67109 invoked by uid 500); 27 Aug 2006 04:29:47 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 67062 invoked by uid 500); 27 Aug 2006 04:29:47 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 67051 invoked by uid 99); 27 Aug 2006 04:29:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 21:29:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ajith.ranabahu@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Aug 2006 21:29:45 -0700 Received: by nf-out-0910.google.com with SMTP id x29so986957nfb for ; Sat, 26 Aug 2006 21:29:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GMB6iREUvjjU2xMiyB5mnJYLeHqUk23OxBmqSP9qrgMu8ubJDqYsmW519Ge+nI4GPhuzxjZ98kdUrMivSgOY82bZ4ZatBJvn+PSxSk88J/3ep9pXRSCLDsBNfjyYtB1ykCIwjEb3pEOthK97ImxBoQubYu86kDj3SWc9Z4mQYd0= Received: by 10.49.29.2 with SMTP id g2mr7421421nfj; Sat, 26 Aug 2006 21:29:24 -0700 (PDT) Received: by 10.48.163.16 with HTTP; Sat, 26 Aug 2006 21:29:24 -0700 (PDT) Message-ID: Date: Sun, 27 Aug 2006 00:29:24 -0400 From: "Ajith Ranabahu" To: axis-dev@ws.apache.org, chinthaka@opensource.lk Subject: Re: [Axis2][Axiom]Axiom-***.jar not updated? In-Reply-To: <44EFE557.7070008@opensource.lk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19e0530f0608250414k15ba16c2y3c26855384698400@mail.gmail.com> <44EFE557.7070008@opensource.lk> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, What happened was this 1. Secpolicy module had axiom-combined jar as a dependency where as all other modules (I'm talking about maven modules in the Axis2 build) had the seperate Axiom jars. 2. When you do a create-lib it copies dependancies of all the modules to the lib folder. Since there were the three seperate axiom jars and the combined axiom jar as dependancies 4 axiom jars were copied into the lib folder. 3.Once you get to use that lib it wasn't predictable where the axiom classes get picked up. ant build picked it from the combined jar and IDEA picked it up from the seperate jars So here is the outcome 1. All Axis guys should make sure (Specially when new modules are introduced) that the dependancies are made to the three seperate jars and not the combined one (for axiom) 2. If no one is using the combined axiom jar anymore we should not generate it as part of the build and remove any existing axiom-SNAPSHOT.jar from the repositories I hope this makes it clear about all this business in the axiom build :) Ajith On 8/26/06, Eran Chinthaka wrote: > Ajith Ranabahu wrote: > > Hi Dims, > > Yes - essentially as good practice we will stick to the use of > > seperate jars. I'm not very sure how others will feel about dumping > > the combined jar though ! > > I'm ok with for using/generating separate jars. But I can not understand > how this can answer your initial concern. > > I did a change in axiom, I think that being not reflected in the repo > was the problem, but that change affected both the api and impl(s). How > can separating those jars solve the problem? > > > > > Anyone has strong views about the combined jar ;) > > Hehe. > > -- Chinthaka > > > > -- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org