Security module native build incorrectly use PATH variable
----------------------------------------------------------
Key: HARMONY-152
URL: http://issues.apache.org/jira/browse/HARMONY-152
Project: Harmony
Type: Bug
Components: Classlib
Environment: WinXP
Reporter: Alexey Petrenko
modules/security/make/build.xml, line 163
<property name="cPath" value="${PATH};${env.Path}" />
Should be probably changed to
<property name="cPath" value="${PATH};${env.PATH}" />
Since environment variables are case sensitive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira