Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-08-19 Thread Harshana Eranga Martin
Hi All, I have done some research on Eclipse Tycho build system over past couple of weeks. I was able to understand how it works and how to use it. It supports both Eclipse artifact first and Pom first approaches. So we can maintain all the details in the Manifest file and keep a minimum pom file

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-03-30 Thread Harshana Eranga Martin
Hi Andreas, On 21 March 2011 12:39, Andreas Veithen wrote: > On Fri, Feb 18, 2011 at 12:05, Harshana Eranga Martin > wrote: > > Hi Andreas, > > > > On 5 February 2011 18:04, Andreas Veithen > wrote: > >> > >> On Thu, Jan 27, 2011 at 09:44, Harshana Eranga Martin > >> wrote: > >> > Hi All, > >

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-03-22 Thread Harshana Eranga Martin
Hi Andreas, On 21 March 2011 12:39, Andreas Veithen wrote: > On Fri, Feb 18, 2011 at 12:05, Harshana Eranga Martin > wrote: > > Hi Andreas, > > > > On 5 February 2011 18:04, Andreas Veithen > wrote: > >> > >> On Thu, Jan 27, 2011 at 09:44, Harshana Eranga Martin > >> wrote: > >> > Hi All, > >

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-03-21 Thread Andreas Veithen
On Fri, Feb 18, 2011 at 12:05, Harshana Eranga Martin wrote: > Hi Andreas, > > On 5 February 2011 18:04, Andreas Veithen wrote: >> >> On Thu, Jan 27, 2011 at 09:44, Harshana Eranga Martin >> wrote: >> > Hi All, >> > >> > On 25 January 2011 13:16, Harshana Eranga Martin >> > wrote: >> >> >> >> H

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-02-18 Thread Harshana Eranga Martin
Hi Andreas, On 5 February 2011 18:04, Andreas Veithen wrote: > On Thu, Jan 27, 2011 at 09:44, Harshana Eranga Martin > wrote: > > Hi All, > > > > On 25 January 2011 13:16, Harshana Eranga Martin > > wrote: > >> > >> Hi All, > >> > >> On 25 January 2011 12:01, Saminda Wijeratne wrote: > >>> >

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-02-05 Thread Andreas Veithen
On Thu, Jan 27, 2011 at 09:44, Harshana Eranga Martin wrote: > Hi All, > > On 25 January 2011 13:16, Harshana Eranga Martin > wrote: >> >> Hi All, >> >> On 25 January 2011 12:01, Saminda Wijeratne wrote: >>> >>> There are no other such plugins available to do the same thing in a >>> generic mann

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-27 Thread Harshana Eranga Martin
Hi All, On 25 January 2011 13:16, Harshana Eranga Martin wrote: > Hi All, > > On 25 January 2011 12:01, Saminda Wijeratne wrote: > >> There are no other such plugins available to do the same thing in a >> generic manner. I got my eye on Tycho [1] which is a project that is >> emerging to support

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-24 Thread Harshana Eranga Martin
Hi All, On 25 January 2011 12:01, Saminda Wijeratne wrote: > There are no other such plugins available to do the same thing in a generic > manner. I got my eye on Tycho [1] which is a project that is emerging to > support maven builds for eclipse projects but it is still in the incubation > stag

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-24 Thread Saminda Wijeratne
There are no other such plugins available to do the same thing in a generic manner. I got my eye on Tycho [1] which is a project that is emerging to support maven builds for eclipse projects but it is still in the incubation stage. Saminda 1. http://www.eclipse.org/tycho/ On Tue, Jan 25, 2011 at

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-24 Thread Andreas Veithen
On Mon, Jan 24, 2011 at 13:08, Harshana Eranga Martin wrote: > Hi Andreas, > > On 23 January 2011 17:18, Andreas Veithen wrote: >> >> 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 t

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-24 Thread Harshana Eranga Martin
Hi Andreas, On 23 January 2011 17:18, Andreas Veithen wrote: > 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/artifactI

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-23 Thread Andreas Veithen
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].

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-22 Thread Harshana Eranga Martin
Hi All, I'm delighted to inform you that I've completed this task. I need to clarify few things before submitting the patch. For this task, I used the Carbon p2 maven plugin [0] which is licensed under ASL 2.0 and publically available at WSO2 maven repository[1]. Is there any issue using this mav

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-20 Thread Harshana Eranga Martin
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]. https://issues.apache.org/jira/browse/AXIS2-4937 Thanks and Regards, Harshana On 20 January 2011 22:16, Sam

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-20 Thread Saminda Wijeratne
+1 Saminda On Thu, Jan 20, 2011 at 5:18 PM, Harshana Eranga Martin < harshan...@gmail.com> wrote: > Hi All, > > Currently there are 2 Eclipse plugins as Axis2 Codegen plugin and Axis2 > Service archive plugin under Axis2 tools and at the moment these plugins are > distributed as zip archives. Ec

Re: [Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-20 Thread Deepal jayasinghe
On 1/20/2011 6:48 AM, Harshana Eranga Martin wrote: > Hi All, > > Currently there are 2 Eclipse plugins as Axis2 Codegen plugin and > Axis2 Service archive plugin under Axis2 tools and at the moment these > plugins are distributed as zip archives. Eclipse users need to extract > these zip archives

[Proposal] Creating Eclipse Features and a p2 repository for Axis2 Eclipse plugins

2011-01-20 Thread Harshana Eranga Martin
Hi All, Currently there are 2 Eclipse plugins as Axis2 Codegen plugin and Axis2 Service archive plugin under Axis2 tools and at the moment these plugins are distributed as zip archives. Eclipse users need to extract these zip archives and copy the jar files to the plugins folder of their Eclipse i