RE: override

2003-08-01 Thread ttye
I have been watching this thread with interest since we use a modified ant to provide an override feature. I would love to get back to using the main branch ant. Ant is not nearly as useful to us without an override functionality. I modified the ant target to copy targets in parent build into th

RE: Overridable targets?

2003-06-06 Thread ttye
We are currently using a modified version of ant to do this. It basically provides the functionality to override target in sub builds (with the ant task). We use it so that projects can be built independently or as a sub project of another project using the same build.xml file. This allows you t