Unable to resolve .. resolve waits for ever while building red5 using ant and ivy

爷,独闯天下 提交于 2019-12-13 03:43:44

问题


I am following step by step for installation of RED5 in Ubuntu 9.04.
While executing ant command, it waits forever at

[ivy:resolve] :: resolving dependencies :: red5#server;working@satya-vbox4red5
[ivy:resolve]  confs: [java6]

in verbose mode, I saw that it is failing while searching for dependencies.. verbose output can be found at http://pastebin.com/uyaQ03cK

I am accessing the internet through a proxy server which asks for authentication(userid and password).


回答1:


Try configuring ANT to use the proxy:

<setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}" proxyuser="${proxy.user}" proxypassword="${proxy.pass}"/>


来源:https://stackoverflow.com/questions/3651028/unable-to-resolve-resolve-waits-for-ever-while-building-red5-using-ant-and-iv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!