Hi,
I have a main Ant script which invokes a number of other scripts using "ant" task. These scripts invoke "javac" task without specifying any value for attribute "debug" (so the default value "off" is used). I would like to change the default of "off" to "on" for all javac invocations without modifying all the different script files. Is it possible with Ant? Thanks in Advance, Pankaj Kumar
