Unable to resolve .. resolve waits for ever while

2019-09-14 01:35发布

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条回答
forever°为你锁心
2楼-- · 2019-09-14 02:22

Try configuring ANT to use the proxy:

<setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}" proxyuser="${proxy.user}" proxypassword="${proxy.pass}"/>
查看更多
登录 后发表回答