Cool, I will start looking at doclint errors and upload a patch (HTRACE-232)
Regards, Arun On 31 August 2015 at 10:04, Stack <[email protected]> wrote: > On Sun, Aug 30, 2015 at 3:21 AM, Arun Khetarpal <[email protected]> > wrote: > > > Super! Sounds like a plan. > > > > The first thing i tried to do was actually get the source code and tried > > compiling. > > -- I wasn't able to find any section on build tools mentioned > anywhere. > > > > -- On my box - mac + maven3 + java1.8, the code did not compile > because > > of javadoc comments. > > *Example error: * > > [ERROR] > > > > > apache/htrace/incubator-htrace/htrace-core/src/main/java/org/apache/htrace/core/Tracer.java:264: > > warning: no @return > > > > I was able to fix them by disabling doc lint checks, but we can fix > > them as well. Any thoughts? > > > > > I see same thing if compile with jdk8. > > We could turn off the new doclint check or just fix everywhere [1]. > > Sounds like a nice first contrib if interested Arun. > > Thanks, > St.Ack > > > 1. > > http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete > > > > > > Regards, > > Arun > > > > > > On 30 August 2015 at 00:16, Stack <[email protected]> wrote: > > > > > Welcome Arun. > > > > > > Glad of the offer of help; especially from someone with experience > > tracing > > > already (Brave is cool). If starting out, best thing you could do (IMO) > > > would be to try and use the new 4.0 APIs to tell a trace story in an > > > application that you are familiar with. File issues against our doc > where > > > it is unclear and ditto on difficulty using new APIs and getting a > trace > > > rig running (We've not pushed the website in a while so look at doc in > > the > > > repo for the moment -- it was updated recently). > > > > > > Thank you, > > > > > > St.Ack > > > > > > On Sat, Aug 29, 2015 at 9:32 AM, Arun Khetarpal <[email protected]> > > > wrote: > > > > > > > Hi Team, > > > > > > > > My name is Arun. I found this project to be very appealing and would > > like > > > > to contribute to it. I have some experience with Java and with C and > > C++. > > > > > > > > I had faced a similar challenge of tracing in my organisation where I > > > ended > > > > up integrating it with Brave (https://github.com/openzipkin/brave). > > > > > > > > I was wondering on how to participate in this project. Any pointers > > would > > > > be highly appreciated. > > > > > > > > Thanks, > > > > Arun > > > > > > > > > >
