我正在尝试获取构建失败的文件的完整路径,但是我的编译只列出了Java文件的名称(如下所示)。我已经搜索过,还没有找到答案。还有其他开发人员能够查看相关文件的完整路径......
我还是相信它,因为我在Ubuntu的盒子上而且他们正在使用Mac。
[ERROR] RLXidEventParser.java:[14,0] The import com.google.code.or.binlog.BinlogParserContext cannot be resolved
[ERROR] RLXidEventParser.java:[15,0] The import com.google.code.or.binlog.impl.event.XidEvent cannot be resolved
[ERROR] RLXidEventParser.java:[16,0] The import com.google.code.or.binlog.impl.parser.XidEventParser cannot be resolved
应该是
[ERROR] /home/bob/src/trunk/rest/of/path/RLXidEventParser.java:[14,0] The import com.google.code.or.binlog.BinlogParserContext cannot be resolved
[ERROR] /home/bob/src/trunk/rest/of/path/RLXidEventParser.java:[15,0] The import com.google.code.or.binlog.impl.event.XidEvent cannot be resolved
[ERROR] /home/bob/src/trunk/rest/of/path/RLXidEventParser.java:[16,0] The import com.google.code.or.binlog.impl.parser.XidEventParser cannot be resolved