我有一个调用外部Ant任务Ant脚本:
<taskdef name="runStoriesAsEmbeddables" classname="org.jbehave.ant.RunStoriesAsEmbeddables"
classpathref="project.classpath" />
<runStoriesAsEmbeddables includes="**/Ant*Stories.java" ignoreFailureInStories="true"
ignoreFailureInView="false"
systemProperties="story.path=.,qr.host=*,qr.port=*" generateViewAfterStories="true" />
我想用-Xdebug启动JVM上的Unix机器。 “在“Java”的任务Xdebug的”,但对外部任务...我不知道如何使用它 - 我读了几DOC其使用“jvmarg值=”。 谢谢!