google-code-export / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

command ant dist it's not good working #387

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Iam using this articel: 
http://www.sohailriaz.com/how-to-install-red5-server-on-centos-53/

and until this command : [root@my-server red5]# ant dist 

i got the problem, here: 

Buildfile: /usr/local/red5/build.xml

-library.check:
     [echo] Java: java.home is /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre and the  target version is 1.6
     [echo] Ant: ant.home is /usr/local/ant and the  target version is Apache Ant(TM) version 1.9.0 compiled on March 5 2013

-java6.check:
     [echo] Using Java 1.6 specification:  1.6

prepare:

compile:
     [echo] javac version: 1.6
     [echo] Not using the Eclipse IDE
     [echo] Compiler adapter name: modern

compile-core:

retrieve:
     [echo] Ivy conf name: java6
[ivy:resolve] :: Apache Ivy 2.4.0-local-20130419072615 - 20130419072615 :: 
http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /usr/local/red5/ivysettings.xml
[ivy:resolve] :: resolving dependencies :: red5#server;working@localhost [not 
transitive]
[ivy:resolve]   confs: [java6]
[ivy:resolve]   found javax#javaee-api;5.1.2 in googlecode
[ivy:resolve]   found org.springframework#spring-aop;3.1.1.RELEASE in central
[ivy:resolve]   found org.springframework#spring-asm;3.1.1.RELEASE in central
[ivy:resolve]   found org.springframework#spring-beans;3.1.1.RELEASE in central
[ivy:resolve]   found org.springframework#spring-context;3.1.1.RELEASE in 
central
[ivy:resolve]   found org.springframework#spring-context-support;3.1.1.RELEASE 
in central
[ivy:resolve]   found org.springframework#spring-core;3.1.1.RELEASE in central
[ivy:resolve]   found org.springframework#spring-expression;3.1.1.RELEASE in 
central
[ivy:resolve]   found org.springframework#spring-web;3.1.1.RELEASE in central
[ivy:resolve]   found org.slf4j#slf4j-api;1.6.4 in central
[ivy:resolve]   found org.slf4j#jul-to-slf4j;1.6.4 in central
[ivy:resolve]   found org.slf4j#log4j-over-slf4j;1.6.4 in central
[ivy:resolve]   found org.slf4j#jcl-over-slf4j;1.6.4 in central
[ivy:resolve]   found ch.qos.logback#logback-classic;1.0.3 in central
[ivy:resolve]   found ch.qos.logback#logback-core;1.0.3 in central
[ivy:resolve]   found org.apache.commons#commons-beanutils;1.8.3 in apache
[ivy:resolve]   found org.apache.commons#commons-codec;1.6 in apache
[ivy:resolve]   found org.apache.commons#commons-collections;3.2.1 in apache
[ivy:resolve]   found org.apache.httpcomponents#httpcore;4.2.1 in central
[ivy:resolve]   found org.apache.httpcomponents#httpclient;4.2 in central
[ivy:resolve]   found org.apache.commons#commons-lang3;3.1 in central
[ivy:resolve]   found org.apache.commons#commons-modeler;2.0.1 in sonatype
[ivy:resolve]   found org.apache.commons#commons-pool;1.5.6 in apache
[ivy:resolve]   found org.quartz-scheduler#quartz;1.8.5 in central
[ivy:resolve]   found net.sf.ehcache#ehcache-core;2.5.0 in central
[ivy:resolve]   found 
org.apache.xerces#com.springsource.org.apache.xerces;2.9.1 in 
springsource-external
[ivy:resolve]   found red5#xmlrpc;2.0.1 in chain
[ivy:resolve]   found mina#mina-integration-beans;2.0.4 in googlecode
[ivy:resolve]   found mina#mina-integration-jmx;2.0.4 in googlecode
[ivy:resolve]   found mina#mina-core;2.0.4 in googlecode
[ivy:resolve]   found 
org.objectweb.asm#com.springsource.org.objectweb.asm;3.2.0 in 
springsource-external
[ivy:resolve]   found 
org.objectweb.asm#com.springsource.org.objectweb.asm.commons;3.2.0 in 
springsource-external
[ivy:resolve]   found org.antlr#com.springsource.org.antlr;3.1.3 in 
springsource-external
[ivy:resolve]   found 
org.codehaus.groovy#com.springsource.org.codehaus.groovy;1.7.0 in 
springsource-external
[ivy:resolve]   found org.jruby#jruby;1.6.7.2 in central
[ivy:resolve]   found org.python#jython-standalone;2.5.2 in central
[ivy:resolve]   found 
org.mozilla.javascript#com.springsource.org.mozilla.javascript;1.7.0.R2 in 
springsource-external
[ivy:resolve]   found javax.xml.stream#com.springsource.javax.xml.stream;1.0.1 
in springsource-external
[ivy:resolve]   found net.sourceforge.cglib#com.springsource.net.sf.cglib;2.2.0 
in springsource-external
[ivy:resolve]   found org.aopalliance#com.springsource.org.aopalliance;1.0.0 in 
springsource-external
[ivy:resolve] :: resolution report :: resolve 1050ms :: artifacts dl 19ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |       java6      |   40  |   0   |   0   |   0   ||   40  |   0   |
        ---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: red5#server
[ivy:retrieve]  confs: [java6]
[ivy:retrieve]  0 artifacts copied, 40 already retrieved (0kB/25ms)

compile-core-compatibility:

compile-demos:
     [echo] Webapps dir: webapps
     [echo] Webapps build dir:  dist/webapps

BUILD FAILED
/usr/local/red5/build.xml:262: The following error occurred while executing 
this line:
/usr/local/red5/build.xml:399: Could not read filters from file 
/usr/local/red5/${filter.file} as it doesn't exist.

Iam using Centos 5

Please help me..

thanks

Original issue reported on code.google.com by admin...@dutakartika.com on 24 Apr 2013 at 8:15

GoogleCodeExporter commented 9 years ago
Start with a newer version of red5 if you want to build it; read how here: 
https://code.google.com/p/red5/wiki/Help

You could also use one of tarballs shown on the front page 
https://code.google.com/p/red5/

Ant is being replaced in the repo by Maven.

Original comment by mondain on 24 Apr 2013 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by mondain on 23 May 2013 at 6:19