--- 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...
That's says you're running a version of Ant <1.5(Beta*). As for why it doesn't do anything, try setting the 'force' attribute and see if that gets it to do anything. If it doesn't, check your referenced properties, and make sure they're all set, and to what you think they are. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
