Niko Schwarz <[EMAIL PROTECTED]> wrote:
> I got an error message telling that my JAVA_HOME isn't set properly
> and that surprised me very much, because this variable has been set
> correctly for years.
[...]
> and then there was the solution, I typed:
>
> echo $ANT_HOME
>
> into the script and it resulted in:
>
> /usr/bin/..
>
> well, that isnt good, and the reason is simple: i put a hard link to
> ant into /usr/bin.
OK, two issues here.
(1) Ant can guess ANT_HOME when you use symbolic links, but will fail
for hardlinks. I doubt we can do much here, can we?
(2) Error message talks about JAVA_HOME while ANT_HOME is the
problem. Which error message has this been? Which one do we need to
fix?
Stefan