Re: Ant not noticing changes to file unless renamed

2012-04-17 Thread andy . ling
t spot the change because the modification time hasn't changed. Regards Andy Ling - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Ant not respecting JAVA_HOME

2011-08-23 Thread andy . ling
at file or add its location to your PATH so it can be found. If it is in the current directory you can run it using .\test.bat (or whatever it is called) Hope that they helps Andy Ling -- This e-mail is intended for the named addressees only. Its contents may be privileged or confidential and sh

Re: Ant not respecting JAVA_HOME

2011-08-22 Thread andy . ling
NT_HOME%" -ea org.apache.tools.ant.Main %action% %2 %3 %4 %5 %6 I then run ant by calling build.bat "target" Hope that helps Andy Ling -- This e-mail is intended for the named addressees only. Its contents may be privileged or confidential and should be treated as such. If you a

Re: Ant not respecting JAVA_HOME

2011-08-22 Thread andy . ling
t;C:\Program Files\Apache Software Foundation\apache-ant-1.8.2" Regards Andy Ling -- This e-mail is intended for the named addressees only. Its contents may be privileged or confidential and should be treated as such. If you are not an intended recipient please notify the sender immediate

Re: Problem deleting a file

2011-07-15 Thread andy . ling
been round that, but you're right, it was still getting put in the classpath. Strange that the delete doesn't generate an error, it just seems to delay it until it can happen. Anyway, sorting out the CLASSPATH seems to have fixed things. Thanks Andy Ling -- This e-mail is intend

Problem deleting a file

2011-07-14 Thread andy . ling
P:\Quentin\Manager\Java\jars\Quentin.jar due to P:\Quentin\Manager\Java\jars\Quentin.jar (Access is denied) Any help would be much appreciated