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:12:40 UTC

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

     [ 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


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

Posted by Tim Ellison <t....@gmail.com>.
Now that the auth natives have been moved into the native-src tree (as
discussed with Stepan), this line has disappeared from the build.xml anyway.

See  http://svn.apache.org/viewcvs?rev=382441&view=rev

Regards,
Tim

Mikhail Loenko wrote:
> 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) <ji...@apache.org>:
>>     [ 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
>>
>>
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

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

Posted by Mikhail Loenko <ml...@gmail.com>.
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) <ji...@apache.org>:
>     [ 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
>
>