AW: javac option -Xlint

2006-04-09 Thread Jan.Materne
>I would like to know how can I have an option "-Xlint" in ANT >with JDK1.5 javac? After reading the manual I would try s Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

over multiple directories?

2006-04-09 Thread Daniel Noll
Hi, folks. I have a directory under which there are multiple nested directories, sometimes containing a makefile. At present, we handle these by calling on each one in turn. This uses around three lines of antfile for every makefile, and the number of directories is steadily increasing. T