On Mon, Feb 25, 2019 at 6:21 AM Vladimir Sitnikov <sitnikov.vladi...@gmail.com> wrote: > > sebb> Is is absolutely necessary to move the files around? > > 1) What's wrong with moving files? > > 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? > Where test classes for "core" module should be located? > Where test classes for "protocol/http" should be located? > > 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. > Gradle should make Eclipse integration automatic (or something like > that), so eclipse.classpath, eclipse.project and eclipse.md should be > just removed.
I haven't tested it with your work, but in general, yes, the Gradle plugin for Eclipse imports it and generates all the necessary files automatically. That's what I experienced like mentioned in [1]: "File -> Import... -> Gradle / Existing Gradle Project Import the FreeMarker project directory. Everything can remain at its default. Now Eclipse will automatically build the project in the backround. There shouldn't be any errors." So, we're able to remove .classpath, .project, ..., in v3 branch. Regards, Woonsan [1] https://github.com/apache/freemarker/tree/3 > > Vladimir