You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2000/11/29 12:53:08 UTC

bootstrap.sh

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