提交 688a0c54 编写于 作者: K kohsuke

error message improvement.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@2302 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b956eb09
......@@ -284,7 +284,7 @@ public class MavenBuild extends AbstractBuild<MavenModule,MavenBuild> {
}
});
if(classworlds==null || classworlds.length==0)
throw new IOException("No classworlds*.jar found in "+bootDir);
throw new IOException("No classworlds*.jar found in "+bootDir" -- Is this a valid maven2 directory?");
boolean isMaster = getCurrentNode()==Hudson.getInstance();
FilePath slaveRoot=null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册