Title: RE: Version 1.3 of jde-ant.el

Perhaps ant -projecthelp could be spawned inside of the beanshell.  This would avoid the JVM startup costs.  For that matter, maybe ant could always be spawned in the beanshell.  The only difficulty I see would be to capture its output properly and display in an *ant* buffer running in compilation-mode.  But maybe it isn't all that difficult, just tedious.

/Nick

-----Original Message-----
From: Knut Wannheden [mailto:[EMAIL PROTECTED]]On Behalf Of
Knut Wannheden
Sent: Tuesday, June 19, 2001 10:02 AM
To: Molitor, Stephen
Cc: 'Jason Stell'; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: Version 1.3 of jde-ant.el


"Molitor, Stephen" <[EMAIL PROTECTED]> writes:

> Cool! 
>
> Would it be possible to have tab completion available when selecting the
> build target (when running jde-ant-build, when jde-ant-read-target is on)?
> The way find-file works?
>

[...]

For this purpose one could also use regexps or sgml-mode functions.
This would definitely be faster, but would require more work.  Users
who don't want to have a JVM launched when running jde-ant-build would
probably simply set jde-ant-read-target to nil.  I guess it is
especially annoying if the list has to be rebuilt every time the
command is invoked.  Or can this be delayed until the user actually
tries to make use of completion (i.e. hitting TAB, SPACE, or RET)?

--
knut

Reply via email to