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 does the copy task notice the change when a checkin occurs? Is the checkin being done by an ant task or externally? How exactly does the transformation fail? (a stack trace might be useful)
Andy. On 16 Apr 2012 20:10, "Dunning, John (LNG-HBE)" < john.dunn...@lexisnexis.com> wrote: > I'm facing a rather strange problem with Ant - I have a task that uses > <copy> to copy an XSLT file managed under ClearCase, then uses <java> 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 ClearCase the > transformation fails. > > If I rename the XSLT file and call it with that new name from build.xml > everything works fine. > > Any ideas why this could be happening? It's maddening! > > TIA, > John > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > >