Somehow when I committed the backward-compat testing code the geode-old-versions/build.gradle file didn't make it. I had other new files in the commit and everything showed up on reviewboard okay.

Le 2/6/2017 à 10:34 AM, Anthony Baker a écrit :
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 <dsm...@pivotal.io> 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

Reply via email to