It looks like there was an API change in Vagrant that broke our Vagrantfile.
Instead of "File.exists?", we must now use "File.file?".
The breakage only happened when the environment variable for building with CPLEX was set because the now-defunct method was only used in this branch.
|