Hi, while playing with the regex stuff I found that the bootstrap.sh script uses separate invocations of javac for the directories needed (.../ant, .../ant/types, .../ant/taskdefs and so on). I remeber that it held two lines for .../ant and .../taskdefs when I added the support for datatypes.
Does anybody know why we shouldn't compile all of these classes in one pass - the Windows batch file does? Is there a specific javac that would choke when faced with too many files? Stefan
