Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
测试将内容写入文件,然后从文件中读取以确保某些事情发生。测试(总是)通过我的 IntelliJ。
运行mvn clean install时,测试失败
mvn clean install
java.io.FileNotFoundException: log/sample1_2013-09-17.log (No such file or directory)
什么可以解释这种一致性?
IntelliJ 必须在与命令行不同的工作目录中运行测试。
我要做的是通过将目录(和任何其他资源)移动到适当的目录来确保命令行mvn成功。log回到 IntelliJ,您可以指定要使用的工作目录。使用与成功的工作目录相同的工作目录mvn。
mvn
log