> How about adding a feature to ant that allows editing of the > build.xml file:
Sure:
alias antedit 'vi `ant -projecthelp -find | fgrep "Buildfile" | cut -d"
" -f2`'
[disclaimer, I'm forced to use csh. Modify as needed if you use a real shell]
