So I just verified, at least on OS X, that if you clone Kafka and run gradle in it, it'll download the wrapper for you. I don't think it's system dependent either.
A. On Thu, Apr 16, 2015 at 12:09 PM, Jochen Theodorou <[email protected]> wrote: > Am 16.04.2015 18:41, schrieb Roman Shaposhnik: > [...] > >> Bigtop does not support Windows so that decision for us was an easy one. >> We just wrote the gradlew shell script from scratch and licensed it >> as part of the >> project. >> > > I see. Yes, that makes things more easy > > I am sure the same can be done with the .bat script. >> > > the problem is not the syntax or such for such a .bat script. The problem > is programs such as sed and curl, which are normally not available on > windows. Just look at for example http://stackoverflow.com/ > questions/4619088/windows-batch-file-file-download-from-a-url > > Out of the box windows has imho nothing of that works > > > bye blackdrag > > -- > Jochen "blackdrag" Theodorou > blog: http://blackdragsview.blogspot.com/ > >
