They are really case sensitive, but e.g. on my XP the variable's name is
'Path'

I think it should include all various pathes, like Path, PATH, and path
and do not include PAth and PatH

Thanks,
Mikhail

2006/3/2, Alexey Petrenko (JIRA) <[EMAIL PROTECTED]>:
> 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
>
>

Reply via email to