【发布时间】:2021-04-30 14:42:59
【问题描述】:
我尝试在 Windows 10 上的 Corda V4 示例上克隆和运行测试用例:
https://github.com/corda/samples/tree/release-V4/cordapp-example
它给出了以下错误
Command line is too long. Shorten command line for Run Contract Tests - Kotlin or also for JUnit default configuration.
我试过这个修复:
https://stackoverflow.com/a/50857092/4627552
但它会引发另一个错误
'net.corda.core.transactions.MissingContractAttachments: Cannot find contract attachments for com.example.contract.IOUContract'
测试在 Unix 上运行得非常好(在 Ubuntu 上试过)。
只是在 Windows 上创建一个问题
【问题讨论】:
标签: corda