ok, thank you! I installed the latet pre compiled build of 2.1. And it worked.
Thank you! Michael > Those libraries were removed from Red5 repository, you can use 2.1 or > download the binary distribution of 2.0. > > I'll update the Documents for Debian to reflect that shortly. > > -- > If you really want to compile the old 2.0 then you can follow these > steps from Rene Rosendbaum. > > 1. I copy build-red5_ivy.xsl and build-red5_ivysettings.xsl from OM 2.1 > distribution (or use attached files) into root directory of OM 2.0. > > 2. Insert the following code at line 748 (Red5-server section) and 787 > (Red5-client section) in build.xml (or use attached file): > > -In Red5-Server section: > <xslt in="${red5.server.dir}/ivy.xml" > out="${red5.server.dir}/ivy1.xml" style="build-red5_ivy.xsl" /> > <move file="${red5.server.dir}/ivy1.xml" > tofile="${red5.server.dir}/ivy.xml" /> > <xslt in="${red5.server.dir}/ivysettings.xml" > out="${red5.server.dir}/ivysettings1.xml" > style="build-red5_ivysettings.xsl" /> > <move file="${red5.server.dir}/ivysettings1.xml" > tofile="${red5.server.dir}/ivysettings.xml" /> > > -In Red5-Client section: > <copy file="${red5.lib}/red5.jar" > todir="${red5.client.dir}/lib" overwrite="true" force="true" /> > <!-- START red5 missing libraries patch --> > <xslt in="${red5.client.dir}/ivy.xml" > out="${red5.client.dir}/ivy1.xml" style="build-red5_ivy.xsl" /> > <move file="${red5.client.dir}/ivy1.xml" > tofile="${red5.client.dir}/ivy.xml" /> > <!-- END red5 missing libraries patch --> > <subant target="dist"> > <fileset dir="${red5.client.dir}" includes="build.xml" /> > </subant> > > 3. Compile without "UNRESOLVED DEPENDENCIES" errors > > Best Regards > > > > > Stephen Cottham > Group IT Manager (Associate) > > Robert Bird Group > Level 5, 333 Ann St > Brisbane, Queensland, 4000, Australia > Phone: +6173 319 2777 (AUS) > Phone: +44207 633 2880 (UK) > Fax: +6173 319 2799 > > Mobile: +61400 756 963 (AUS) > Mobile: +447900 918 616 (UK) > Web: www.robertbird.com > > > This email and any attachments are confidential and may contain legally > privileged information or copyright material. Unless expressly stated, > confidentiality and/or legal privilege is not intended to be waived by the > sending of this email. The contents of this email, including any > attachments, are intended solely for the use of the individual or entity > to whom they are addressed. If you are not an intended recipient, please > contact us immediately by return email and then delete both messages. You > may not otherwise read, forward, copy, use or disclose this email or any > attachments. Any views expressed in this email are those of the individual > sender except where the sender expressly, and with authority, states > otherwise. It is your responsibility to check any attachments for viruses > or defects before opening or sending them on. None of the sender or its > related entities accepts any liability for any consequential damage > resulting from this email containing computer viruses. > > Disclaimer added by CodeTwo Exchange Rules > http://www.codetwo.com > > -----Original Message----- > From: michael.wut...@eledia.de [mailto:michael.wut...@eledia.de] > Sent: 05 February 2013 14:30 > To: user@openmeetings.apache.org > Subject: UNRESOLVED DEPENDENCIES during compiling the OM 2.0 checkuot > > Hello, > > I tried to install OM 2.0 with the svn-checkout like described in the > debian howto: > https://cwiki.apache.org/confluence/download/attachments/27838216/Instal > ling+OM2.x+On+Debian64+-+Headless.pdf?version=14&modificationDate=135878 > 3950000 > > But the commend: > > /usr/adm/apache-ant-1.8.4/bin/ant -Ddb=mysql > > ends up with the following error message: > http://pastebin.com/LcGF5tfT > > Please can you tell me, what I did wrong? > > Thank you for your help! > Michael > > BTW: The svn-path has changed to: > http://svn.apache.org/repos/asf/openmeetings/branches/2.0/ > Could someone change it in the howto? > >