- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经通过此链接从 github 下载了源代码:https://github.com/twitter/cloudhopper-smpp然而,当我尝试在 Netbeans 中构建它时,我收到两个错误,如下所示:
1)在输出窗口中构建开始时显示:
Scanning for projects...
Some problems were encountered while building the effective model for com.cloudhopper:ch-smpp:jar:5.0.1-SNAPSHOT
The expression ${scm.url} is deprecated. Please use ${project.scm.url} instead.
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
2) 在构建结束时,输出窗口显示:
Results :
Failed tests: serverBindToUnavailablePortThrowsException(com.cloudhopper.smpp.impl.DefaultSmppServerTest)
Tests run: 162, Failures: 1, Errors: 0, Skipped: 1
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 27.606s
Finished at: Sun Mar 10 09:42:27 GMT 2013
Final Memory: 21M/314M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project ch-smpp: There are test failures.
Please refer to C:\XXX\XXX\XXX\XXX\CloudHopper\cloudhopper-smpp-master\cloudhopper- smpp-master\target\surefire-reports for the individual test results.
-> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
我希望能够构建所需的 jar 文件并运行提供的演示。
有什么想法可以正确地 build 这座建筑吗?
最佳答案
删除 src/
中的 test
文件夹并尝试使用 Netbeans 进行构建。它将正确编译 jar。
关于java - 无法构建 CloudHopper (SMPP),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15321028/
我已经通过此链接从 github 下载了源代码:https://github.com/twitter/cloudhopper-smpp然而,当我尝试在 Netbeans 中构建它时,我收到两个错误,如
我正在尝试使用 CloudHopper lib 使用 SMPP 发送阿拉伯短信,但我遇到了字符出现的问题 (??????) msg = "\u0627\u062E\u062A\u063
我已经通过这个链接从 github 下载了源代码:https://github.com/twitter/cloudhopper-smpp 假设我想测试在客户端之间接收消息,所以我创建了一个服务器和 2
我有CloudHopper SMPP服务器,此时我可以收到一条简单的短信。 if (pduRequest.getCommandId() == SmppConstants.CMD_ID_SUBMIT_S
我正在尝试在使用 SMPP 协议(protocol)的 viva 网络上检索我的剩余信用额度我已经使用云漏斗实现来发送短信,但我无法检索我的剩余余额详细信息:请需要您的帮助 最佳答案 SMPP协议(p
我有 SMPP 服务器,使用 CloudHoper。当我收到消息时,我应该返回一份递送报告。请告诉我,我该怎么做? 此时我返回SubmitSmResp... 最佳答案 当然,您仍然需要像现在一样使用
我有一个项目使用 Cloudhopper 5.0.6 库来保持 SMPP 连接(3.4 版本)并发送或接收 PDU。我需要修改默认 PDUResopnse,因此,自定义 PDU 处理是通过以下方式扩展
如何使用Twitter cloudhopper? 我获取了源代码并尝试将演示代码作为 Java 应用程序运行,但我不知道如何测试它。 有没有cloudhopper的教程? 最佳答案 这个库的实现利用非
我正在寻找一种将 SMPP 错误代码从服务器发送到连接的客户端的方法。我的流程是:1.客户端发送短信到我的服务器2.我将其发送到另一个系统3.当我收到消息状态时(最多可能需要 72 小时)我想将结果发
我是一名优秀的程序员,十分优秀!