You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2006/03/02 16:06:41 UTC

[jira] Assigned: (HARMONY-152) Security module native build incorrectly use PATH variable

     [ http://issues.apache.org/jira/browse/HARMONY-152?page=all ]

Tim Ellison reassigned HARMONY-152:
-----------------------------------

    Assign To: Tim Ellison

> 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
>     Assignee: Tim Ellison

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