RE: Ant not noticing changes to file unless renamed

2012-04-17 Thread Dunning, John (LNG-HBE)
Thanks Chris; I'm not sure I understand... I'm running Ant manually from the command line, I'm not familiar with any cache to clear. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-

RE: Ant not noticing changes to file unless renamed

2012-04-17 Thread Dunning, John (LNG-HBE)
I'm not compiling the XSLT; I've tried both the and tasks, as shown below. The XSLT file is copied from ClearCase to a directory by the task. (I've verified that the 'correct' version is being copied and that the XSLT is actually being run from that directory). The checkin was done manually

Re: Ant not noticing changes to file unless renamed

2012-04-17 Thread andy . ling
"Dunning, John (LNG-HBE)" wrote on 16/04/2012 20:03:48: > I'm facing a rather strange problem with Ant - I have a task that > uses to copy an XSLT file managed under ClearCase, then uses > to perform XSL transformations. Any changes to the XSLT are > ignored *unless the file is renamed*.

Re: Ant not noticing changes to file unless renamed

2012-04-16 Thread Chris Green
Hi John I think it may be your cache. Clear it down after rename because the original file is already there. Chris On 16 April 2012 20:03, Dunning, John (LNG-HBE) wrote: > I'm facing a rather strange problem with Ant - I have a task that uses > to copy an XSLT file managed under ClearCase, t

Re: Ant not noticing changes to file unless renamed

2012-04-16 Thread Andy Stevens
Hi John, How exactly are you doing the transformation? Does it compile the xslt to a java "translet" (possibly in a tmp directory) that actually does the transformation, and if so is that being updated when the xslt file is? Is the transformation being done from the copy or the original file, and

Ant not noticing changes to file unless renamed

2012-04-16 Thread Dunning, John (LNG-HBE)
I'm facing a rather strange problem with Ant - I have a task that uses to copy an XSLT file managed under ClearCase, then uses to perform XSL transformations. Any changes to the XSLT are ignored *unless the file is renamed*. If I check out the file, make updates, and back check into ClearC