Re: any while loop task for Ant ?

2008-03-08 Thread Wascally Wabbit
Z W wrote: Hi Is there a while loop task available in Ant ? ant-contrib doesnt seem to have it Look at the task in the antxtras package at antxtras.sf.net. You can supply a condition test and some other goodies. HTH, The Wabbit. --

Re: Ant build slower on two cores than on one core?

2008-03-08 Thread Michael Meyer
> --- Steve Loughran <[EMAIL PROTECTED]> schrieb: > > this is really interesting. I'd thought javac was > > unthreaded too, but > > even so you'd expect file IO to work in the other > > CPU, so get a boost > > from the second core. > > > > what happens when you try a different javac, like > >

Re: Ant build slower on two cores than on one core?

2008-03-08 Thread Michael Meyer
--- Michael Meyer <[EMAIL PROTECTED]> schrieb: > --- Steve Loughran <[EMAIL PROTECTED]> schrieb: > > this is really interesting. I'd thought javac was > > unthreaded too, but > > even so you'd expect file IO to work in the other > > CPU, so get a boost > > from the second core. > > > > what

Re: Ant build slower on two cores than on one core?

2008-03-08 Thread Michael Meyer
--- Steve Loughran <[EMAIL PROTECTED]> schrieb: > this is really interesting. I'd thought javac was > unthreaded too, but > even so you'd expect file IO to work in the other > CPU, so get a boost > from the second core. > > what happens when you try a different javac, like > the eclipse one?