【发布时间】:2010-08-20 11:29:04
【问题描述】:
Unicorn 只需提供一个 URI 并按下按钮。它将调用一系列验证服务并报告结果。我已经下载并安装了独角兽。 要下载源代码,它只能从 Mercurial 存储库下载。要下载它,请使用命令“hg clone https://dvcs.w3.org/hg/unicorn”
要编译 Unicorn,需要 Apache Ant 和 Ivy。 在 Unicorn 的目录中,运行:“ant retrieve generate_observer generate_tasklist default_conf war”
它在 apache-tomcat 中运行良好,我想要的是如何将独角兽作为控制台应用程序。 输入应通过命令行参数传递,输出应显示在控制台本身我不想使用任何 Web 服务器来部署它。
【问题讨论】:
标签: java web-applications console-application unicorn