Comment #3 on issue 580 by kai.hackemesser: I cannot run the robot framework 2.5 on my suite created with earlier release.
http://code.google.com/p/robotframework/issues/detail?id=580

Analyzing that syslog a bit by myself I found that it may not like the way I started the jybot.bat:

C:\workspace\iE2-5.0.0-SNAPSHOT\Automated Testing>C:\Java\jython-2.5.1\bin\jybot.bat .

It tries to split the '.' ...

So I tried it with

C:\workspace\iE2-5.0.0-SNAPSHOT\Automated Testing>C:\Java\jython-2.5.1\bin\jybot.bat "C:\workspace\iE2-5.0.0-SNAPSHOT\Automated Testing\"

which caused this output in attachment



Attachments:
        robot.out  1.1 KB

Reply via email to