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.
--
> --- 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
> >
--- 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
--- 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?