Browse Source

java.library.path != PATH - PR: 32523

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277257 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
3c73be7a14
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/manual/CoreTasks/exec.html

+ 2
- 1
docs/manual/CoreTasks/exec.html View File

@@ -325,8 +325,9 @@ but some configuration problem on your machine.
<p>starts <code>emacs</code> on display 1 of the X Window System.</p>

<blockquote><pre>
&lt;property environment=&quot;env&quot;/&gt;
&lt;exec ... &gt;
&lt;env key=&quot;PATH&quot; path=&quot;${java.library.path}:${basedir}/bin&quot;/&gt;
&lt;env key=&quot;PATH&quot; path=&quot;${env.PATH}:${basedir}/bin&quot;/&gt;
&lt;/exec&gt;
</pre></blockquote>
<p>adds <code>${basedir}/bin</code> to the <code>PATH</code> of the


Loading…
Cancel
Save