i have one ant build file which kind of acts as a library file other build files use its ant task how can i adjust the base directory of library build file to automatically set path to the file which calls its ant task
like if i set property of path to ./hello then for library file also the path should remain ./hello relative to the calling file
