admin管理员组文章数量:1024636
I managed to start Ceedling as a c-build project and the complete log is written to the console window.
I also created an error parser, which works for the most of the warning/errors.
But for the summary list of failure test, I found no way to extract the information for Eclipse to directly jump to the line of error.
One reason was, that line, failure reason and file information was not written to a single console line. This I could solve. But the second problem is that only the test file name is written without any path information, and this is not enough for Eclipse.
I tried to add the path info, but unfortunately I have no experience with ruby so it's difficult for me.
Can someone help me? Or is there a better solution using Ceedling in Eclipse that is already available, without writing my own error parser?
Find attached the output and the code snippet:
And the output:
I managed to start Ceedling as a c-build project and the complete log is written to the console window.
I also created an error parser, which works for the most of the warning/errors.
But for the summary list of failure test, I found no way to extract the information for Eclipse to directly jump to the line of error.
One reason was, that line, failure reason and file information was not written to a single console line. This I could solve. But the second problem is that only the test file name is written without any path information, and this is not enough for Eclipse.
I tried to add the path info, but unfortunately I have no experience with ruby so it's difficult for me.
Can someone help me? Or is there a better solution using Ceedling in Eclipse that is already available, without writing my own error parser?
Find attached the output and the code snippet:
And the output:
本文标签: rubyChange Ceedling output of failures for eclipse to jump directly to itStack Overflow
版权声明:本文标题:ruby - Change Ceedling output of failures for eclipse to jump directly to it - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745581809a2157354.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论