views:

11

answers:

1

Hi, I am following step by step for installation of RED5 in Ubuntu 9.04. while i am giving ant command, it hangs 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

other info i am accessing net through a proxy server which asks for authentication(userid and password).

Kindly help.... i have been googling and following a lot of blogs since a week... but none helped.

Hoping for a positive reply and Thanking you, Satya

A: 

Try configuring ANT to use the proxy:

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