运行Jbilling源代码(ANT项目)

时间:2012-07-03 09:51:04

标签: java ant

我已经下载了Jbilling源代码。我在STS(eclipse)中导入了该项目,但我无法运行它。任何人都可以向我解释如何运行该项目以及在浏览器中访问它的URL是什么?

2 个答案:

答案 0 :(得分:0)

您可以运行build.xml默认目标。如果它的jbilling_22你需要先运行jar目标然后再运行默认目标。你可以在src \ build \ deploy文件夹中找到jbilling.war,将其复制到tomcat的web-apps中。 对于jbilling 3,你可以运行grails-app,你不需要执行任何蚂蚁目标

答案 1 :(得分: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