无法将固定装置添加到类路径
我正在将 FitNesse 的 Slim 服务器移植到 Qt,但遇到了一些问题。 我似乎无法告诉我的新 Slim-Server 在哪里可以获得所需的固定装置。
现在可以使用添加路径,
!path C:\path\
但这似乎不适用于 Slim。它不会向命令行添加任何内容,也不会向我的 Slim 服务器发送导入指令。不过,我确实收到了所有其他指令,所以我的服务器不是问题。
所以现在我需要另一种方法来修改调用 Slim 的命令行或发送导入指令......有什么想法吗?
编辑:我尝试导入表并现在开始工作。我仍然感兴趣为什么 !path-thing 不起作用。
I´m porting FitNesse´s Slim-server to Qt and I´ve encountered a little problem.
I can´t seem to tell my new Slim-Server where to get the required fixtures.
Now there´s the possibility to add a path using
!path C:\path\
but this doesn´t seem to work for Slim. It doesn´t add anything to the command-line and it doesn´t send an import-instruction to my Slim-server. I do get every other instruction though, so my server isn´t the problem.
So now I need another way to either modify the command-line calling Slim or sending an import-instruction... any ideas?
EDIT: I tried import tables and got it working now. I´m still interested why the !path-thing didn´t work though.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 %p 放入 COMMAND_PATTERN 中,路径定义将放置在执行服务器的命令行中。
Put %p in your COMMAND_PATTERN and the path definitions will be placed there in the command line that executes your server.