Re: problems with import task

2003-07-15 Thread matt . smith
I agree. I had implemented an import task for 1.5.3 that processed a build file and ignored the project tag on the imported file. I messed with the 1.6 import and found it difficult at best to maintain supportability in the build files. The import I had implemented basically added the targets,

RE: Overridable targets?

2003-06-06 Thread Matt Smith
I have implemented this in ant 1.5.1 and 1.5.3 and have been using for multiple projects without issue. I have cascaded build files throughout each of my projects, and each build file has a set of common targets with are included in the project specific buildfiles via the XML ENTITY. I also allow