Usually you dont need to set ANT_HOME.
If ANT_HOME is not set, ant.bat will do it for you.
Jan
>-Ursprüngliche Nachricht-
>Von: Liying Miao [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 7. Juli 2005 14:34
>An: 'Ant Users List'
>Betreff: RE: Ant Configuration Problem
>
>Hi Jurgen,
>
>
Hhm "-buildfile" works for me.
Try that out:
* create a directory (I used c:\temp\ant-test)
* write in buildfile there
${basedir}
* create another directory (I used c:\temp\ant-test\dir)
* copy the buildfile into that dir
* go to your dir (...\ant-test)
* try the default
C:\TEMP\ant-
tools.jar is part of a JDK - not included in a JRE.
So your JAVA_HOME should point to a JDK.
Jan
> -Ursprüngliche Nachricht-
> Von: Graeme Shaw [mailto:[EMAIL PROTECTED]
> Gesendet am: Freitag, 8. April 2005 17:02
> An: user@ant.apache.org
> Betreff: Ant configuration problem (tools.jar).