Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1711 by pawel.ch...@gmail.com: Can't build documentation for XML and Remote libraries
http://code.google.com/p/robotframework/issues/detail?id=1711

Robot Framework: 2.8.4
Interpreter: Python 2.7.3

I used this code to get information about library keywords:

from robot.libdocpkg.builder import DocumentationBuilder
doc = DocumentationBuilder('robot.libraries.Remote').build('robot.libraries.Remote') doc = DocumentationBuilder('robot.libraries.XML').build('robot.libraries.XML')

The result is exception for both cases.
For XML is:
DataError: Spec file 'XML' does not exist.

For Remote is:
DataError: Calling dynamic method 'get_keyword_names' failed: Connecting remote server at http://127.0.0.1:8270 failed: Connec
tion refused

When Remote library is not some huge suprise, the XML is.
For libraries like Telnet, String there is not problem.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to