Re: build error

2015-11-17 Thread Grant Henke
Glad you resolved it. Note that we are currently on gradle 2.8 and likely 2.9 soon feel free to update whenever makes sense for you. Ewen recently updated the developer setup page here to show how to use the wrapper effectively in

Re: build error

2015-11-17 Thread hsy...@gmail.com
And I couldn't find wrapper jar files under the gradle folder https://github.com/apache/kafka/tree/0.9.0/gradle On Mon, Nov 16, 2015 at 10:17 PM, Guozhang Wang wrote: > Did you just use "./gradlew build" in root directory? > > Guozhang > > On Mon, Nov 16, 2015 at 6:41 PM, hsy...@gmail.com > w

Re: build error

2015-11-17 Thread hsy...@gmail.com
I got main class not found error. So I installed gradle 2.5 and run gradle build (not the wrapper) On Mon, Nov 16, 2015 at 10:17 PM, Guozhang Wang wrote: > Did you just use "./gradlew build" in root directory? > > Guozhang > > On Mon, Nov 16, 2015 at 6:41 PM, hsy...@gmail.com > wrote: > > > The

Re: build error

2015-11-17 Thread Grant Henke
I too would like to understand the command you used to build and what directory. That aside it is likely best to test using the release candidate artifacts that are described in Jun's email here: http://search-hadoop.com/m/uyzND1bBATE1M3hVn/candidate&subj=+VOTE+0+9+0+0+Candiate+2 This gives you a

Re: build error

2015-11-16 Thread Guozhang Wang
Did you just use "./gradlew build" in root directory? Guozhang On Mon, Nov 16, 2015 at 6:41 PM, hsy...@gmail.com wrote: > The actual thing I want to do is I want to build and install in my local > maven repository so I can include new api in my dependencies. When the > release is officially out

Re: build error

2015-11-16 Thread hsy...@gmail.com
The actual thing I want to do is I want to build and install in my local maven repository so I can include new api in my dependencies. When the release is officially out, I can have both my code ready with the official maven dependency Thanks, Siyuan On Monday, November 16, 2015, Grant Henke wro

Re: build error

2015-11-16 Thread Grant Henke
Hi Siyuan, My guess is that you are trying to build from a subdirectory. I have a minor patch available to fix this that has not been pulled in yet here: https://github.com/apache/kafka/pull/509 In the mean time, if you need to build a subproject you can execute a command like the following: grad

Re: build error

2015-11-16 Thread Guozhang Wang
Siyuan, Which command did you use to build? Guozhang On Mon, Nov 16, 2015 at 4:01 PM, hsy...@gmail.com wrote: > I got a build error on both trunk and 0.9.0 branch > > > docs/producer_config.html (No such file or directory) > > Do I miss anything before build > > Thanks, > Siyuan > -- -- Gu