As I wrote in different thead it breaks the build on some Windows versions.
And, beleive me, this is not the easiest failure to evaluate. I suggest roll back this fix Thanks, Mikhail 2006/3/2, Tim Ellison (JIRA) <[EMAIL PROTECTED]>: > [ http://issues.apache.org/jira/browse/HARMONY-152?page=all ] > > Tim Ellison resolved HARMONY-152: > --------------------------------- > > Resolution: Fixed > > Alexey, > > Modified as you suggest to better support case sensitive env var platforms. > Fixed in SECURITY module make/build.xml at repo revision 382403. > > Please check this fix fully resolves your problem. > > > > 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 > >
