• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

How To Contribute to Open Source Projects

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

i would like contribute to open source projects in my free time to enhance my skills, but I just don't know how, I am hoping that you will give me guidence as to how can I contribute. Is it just searching in google and visiting open source website to see the software and fix bugs as I find, or is there a central repository with all open source softwares listed.

Any help is greatly appreciated.

Thanks alot,
Anu
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no central repository. For Java projects in particular, check out dev.java.net, java-source.net, sourceforge.net and of course jakarta.apache.org. But you probably have some favorite tool/library that you are familiar with already which you might like to enhance?

Here's a high-profile one that's downright begging for help (and it does something that gets asked about in these forums a lot - you'd be making a lot of fellow Ranchers happy): Apache POI (HWPF)

Generally you would start by becoming familiar with the code base, learning how to retrieve the source and build the project from it, and participating in the developer's mailing lists or forums. Many projects have a page about how to get involved on their web site. Since the process differs from project to project, it's impossible to give general advice.
[ November 17, 2007: Message edited by: Ulf Dittmer ]
 
Ranch Hand
Posts: 862
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would pick a project that you already use or like. Here is a list of sourceforge projects looking for help.

http://sourceforge.net/people/?category_id=1
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are these professional projects where you can also get paid for your work/contributions. Something like JBoss or MySql?
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Vikas,

Welcome to Javaranch! Getting paid to produce Open Source Software definitely occurs but it's generally treated as a 'regular' job, e.g. You'd be hired by Jboss to work on their App Server, which happens to be Open Source.
 
This looks like a job for .... legal tender! It says so right in this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic