Hello Vivek,
Tuesday, June 19, 2007, 8:37:38 PM, you wrote:
|
> |
Hi Everyone, I am a newbie to Red5, Apache-Ant server and Java as well. I have done development work in FMS for quite sometime. So few months back i thought of trying to try Red5. I tried very hard but here is some problem i am facing i am not sure if it's of any concern for Red5 functioning. I installed Apache-Ant server, Jdk 1.5.0_09. Configured Java_home and Ant_home etc as instructed in Readme file inside Red5 installation. Then i executed Red5 server on Ant and got following output. E:\Program Files\Red5>ant server Buildfile: build.xml [echo] java.home is E:\Progra~1\Java\jdk1.5.0_09\jre and the target version is 1.5 server: [echo] java.home is E:\Progra~1\Java\jdk1.5.0_09\jre and the target version is 1.5 -java6.check: -junit.check: prepare: [mkdir] Created dir: E:\Program Files\Red5\bin [mkdir] Created dir: E:\Program Files\Red5\dist [mkdir] Created dir: E:\Program Files\Red5\bin\testcases [mkdir] Created dir: E:\Program Files\Red5\bin\testcases\testreports [mkdir] Created dir: E:\Program Files\Red5\webapps\admin\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\admin\WEB-INF\lib [mkdir] Created dir: E:\Program Files\Red5\webapps\echo\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\fitcDemo\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\midiDemo\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\oflaDemo\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\test\WEB-INF\classes [mkdir] Created dir: E:\Program Files\Red5\webapps\tutorial\WEB-INF\classes compile: [echo] Javac version: 1.5 [echo] Compiler adapter name: modern [echo] java.home is E:\Progra~1\Java\jdk1.5.0_09\jre and the target version is 1.5 compile_core: [echo] java.home is E:\Progra~1\Java\jdk1.5.0_09\jre and the target version is 1.5 compile_core_compatibility: [javac] Compiling 407 source files to E:\Program Files\Red5\bin [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [echo] java.home is E:\Progra~1\Java\jdk1.5.0_09\jre and the target version is 1.5 prepare: compile_demos: BUILD FAILED E:\Program Files\Red5\build.xml:653: The following error occurred while executing this line: E:\Program Files\Red5\build.xml:129: The following error occurred while executing this line: E:\Program Files\Red5\build.xml:153: srcdir "E:\Program Files\Red5\webapps\admin\WEB-INF\src" does not exist! Does this output make any effect on Red5 functioning. I have tried few demo files and they are working fine. Any pointer? I also tried Red5 batch file from start menu. It's giving me a lot of trace values in Command window and in the end it says Wrapper Stopped. Is it intended to behave like that? I am very confused with these outputs. Please help me with some guidelines on any informative website where i can learn how to create my first real test app on Red5. Thanks Vivek Lakhanpal. |
That's because red5 build script builds example webapps together with the server itself by default.
And it seems that someone (possibly you?) has removed sources of that demos.
If you are a newbie, try to reinstall red5.
--
Best regards,
Alexey mailto:[EMAIL PROTECTED]
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
