--- [EMAIL PROTECTED] wrote: > >No, with parallel="true" <apply> will also invoke > the command > >once only. > > Really sure? Or is this invoked one _after_ the > other?
Pretty sure that is how apply-parallel works. The snippet below is !parallel... :) -Matt > > <apply>.java: > if (!parallel) { > String[] s = new String[fileNames.size()]; > fileNames.copyInto(s); > for (int j = 0; j < s.length; j++) { > String[] command = getCommandline(s[j], > base); > exe.setCommandline(command); > runExecute(exe); > } > } > > > Jan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]