You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2004/01/26 00:35:28 UTC

DO NOT REPLY [Bug 26419] - Path Problems when running samples migth lead to some confusion.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26419>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26419

Path Problems when running samples migth lead to some confusion.

jberry@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jberry@apache.org  2004-01-25 23:35 -------
Pedro: thanks for pointing this out. I hadn't noticed this behavior. Xerces was using the Carbon file 
manager to determine the current working directory. Carbon always defaults the cwd to the 
location of the executable, which doesn't play so well when you're invoking something from a 
command line shell.

I modified the code to call getcwd(), instead, when we're running on Mac OS X and not compiling 
under Metrowork's MSL. This now seems to provide the expected behavior. Will you verify please? 
(checked into cvs).

James.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org