Details
Description
file attribute only allows file name located directly under project's base directory. Relative pathes that contain path separators (like "scripts/build.gant") or absolute file paths will generate "Gant file does not exist".
file attribute only allows file name located directly under project's base directory. Relative pathes that contain path separators (like "scripts/build.gant") or absolute file paths will generate "Gant file does not exist".
I have applied the change to trunk and the 1.7.x maintenance branch.
Is there a unit test that goes with this? Gant should fully enforce TDD.