public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: "Anthony Green" <green@redhat.com>
To: "Jason Petrone" <jpetrone@cnri.reston.va.us>,
	<rhug-rhats@sources.redhat.com>
Subject: Re: Ant
Date: Mon, 22 Oct 2001 11:13:00 -0000	[thread overview]
Message-ID: <003501c15b26$13dcb200$5be6b4cd@cygnus.com> (raw)
In-Reply-To: <20011022133259.D31727@cnri.reston.va.us>

Jason wrote:
> Any plans to add ant( http://jakarta.apache.org/ant/ ) to RHUG?

Not right now.

> Before I jump in and start it myself I wanted to see if there was a reason
it
> wasn't already there.

Well, I'm not sure exactly what the value would be.  Admittedly, I'm pretty
ignorant about Ant - so please let me know where I'm going wrong.

IIRC, Ant invokes Sun's javac compiler via it's java interface
(com.sun.tools...?? - or something like that).  This has the advantage that
once you've started Ant, calling the compiler is relatively quick because the
VM is already running.  We won't be able to use this same interface for javac,
which means every invocation of Sun's compiler will mean starting the VM -- a
relatively slow process.  So compiling Ant to native code doesn't seem all
that compelling on the surface.  Are there other ways Ant is used in which it
is a win?  Maybe for people using jikes?

Don't let this stop you though!

Thanks,

AG


  reply	other threads:[~2001-10-22 11:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-22 10:39 Ant Jason Petrone
2001-10-22 11:13 ` Anthony Green [this message]
2001-10-22 13:09   ` Ant Jason Petrone
2001-10-23 10:53 ` Ant Alexandre Petit-Bianco

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003501c15b26$13dcb200$5be6b4cd@cygnus.com' \
    --to=green@redhat.com \
    --cc=jpetrone@cnri.reston.va.us \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).