我已经下载了 Jbilling 源代码。我在 STS (eclipse) 中导入了该项目,但我无法运行它。谁能向我解释如何运行该项目以及在浏览器中访问它的 URL 是什么?
问问题
841 次
2 回答
0
您可以运行 build.xml 默认目标。如果它的 jbilling_22 您需要先运行 jar 目标,然后再运行默认目标。您可以在 src\build\deploy 文件夹中找到 jbilling.war,将其复制到 tomcat 的 web-apps 中。对于 jbilling 3,您可以作为 grails-app 运行,您不需要执行任何 ant 目标
于 2012-09-21T09:43:26.680 回答
0
raher than ANT you can use Grails and run jbilling.
for ANT you can run it by blew ommand
ant test-ws
* ant test-integration
or, execute single test classes individually
* ant test-mediation
* ant test-partners
* ant test-provisioning
* ant test-process
于 2014-12-02T14:12:33.587 回答