>>>>> "Paul" == Paul Kinnucan <[EMAIL PROTECTED]> writes:

  Paul> Phillip Lord writes:
  >> In my experience ant is generally quicker because it launches all
  >> compiles from a single JVM, while make will tend to launch javac
  >> for each out of date file, which means multiple JVM invocations.

  Paul> The makefile generated by JMaker uses a single invocation of
  Paul> javac to compile all classes in a package. It is very fast in
  Paul> my experience.

        Does it now? You learn something every day! I shall have 
to take a peek, see how it does it. 

        Cheers

        Phil

Reply via email to