>No, with parallel="true" <apply> will also invoke the command >once only.
Really sure? Or is this invoked one _after_ the other? <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]