我已安装Robot Framework插件与Eclipse Luna一起使用,但在尝试打开任何机器人脚本时,我收到了波纹管错误,有人知道如何解决这个问题吗? 我使用的是Windows Server 2012机器,不知道为什么我会收到与MAC OS相关的错误消息。
File contains MAC OS 9 line endings¹ which are not supported by Robot Framework.
Please convert it using some appropriate tool.
¹) a Carriage Return character not immediately followed by a Line Feed character
错误代码段:
org.eclipse.core.runtime.CoreException: File contains MAC OS 9 line endings¹ which are not supported by Robot Framework.
Please convert it using some appropriate tool.
¹) a Carriage Return character not immediately followed by a Line Feed character
at com.nitorcreations.robotframework.eclipseide.editors.RobotFrameworkTextfileEditor.ensureRFSupportedLineEndings(RobotFrameworkTextfileEditor.java:94)
at com.nitorcreations.robotframework.eclipseide.editors.RobotFrameworkTextfileEditor.handleOpenDocument(RobotFrameworkTextfileEditor.java:81)
at com.nitorcreations.robotframework.eclipseide.editors.RobotFrameworkTextfileEditor.doSetInput(RobotFrameworkTextfileEditor.java:60)
at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3220)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
at org.eclipse.ui.internal.WorkbenchWindow$13.run(WorkbenchWindow.java:2157)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)