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

Ivy 2.2.0 POM parent reference

2012-04-17 Thread Young Matthew (4004)
Hej, Using Ivy 2.2.0 from Eclipse and pulling in the spring-data-neo4j module from: http://maven.springframework.org/milestone/org/springframework/data/spring-data-neo4j/2.1.0.M1/ Inside the POM there are a series of default dependencies that I want to pull down. Have in my Ivy file:

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*.