I do not know if someone has already noted this, but it would be nice if the ant task had a failonerror attribute.
I am using an ant build file to call the build files of all jakarta projects. When one fails, the entire process fails currently. The workaround that I am thinking of is to use the <java/> task to call ant. Any other suggestions? Maybe possibly every task could have a failonerror attribute. Thanks Scott Sanders
