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.

           Summary: Path Problems when running samples migth lead to some
                    confusion.
           Product: Xerces-C++
           Version: 2.3.0
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Samples/Tests
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've noticed that using:

./DOMPrint ~/tfc/xmltest/heuristics.xml

has no problems, but if u're somewhere else on your path and try do do something like:

../../DOMPrint heuristic.xml 

(without the path of the file to be processed) we get the following error:

Fatal Error at file "", line 0, column 0
   Message: An exception occurred! Type:RuntimeException, Message:The primary document 
entity 
could not be opened. Id=/Users/pedro/school/tfc/xerces-c-src_2_3_0/bin/heuristics.xml

because somehow the DOMPrint will not be able to get the right path of the argument 
file, it will 
expect it to be where the binary is. This problems ocours for every sample bin on the 
package.

It's stupid i know, but i've recompiled several times, because the error wasn't 
obvious.... and I 
tought it was a configuration problem (export's/setenv's, whatever!).

Thanks,
Pedro

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to