Written by:David Aldridge7/29/2011 2:17 PM
If, even after installing the latest version of Ant and Ivy, you still get errors trying to build Red5, then consider redownloading the source using subversion. Especially if you installed the source from a downloaded tarball. Delete the source directory, create a new one and then execute the following from within it:svn co http://red5.googlecode.com/svn/java/server/trunk cd trunk ant clean dist If the compile completes, then you can start it using the following:cd dist ./red5.sh
svn co http://red5.googlecode.com/svn/java/server/trunk cd trunk ant clean dist
cd dist ./red5.sh
0 comment(s) so far...