最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

ruby - Change Ceedling output of failures for eclipse to jump directly to it - Stack Overflow

programmeradmin2浏览0评论

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:

发布评论

评论列表(0)

  1. 暂无评论