Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 18952 invoked from network); 10 Feb 2005 23:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Feb 2005 23:16:13 -0000 Received: (qmail 17664 invoked by uid 500); 10 Feb 2005 23:16:10 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 17633 invoked by uid 500); 10 Feb 2005 23:16:10 -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 17618 invoked by uid 99); 10 Feb 2005 23:16:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of smdahlen@gmail.com designates 64.233.184.192 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 10 Feb 2005 15:16:09 -0800 Received: by wproxy.gmail.com with SMTP id 68so1374909wra for ; Thu, 10 Feb 2005 15:16:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rgITXXNFHkmOyBvcl0NznMbi3aa4zYT5ru+IN21LkOOFOs7pgV2eWlh5j6YOt+glagc2RvSDHFsT4U4qDGgO4P9nDfp4x24+1QXjsXo0QcceJQrhxj7qyBtTZejsDp1sNVCIdNtG3ERI/3Nt1uQCuIa5REr1WkUAH0ed8Ks9asw= Received: by 10.54.48.49 with SMTP id v49mr10854wrv; Thu, 10 Feb 2005 15:15:46 -0800 (PST) Received: by 10.54.53.48 with HTTP; Thu, 10 Feb 2005 15:15:44 -0800 (PST) Message-ID: Date: Thu, 10 Feb 2005 18:15:44 -0500 From: Shawn Dahlen Reply-To: Shawn Dahlen To: axis-dev@ws.apache.org Subject: Re: [Axis2] Dig in to Axis 2 In-Reply-To: <200502101028.j1AASfvX059992@squid.cmb.ac.lk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200502101028.j1AASfvX059992@squid.cmb.ac.lk> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Eran - Thanks for the the quick tips. I was able to setup the Axis2 project with Eclipse in no time. I have been lurking for a few weeks now on the dev mailing list and wiki site to check out the progress you have all been making. I have a great interest in a low-level SOAP-based messaging model, and will dive into your client API and have a look at its async capabilities. Time permitting, I will try to reply within a few days with some constructive feedback. Shawn Dahlen On Thu, 10 Feb 2005 16:22:33 +0600, Eran Chinthaka wrote: > Hi, > > Some of you might be interesting in looking at Axis 2, and since the M1 > release is coming, we really appreciate if you all can have a look at that. > > So to do that, I thought of giving you some quick tips as how to set up the > project. > > 1. Get a latest copy from > https://svn.apache.org/repos/asf/webservices/axis/trunk/java/dev/scratch/pro > totype2 > (if you are a committer, there is a quite a bit of setting up SVN, if you > have never accessed SVN before. Look at > http://wiki.apache.org/ws/FrontPage/Axis2, section 1.11.1 for more details) > This location of prototype two may change soon to main src tree at > https://svn.apache.org/repos/asf/webservices/axis/trunk/java > > 2. Install Maven (you can download that from http://maven.apache.org/) > > 3. Go to the prototype2 folder in the command prompt and type "maven". This > will automatically download all the jars, compile, test and build the > system. > > 4. If you want to set up this in your favorite IDE: > - for IntellijIDEA type "maven idea" (without quotes). This will > generate IDEA .ipr, .iml and .iws project files > > - for eclipse type "maven eclipse" (without quotes). This will > generate project files for eclipse. > > To see a list of goals in maven or to find other IDE support type "maven > -g". > > So you are done. > > Have a nice time with Axis 2 code. ;) > > Regards, > Eran Chinthaka > Lanka Software Foundation > >