View Single Post
  #1 (permalink)  
Old 07-03-2012, 12:24 AM
Greg
Guest
 
Posts: n/a
Default ant task keep basedir on include

I am trying to maintain my dependencies in an ant build system across multiple files. I would like each task to be able to use their own respective build files that are in their directory when they are called upon. How do Itell an imported task that I have put in a "depends" to use it's own basedir and not the one of the importer?

Thanks!

Greg
Reply With Quote