Browse Source

Show exec's searchpath attribute as merged.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277497 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
6fb3f8afee
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      WHATSNEW

+ 3
- 3
WHATSNEW View File

@@ -55,9 +55,6 @@ Other changes:
* It is now possible to specify the pattern created/parsed by <checksum>. * It is now possible to specify the pattern created/parsed by <checksum>.
Bugzilla Report 16539. Bugzilla Report 16539.


* Added searchpath attribute to <exec> for searching path variable(s)
when resolveexecutable = true.

* Added -nouserlib option to allow running ant without automatically loading * Added -nouserlib option to allow running ant without automatically loading
up ${user.dir}/.lib/ant. This is useful when compiling ant, and antlibs. up ${user.dir}/.lib/ant. This is useful when compiling ant, and antlibs.
Modified the build.sh and build.bat to use the option. Modified the build.sh and build.bat to use the option.
@@ -174,6 +171,9 @@ Other changes:


* Changed default tempdir for <javac> from user.dir to java.io.tmpdir. * Changed default tempdir for <javac> from user.dir to java.io.tmpdir.


* Added searchpath attribute to <exec> for searching path variable(s)
when resolveexecutable = true.

Fixed bugs: Fixed bugs:
----------- -----------




Loading…
Cancel
Save