hi

i'm new to ant...

was just wondering if there was any reason nobody has added an option to
run ant in a loop. that is, the only way it seems to run is

  $ant compile
    <barf>
  $ant compile
    <barf>
  $ant compile
  BUILD SUCCESSFUL
  $

which is sort of slow on my pc because each time ant has to load
(impatience *is* one of the three pillars of programming.)

better would be:

  $ant compile
   <barf>
  q to quit, enter to continue:
   <barf>
  q to quit, enter to continue:
   BUILD SUCCESSFUL
  q to quit, enter to continue:Q
  $

?

thanks
troy

Reply via email to