Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 30655 invoked from network); 21 Jun 2006 04:46:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 04:46:25 -0000 Received: (qmail 60760 invoked by uid 500); 21 Jun 2006 04:46:24 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 60739 invoked by uid 500); 21 Jun 2006 04:46:24 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 60728 invoked by uid 99); 21 Jun 2006 04:46:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 21:46:24 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@gmail.com designates 66.249.82.205 as permitted sender) Received: from [66.249.82.205] (HELO wx-out-0102.google.com) (66.249.82.205) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2006 21:46:21 -0700 Received: by wx-out-0102.google.com with SMTP id s8so54934wxc for ; Tue, 20 Jun 2006 21:46:00 -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=pKiBSNxrMqXVkbo6m1GTe/2HvuJtA4qb/JZldTlDIZF6AmuvdpOvLL0svGQ2nQMLcOG2OEDKTxTZd9lCitZpl+pmNWEU7kyjWq8AjzKByWKwtNNif/PcnprA6ILvLgU3KhUSiaAQ3QVC/WLZpZSkjnhzbpAs3ekecZB2uVQe8S4= Received: by 10.70.110.18 with SMTP id i18mr406623wxc; Tue, 20 Jun 2006 21:45:59 -0700 (PDT) Received: by 10.70.15.15 with HTTP; Tue, 20 Jun 2006 21:45:59 -0700 (PDT) Message-ID: Date: Tue, 20 Jun 2006 22:45:59 -0600 From: "Eddie O'Neil" To: "Beehive Developers" Subject: Re: WSM jars for Axis2 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Yeah -- that JAR mysteriously disappeared from the Maven2 repository. So, to get ahold of it, do this: 1) download the following JAR from the Maven1 repo: http://www.ibiblio.org/maven/xmlbeans/jars/jsr173_1.0_api.jar 2) register it with Maven2 using: mvn install:install-file -Dfile=/Users/ekoneil/jsr173_1.0_api.jar -DgroupId=xmlbeans -DartifactId=jsr173_1.0_api -Dversion=1.0 -Dpackaging=jar This will put the JSR 173 API JAR file into the maven repository, and I'll have the updated Ant files committed shortly. The source files for the JSR-181 APIs were clean room'ed by Beehive about a year ago and are committed to SVN under: beehive/wsm/trunk/src/api They're ASL 2.0 license. Hope that helps... Eddie On 6/19/06, Rajith Attapattu wrote: > Hey Eddie, > > I tried building it off source and I get the following unsatisfied > dependency when using maven2 > > xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > I checked the ibiblio repos and the folders are empty. > > Can you help me figure out what to do here? > > Btw, I see u have the source files for jsr 181, where did u get it from? bea > web site??? > Where can u pull a jar file or source.zip from somewhere with the licensing? > > Regards, > > Rajith > > On 6/16/06, Eddie O'Neil wrote: > > > > Rajith-- > > > > My suggestion would be to build it off of source -- should be easy > > enough, and you just need to sync: > > > > https://svn.apache.org/repos/asf/beehive/wsm/trunk/... > > > > I'll be working on some things here this weekend to make the build > > produce something that is packaged like an installer. To get things > > up and running, take a look at the test webapp's build file in: > > > > /test/webapp/build.xml > > > > Hope that helps -- let me know if you have questions. > > > > Eddie > > > > > > On 6/16/06, Rajith Attapattu wrote: > > > Hi Eddie, > > > > > > Can I pull of the wsm jars from a maven repo (whatever the alpha > > release) or > > > do I have to use a jar drop for now to get whatever the latest. > > > > > > Can you please advice me on the best way to do that? any binaries > > available > > > or do I have to build it off source. > > > > > > Thanks, > > > > > > Rajith > > > > > > > > > >