(sorry about my reverse-quoting of your reply, i have to use this crap
emailer that screws it all up)

i implemented it without hitting any classloader problems, but maybe what
i'm working on is too simplistic to encounter such. anyhow, if anybody
wants the code, email me.

thanks
tm



                                                                                       
                       
                    Peter Donald                                                       
                       
                    <donaldp@apac        To:     [EMAIL PROTECTED]           
                       
                    he.org>              cc:                                           
                       
                                         Subject:     Re: preventing ant exit          
                       
                    07/18/2001                                                         
                       
                    08:28 PM                                                           
                       
                    Please                                                             
                       
                    respond to                                                         
                       
                    ant-user                                                           
                       
                                                                                       
                       
                                                                                       
                       




On Thu, 19 Jul 2001 04:58, [EMAIL PROTECTED] wrote:
> 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.)

It has been discussed and implemented before (under the name incremental
and
continuous) however never added to Ant core as it caused some serious
ClassLoader errors. Ant2 will implement it. Ant1 maybe able to implement it

based on Conors recent work to ClassLoader .. not sure haven't looked at it
;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*




Reply via email to