Dear Team,
in the course of evaluating the robot framework I do struggle in the beginning.
The A_TestEclipseLibrary_installation.html testcase always fails.
I do get error messages that I do not know how to resolve. I'd be glad if someone could help me.
Error Message from: .../eclipse/RobotFramework/results/log.html
20120717 16:03:35.421 ERROR Error in file 'C:\eclipse\RobotFramework\A_TestEclipseLibrary_installation.html' in table 'Setting': Importing test library 'file:/C:/eclipse/lib/eclipselibrary-0.17-with-dependencies-e36.jar' failed: ImportError: No module named file:/C:/eclipse/lib/eclipselibrary-0 Traceback (most recent call last): None PYTHONPATH: C:\eclipse\lib\robotframework-2.7.3.jar\Lib\robot\libraries C:\eclipse\lib\robotframework-2.7.3.jar\Lib C:\eclipse\lib\Lib __classpath__ __pyclasspath__/ . C:\eclipse\RobotFramework CLASSPATH: c:/eclipse/lib/robotframework-2.7.3.jar 20120717 16:03:35.437
...
TEST CASE: Test Eclipse installation Expand All
Full Name: A TestEclipseLibrary installation.Test Eclipse installation Documentation: This test checks if all is installed for robotframework Eclipse should be installed in -install parameter Workspace path used is in -data parameter Workspace should be a new empty one.
Change those settings according to your own installation
Start / End / Elapsed: 20120717 15:18:43.937 / 20120717 15:18:43.953 / 00:00:00.016 Status: FAIL (critical) Message: No keyword with name 'Set Eclipse Library Log Level' found.
Start / End / Elapsed: 20120717 15:18:43.953 / 20120717 15:18:43.953 / 00:00:00.000 ---------
15:18:43.953 FAIL No keyword with name 'Set Eclipse Library Log Level' found.
I am not sure if I have used the right syntax for the variables:
A_TestEclipseLibrary_installation.html:
<td class="name">Library</td>
<td>file:/C:/eclipse/lib/eclipselibrary-0.17-with-dependencies-e36.jar</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td class="name">Resource</td>
<td>file:/C:/eclipse/RobotFramework/EclipseLibraryKeywords.html</td>
<td></td>
....
<td class="name">${eclipse_install}</td>
<td>file:/C:/eclipse/</td>
<td># -install eclipse parameter to set eclipse installation directory</td>
<td></td>
<td></td>
</tr>
<tr>
<td class="name">${eclipse_data}</td>
<td>file:/C:/eclipse/RobotFramework/workspace</td>
<td># -data eclipse parameter to set workspace</td>
<td></td>ERROR Error in file 'C:\eclipse\RobotFramework\A_TestEclipseLibrary_installation.html' in table 'Setting': Resource file 'file:/C:/eclipse/RobotFramework/EclipseLibraryKeywords.html' does not exist.
---------
Eclipse is installed and starts if I start it manually
The files are in the directory as indicated.
I have set the PATH variable to the \bin of jython and the \Scripts of phython
Thank you very much for any hints that pinpoint to the right direction.
kind regards