we are seeking your advice, currently using robotframework-3.0.2.jar with java 1.8.0_181
we are running out automation script using this line
java -Xms514m -Xmx514m -cp “%csp_lib%*;%common_lib%*” org.robotframework.RobotFramework --include DEMO --outputdir …\Test_Driver\Reports\DEMO_DEMO_%SUBFILENAME% --variablefile …\Test_Driver\Server_Settings\environment_settings_han.py …\Test_Case_For_Testing
This is the content of our java library
jemmy-2.2.7.5.jar
log4j2.xml
robotframework-3.0.2.jar
uber-swinglibrary-1.9.7.1.jar
we are currently encountering an error wherein jemmy is not being triggered, upon upgrading our application and is causing issue with our output.xml file which in turn causes problem to the generation of the html file (the XML file is cut at the end)
we tried using robotfixml and rebot but it does nothing.
We used pip install to ensure that we are using the latest Robotframework, installation was through jython, I also have a copy of the Robotframework-3.2.2.jar and have place it on our javalib folder which is being referenced by out execution bat file.