red5-0.6.3のインストールがivy:resolveでつまづいたら

Posted on 2月 21, 2008
Filed Under diary |

red5-0.6.3はjava6でしかコンパイルできない

build.xmlのあるフォルダでantってやると

retrieve:
[echo] Ivy conf name: java5
No ivy:settings found for the default reference ‘ivy.instance’. A default instance will be used
[ivy:resolve] :: Ivy 2.0.0-beta1 - 20071206070608 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = /home/mo/tmp/red5-20080221/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: red5#server;working@santrini
[ivy:resolve] confs: [java5]
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
…略…
BUILD FAILED
/home/mo/tmp/red5-20080221/build.xml:206: The following error occurred while executing this line:
/home/mo/tmp/red5-20080221/build.xml:232: The following error occurred while executing this line:
/home/mo/tmp/red5-20080221/build.xml:165: impossible to resolve dependencies:
resolve failed - see output for details

Total time: 5 seconds

ってなったらjava6をいれろってこと

ivyって強力だなぁ

Comments

Leave a Reply