On 13/01/15 19:32, Nauman Ramzan wrote:
Hey Sir I am really willing to add my contribution in this project. But
unfortunately I am new in apache jena. I just want to know that how can I
load source code of jena and execute it in eclipse. or in any other
platform ?
It will feel honer to contribute and work on new features of Jena..
http://jena.apache.org/getting_involved/index.html
The way I do it is:
1/ git clone
You can use the Apache master copy (https://git.apache.org/jena.git) or
the github https://github.com/apache/jena.git.
Or you can clone to your own github account via the github UI (and
github style pull requests work)
2/ In Eclipse, import "existing maven project" on the module I want to
work on (does not have to be the whole of Jena).
The POM put the Apache snapshots maven repository on the lookup path so
you should find SNAPSHOT artifacts.
Andy
Thanx in advance.
Nauman Ramzan