Alexey Kozlov created OPENMEETINGS-597:
------------------------------------------

             Summary: 2.0 branch don't bild
                 Key: OPENMEETINGS-597
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-597
             Project: Openmeetings
          Issue Type: Bug
          Components: BuildsAndReleases
    Affects Versions: 2.0.0 Apache Incubator Release
         Environment: windows 
sun jdk 6 x86

            Reporter: Alexey Kozlov
            Assignee: SebastianWagner
             Fix For: 2.0.0 Apache Incubator Release


Bug 2.0 branch don't bild

If build branch 2.0 then get error:

UNRESOLVED DEPENDENCIES


Commit this updates in this branch:

-- > 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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to