On Mon, 25 Feb 2019 at 11:21, Vladimir Sitnikov <sitnikov.vladi...@gmail.com> wrote: > > sebb> Is is absolutely necessary to move the files around? > > 1) What's wrong with moving files?
It can mess up history, and why move over 1000 files if you don't need to? Also it makes it easier to compare Gradle with Ant if there are fewer changes. > 2) What's your suggestion? > How are you going to co-locate runtime and test classes yet use > current core/org/apache/jmeter folder structure? Not entirely sure what you mean by co-locate. If you mean that the test files should be in the same directory as the files they are testing, then I am -1 on that. > Where test classes for "core" module should be located? > Where test classes for "protocol/http" should be located? What are you trying to achieve by moving the files? > sebb>They are starting samples for the Eclipse .classpath and .project files. > > I don't use Eclipse, and I don't really want to spend time there. However, other people do, so we need to ensure that they are catered for. > Gradle should make Eclipse integration automatic (or something like > that), so eclipse.classpath, eclipse.project and eclipse.md should be > just removed. If Eclipse can be made to work without them, then yes, of course they can be deleted. Currently they are needed, so cannot be deleted. > Vladimir