On Mon, 28 Oct 2019 at 11:01, Vladimir Sitnikov <sitnikov.vladi...@gmail.com> wrote: > > >without providing migration information. > >AFAICT there is none at present > > AFAICT there's a comprehensive guide in gradle.md, and you did confirm > you've seen it, so please refrain from > writing generic statements like "migration information is missing". > It is really sad to hear that after 6+ months of samples, documentation > updates, demos, etc, etc. > I think adding "yet another introduction to Gradle" won't improve things, > and it would make it harder to navigate. > > 1) The file is located side by side with gradlew > 2) The file is referenced in CONTRIBUING.md under the first > section of "Development setup" > 3) readme.md references both Gradle commands, > jmeter.apache.org/building.html and gradle.md > 4) Mailing list includes lots of samples for the relevant commands > 5) Release candidate vote mail includes the command to build the sources > 6) All of the above was there for a long time > > Could you please recognize the contribution to the documentation?
That's all very well, but it's not a migration guide. I would expect to find documentation that people who are used to using ant can easily change to gradle. e.g. instead of "ant foo", use "./gradlew bar" etc. Is that documented anywhere? Sebb.