Hi. > > I have been using commons-math for approximately six months, and also been > a reading member of the dev mailing list for some time. My background is > from math, but I have been doing java development since I have started > working for about a year ago. I really like the library, even though I've > only scratched the surface of the possibilities I suspect it holds. > However, it misses some functionality I need, and I therefore started > developing it on my own. If accepted, I am willing to help contributing on > these and other issues that needs development. I will post on other > thread(s) the issue(s) I have in mind, and leave this as an introduction of > myself. > > I do not know how people normally introduce themself in open source project > communities as this is my first involvement, so please bare over with me if > I am doing anything wrong. > > My name is Martin Grotle Soukup, and I am from Norway. As mentioned, I have > studied math (theoretical) at the University of Oslo, and I am currently > working as a java developer for a clearing house in Oslo. My java > background from studies are limited, but after a year with java at work I > am starting to be a bit more comfortable. I am really keen on improving my > programming skills, and I hope joining an open source project will help me > do that.
I don't know how aware you are of the tools we use for developing the "Commons Math" library (part of the "Commons" project), so the following is only a summary. 1. You should check out the development version of the code from the repository managed by the "subversion" software: svn co https://svn.apache.org/repos/asf/commons/proper/math/trunk 2. Then you can modify the code, add new tests, etc. 3. You can run the tests using the "maven" software: mvn test 4. When finding a bug you should report on the bug-tracking system: https://issues.apache.org/jira/browse/MATH 5. You can create a patch of the modified code (with the bug fixed) by running svn diff > issue_777.patch which you can then attach to the report page where someone will hopefully pick it up, review and apply to the code in the repository. > > Hope to hear from you soon! Thanks for your interest, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org