On Thu, 27 Jun 2002, Martin van Dijken <[EMAIL PROTECTED]> wrote: > P.S. When I replace the xslt task with the style task, which should > do the exact same thing, ant simply skips this task and continues to > the next in line.... Weird...
Oops, should have read up to here. Firstly, this shows that you are not using 1.5 ;-) If <style> is skipped, this means it thinks there is noting to do. Run Ant with the -verbose switch to see which file timestamps it is comparing. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
