Am 18.06.19 um 23:19 schrieb Vladimir Sitnikov: > Any updates here? > > I see new commits are landing the repo, however the feedback re Gradle is > very limited. > Apparently it is fully positive. > > Well. When new commits change existing files it is trivial for me. > However it does bother me when new files are created (e.g. new files in > https://github.com/apache/jmeter/pull/470/files), because I have to > manually analyze the proper location for the files. > > Most of the time it is figuring out "if the test is a unit test that > requires just a couple of classes" or "if it is an integration test" that > requires full JMeter installation. > > The more those commits lands without as single feedback on Gradle, the more > I'm inclined to just commit Ant->Gradle so the ones who create files would > just pick appropriate locations themselves.
I hope to take a closer look at the gradle conversion branch soon. From a glance I took it looks that it is mostly sorting the java/groovy files to a maven-like structure with a multi-project layout. The rest is probably a lot of gluecode for gradle. It seems that you have removed build.xml (probably on purpose as it would be a lot of work to reflect the new directory layout?). I am looking forward to the migration and think that -- with your help -- we can tackle the -- hopefully minor -- nitpicks that will present themselves on the way. Felix > > Vladimir >
