You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/12/21 15:58:33 UTC

cvs commit: ant/docs/manual/CoreTasks exec.html

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>
  +&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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org