It looks like it was an incomplete removal:
geode-core/build.gradle: testCompile project(':geode-old-versions')
geode-core/src/test/java/org/apache/geode/test/dunit/standalone/VersionManager.java:
File propFile = new
File("../../../geode-old-versions/build/geodeOldVersionClasspaths.txt");
geode-core/src/test/java/org/apache/geode/test/dunit/standalone/VersionManager.java:
propFile = new
File("../geode-old-versions/build/geodeOldVersionClasspaths.txt");
settings.gradle:include 'geode-old-versions'
I noticed the geode-old-versions showed up in the src release as an empty dir,
which is probably not a good thing.
Anthony
> On Feb 3, 2017, at 4:24 PM, Dan Smith <[email protected]> wrote:
>
> One thing Hitesh and I noticed is that when you do a build, it creates a
> directory called geode-old-versions because there is a line in
> settings.gradle for a geode-old-versions project.
>
> Is this leftover cruft, or is it actually supposed to be there? I see a
> couple of references to geode-old-versions in the source as well.
>
> -Dan