Re: New to open source . want to learn to contribute.

2014-12-23 Thread Devang Gaur
mmitter here ;) >> > Both could be part of Eclipse, not sure about that. >> > >> > Jan >> > >> > > -----Ursprüngliche Nachricht----- >> > > Von: Devang Gaur [mailto:devang.o...@gmail.com ] >> > > Gesendet: Freitag, 5. Dezember 2014 1

Re: New to open source . want to learn to contribute.

2014-12-07 Thread Devang Gaur
here ;) > > Both could be part of Eclipse, not sure about that. > > > > Jan > > > > > -Ursprüngliche Nachricht- > > > Von: Devang Gaur [mailto:devang.o...@gmail.com ] > > > Gesendet: Freitag, 5. Dezember 2014 14:55 > > > An: Commons D

Re: New to open source . want to learn to contribute.

2014-12-06 Thread Dipanjan Laha
om ] > > Gesendet: Freitag, 5. Dezember 2014 14:55 > > An: Commons Developers List > > Betreff: Re: New to open source . want to learn to contribute. > > > > Thank you . I'll look into it . > > Besides , I changed to Eclipse Luna , as Juno didn't hav

AW: New to open source . want to learn to contribute.

2014-12-05 Thread jhm
g Gaur [mailto:devang.o...@gmail.com] > Gesendet: Freitag, 5. Dezember 2014 14:55 > An: Commons Developers List > Betreff: Re: New to open source . want to learn to contribute. > > Thank you . I'll look into it . > Besides , I changed to Eclipse Luna , as Juno didn't have

Re: New to open source . want to learn to contribute.

2014-12-05 Thread Devang Gaur
Thank you . I'll look into it . Besides , I changed to Eclipse Luna , as Juno didn't have the Eclipse Market Place support . So, I've integrated the Subversion and Maven into eclipse only . Do I also need Apache ANT ? On Fri, Dec 5, 2014 at 1:28 PM, Benedikt Ritter wrote: > Welcome Devang, > > t

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Benedikt Ritter
Welcome Devang, there is a lot of documentation you can read through [1,2,3]. That will give you an idea on how the ASF and Commons work. Benedikt [1] http://www.apache.org/foundation/how-it-works.html [2] http://commons.apache.org/volunteering.html [3] http://commons.apache.org/patches.html 20

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Gary Gregory
What matters most is that Maven builds work. Aside from that you can use any IDE or editor you want. Personally, I like Eclipse. Gary On Thu, Dec 4, 2014 at 9:29 PM, Devang Gaur wrote: > I want to know if there is a specific build environment setup to work with > or not? > I currently work on

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Eclipse Juno is fine. You'll need Subversion to checkout the code and Maven to build it. Cheers, Paul On Thu, Dec 4, 2014 at 8:29 PM, Devang Gaur wrote: > I want to know if there is a specific build environment setup to work with > or not? > I currently work on eclipe juno. > > On Fri, Dec 5, 2

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Devang Gaur
I want to know if there is a specific build environment setup to work with or not? I currently work on eclipe juno. On Fri, Dec 5, 2014 at 6:33 AM, Paul Benedict wrote: > Devang, you can immediately start by going to JIRA [1] and finding some > "low hanging fruit" that interests you. Look for an

Re: New to open source . want to learn to contribute.

2014-12-04 Thread Paul Benedict
Devang, you can immediately start by going to JIRA [1] and finding some "low hanging fruit" that interests you. Look for an easy ticket and submit a patch. This will start your code contribution to the community. [1] https://issues.apache.org/jira/browse/COLLECTIONS Cheers, Paul On Thu, Dec 4,

New to open source . want to learn to contribute.

2014-12-04 Thread Devang Gaur
Hey folks , I want contribute to the Common Collections project . I know Java . Please give a walkthrough. Looking Forward..