Fixed an issue w/ get props like Compiler Opts
Created by: edge05
The properties were not working properly, because it was using the full file, instead of the just the file name Added def fileName = new File(file).getName().toString() and changed property checks to use fileName, instead of file