You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2013/04/04 10:59:15 UTC

[jira] [Resolved] (OPENMEETINGS-597) 2.0 branch don't bild

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-597.
-------------------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.0.0 Apache Incubator Release)

I see no need to fix this branch since:
1) There are already precompiled builds
2) There were no changes in this branch since release

                
> 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
>              Labels: bug, build
>
> 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