> Another option would be to always use absolute paths in the build
> scripts, e.g. instead of
>
> <exec executable="jar">
>
> use
>
> <exec executable="${JAVA_HOME}/bin/jar">third option would be to use Ant's <jar/> task instead of using <exec/> of course (and that does not require to have Java's /bin on the PATH at all IIRC) Dirk.
