Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.7, 0.8
-
None
-
Normal
-
Patch available
Description
Issues in bin/forrest:
1. The symlink resolution does not handle chained symlinks
2. The value assigned to FORREST_HOME is not canonical
3. Command line arguments are passed to ant as $@ instead of "$@"
The attached patch bin_forrest.diff fixes these issues and is against SVN HEAD (rev. 232917). The symlink resolution code is less verbose than before (borrowed from the Ant launch script).
1. The symlink resolution does not handle chained symlinks
2. The value assigned to FORREST_HOME is not canonical
3. Command line arguments are passed to ant as $@ instead of "$@"
The attached patch bin_forrest.diff fixes these issues and is against SVN HEAD (rev. 232917). The symlink resolution code is less verbose than before (borrowed from the Ant launch script).