Github user Alex-Vol commented on the issue: https://github.com/apache/thrift/pull/1468 I felt the need to make this organization like all the other java projects in Github. The files were moved for sure, splitting the cross-test files just makes them stand out. If you think it is a big deal I will just move the files back. Git will oblige. At least now I know what was bugging AppVeyor. find_program will not return a .bat result even if I search for a .bat file if there is a plain named file in the same location. Somehow cmake/make is fine with executable "gradlew" in Windows but CTest simply fails with "bad command". A little help in the FindGradlew.cmake solved it.
---