bodewig 2004/12/21 06:58:33 Modified: docs/manual/CoreTasks exec.html Log: java.library.path != PATH - PR: 32523 Revision Changes Path 1.44 +2 -1 ant/docs/manual/CoreTasks/exec.html Index: exec.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/exec.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- exec.html 19 Nov 2004 09:07:09 -0000 1.43 +++ exec.html 21 Dec 2004 14:58:33 -0000 1.44 @@ -325,8 +325,9 @@ <p>starts <code>emacs</code> on display 1 of the X Window System.</p> <blockquote><pre> +<property environment="env"/> <exec ... > - <env key="PATH" path="${java.library.path}:${basedir}/bin"/> + <env key="PATH" path="${env.PATH}:${basedir}/bin"/> </exec> </pre></blockquote> <p>adds <code>${basedir}/bin</code> to the <code>PATH</code> of the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]