Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 59394 invoked from network); 23 Jan 2011 11:49:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jan 2011 11:49:52 -0000 Received: (qmail 50344 invoked by uid 500); 23 Jan 2011 11:49:51 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 49854 invoked by uid 500); 23 Jan 2011 11:49:48 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 49845 invoked by uid 99); 23 Jan 2011 11:49:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 11:49:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andreas.veithen@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 11:49:41 +0000 Received: by qyk29 with SMTP id 29so3282994qyk.11 for ; Sun, 23 Jan 2011 03:49:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=89zyoj48AXKf1DhdQqwOrfmyv2Zm0jViotw2f/B75I4=; b=YbF6oNxJMXq1QBNu0vmfy2MhM6GkU+skGqF/Uk6tyRA1zA0aulqda+Gozyc0ehSZv7 2285dcXabJw9L/QRCWrJpzmbGifkPLjm9d1Nc5leI5FL1fNRgVnm9aNJX+NSU/32hGdd PfF9k7iIi15H4yKXZNmNBlSlgExskDM/rftEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Y0Ofyk5L3dHigmIckhfBPa6IUp1SLEb1QE8j0H9fazL+oD/lnyrVdEJSogAUIPOEJC URFNKmZjIE8KIaCXB4EpMwtixiB2Am4DmASLYbyXRtNq3UOot16X1x3s9kHx6CNDcGSw Xk1xXO2aJT+CWC91MyOh0y7HlPHpd8HZe7z7M= Received: by 10.229.98.206 with SMTP id r14mr2631757qcn.145.1295783360498; Sun, 23 Jan 2011 03:49:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.185.4 with HTTP; Sun, 23 Jan 2011 03:48:59 -0800 (PST) In-Reply-To: References: From: Andreas Veithen Date: Sun, 23 Jan 2011 12:48:59 +0100 Message-ID: Subject: Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins To: java-dev@axis.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I don't see any issue with using this plugin, but I'm more worried about using the WSO2 Maven repository. While preparing the Rampart release we discovered that this repository contains artifacts with the same groupId/artifactId/version as artifacts in Maven central, but with different content [1]. This is a potential source for build instabilities. For Rampart we solved that by removing the WSO2 repository so that only artifacts from Maven central are used. I think that right now, none of the Axis2 projects use the WSO2 repository. Andreas [1] http://markmail.org/message/botp2pirxkvj7wap On Sat, Jan 22, 2011 at 10:50, Harshana Eranga Martin wrote: > Hi All, > I'm delighted to inform you that I've completed this task. I need to clar= ify > few things before submitting the patch. > For this task, I used the Carbon p2 maven plugin [0] which is licensed un= der > ASL 2.0 and publically available at WSO2 maven repository[1]. Is there an= y > issue using this maven plugin? > [0].=A0http://wso2.org/svn/browse/wso2/branches/carbon/3.0.0/dependencies= /carbon-p2-plugin/?pathrev=3D63544 > [1].=A0http://dist.wso2.org/maven2/org/wso2/maven/carbon-p2-plugin/ > > Thanks and Regads, > Harshana > > On 21 January 2011 10:58, Harshana Eranga Martin > wrote: >> >> Hi All, >> I will go forward and will do the needful. Meanwhile I have created >> AXIS2-4937 [0] issue to track the progress of this task. >> [0].=A0https://issues.apache.org/jira/browse/AXIS2-4937 >> Thanks and Regards, >> Harshana >> >> On 20 January 2011 22:16, Saminda Wijeratne wrote: >>> >>> +1 >>> Saminda >>> >>> On Thu, Jan 20, 2011 at 5:18 PM, Harshana Eranga Martin >>> wrote: >>>> >>>> Hi All, >>>> Currently there are 2 Eclipse plugins as Axis2 Codegen plugin and Axis= 2 >>>> Service archive plugin under Axis2 tools and at the moment these plugi= ns are >>>> distributed as zip=A0archives. Eclipse users need to extract these >>>> zip=A0archives and copy the jar files to the plugins folder of their E= clipse >>>> installation. >>>> Disadvantage in this approach is, inability to install the plugins if >>>> all the dependencies are not already contains in the users' Eclipse >>>> installation. For example this[0] is caused due to missing javax.activ= ation >>>> and javax.xml.stream bundles/packages. >>>> As Andreas has explained in this [1] issue to solve this problem, we >>>> have to create Eclipse Features for these plugins so that the p2 >>>> based=A0Eclipse=A0update manager can automatically calculate and downl= oad the >>>> missing dependencies. >>>> So how about we create Eclipse Features and a p2 repository for Axis2 >>>> Eclipse plugins and distribute the Eclipse plugins via p2 repository. = Devs, >>>> WDYT? >>>> >>>> [0].=A0http://markmail.org/message/bzkt6ylqcvqxznnn >>>> [1].=A0https://issues.apache.org/jira/browse/AXIS2-4916 >>>> >>>> >>>> Thanks and Regards, >>>> Harshana Martin >>>> -- >>>> Harshana Eranga Martin >>>> Software Engineer, >>>> WSO2 Inc. >>>> Web: http://wso2.com >>>> =A0=A0 =A0 =A0 =A0 =A0=A0http://wso2.org >>>> ECF Committer: http://www.eclipse.org/ecf/ >>>> Blog: http://harshana05.blogspot.com >>>> Profile: https://www.google.com/profiles/harshana05 >>> >> >> -- >> Harshana Eranga Martin >> Software Engineer, >> WSO2 Inc. >> Web: http://wso2.com >> =A0=A0 =A0 =A0 =A0 =A0=A0http://wso2.org >> ECF Committer: http://www.eclipse.org/ecf/ >> Blog: http://harshana05.blogspot.com >> Profile: https://www.google.com/profiles/harshana05 > > > > -- > Thanks and Regards, > Harshana Martin > -- > Harshana Eranga Martin > Software Engineer, > WSO2 Inc. > Web: http://wso2.com > =A0=A0 =A0 =A0 =A0 =A0=A0http://wso2.org > ECF Committer: http://www.eclipse.org/ecf/ > Blog: http://harshana05.blogspot.com > Profile: https://www.google.com/profiles/harshana05 > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org