Hi Juan, It looks like you need to put in the leading slash / in your path and the JAVA_HOME environment variables, like so (I clipped out the other paths):
PATH=:/usr/java/jdk1.5.0_06/bin: JAVA_HOME=/usr/java/jdk1.5.0_06 You left that out - so it wouldn't find the right path without that slash. Nate On Sun, 30 Apr 2006, Ing. Juan Peña wrote: > Hello everybody > > I want to build Red5_04 > > But I still have this trouble > > > [EMAIL PROTECTED] red5_04]# ant > Buildfile: build.xml > > BUILD FAILED > > file:/home/9710032824/www/web/red5_04/build.xml:27: Unexpected element > "echo" > > Total time: 0 seconds > And I check my environment vars and this what I got: > In part (of course): > > PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sb > in:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:usr/java/jdk1.5.0_06/bin:/root/bin > > INPUTRC=/etc/inputrc > > PWD=/root > > JAVA_HOME=usr/java/jdk1.5.0_06 > > LANG=en_US.UTF-8 > > JAVA_VERSION=1.5.0 > > I been installed jdk1.5.0 from shell before to set my environment vars > > But still can built > > What Im doing wrong or I miss something? > > > Please help! > > Juan _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
