done could you please check if it works for you? On Sun, Mar 4, 2012 at 00:17, [email protected] <[email protected]>wrote:
> Thumbs UP :) > > > 2012/3/3 Maxim Solodovnik <[email protected]> > >> already added property for that :) >> >> >> On Sun, Mar 4, 2012 at 00:10, [email protected] < >> [email protected]> wrote: >> >>> Ok that should be fine too, we just need to be able to specify a >>> revision number for the checkout as the red5 versions / API can change >>> heavily between the different revisions so our code might only work with a >>> certain revision number. >>> >>> Sebastian >>> >>> >>> 2012/3/3 Maxim Solodovnik <[email protected]> >>> >>>> I plan to checkout and build red5. >>>> (checkout takes 29sec on my machine) >>>> currently working on this >>>> (repack javaee, delete some staff, etc.) >>>> >>>> >>>> On Sun, Mar 4, 2012 at 00:03, [email protected] < >>>> [email protected]> wrote: >>>> >>>>> I will ask the red5-devs if it is possible that they host the >>>>> red5.jar/boot.jar somewhere on their googlecode website. I think those >>>>> ones >>>>> are missing yes? >>>>> Or is did you had already another plan in mind for the remaining red5 >>>>> binaries in our repository? >>>>> >>>>> >>>>> Sebastian >>>>> >>>>> 2012/3/3 <[email protected]> >>>>> >>>>>> Author: solomax >>>>>> Date: Sat Mar 3 15:54:47 2012 >>>>>> New Revision: 1296649 >>>>>> >>>>>> URL: http://svn.apache.org/viewvc?rev=1296649&view=rev >>>>>> Log: >>>>>> Source artifact is fixed >>>>>> >>>>>> Modified: >>>>>> incubator/openmeetings/trunk/singlewebapp/build.xml >>>>>> >>>>>> Modified: incubator/openmeetings/trunk/singlewebapp/build.xml >>>>>> URL: >>>>>> http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1296649&r1=1296648&r2=1296649&view=diff >>>>>> >>>>>> ============================================================================== >>>>>> --- incubator/openmeetings/trunk/singlewebapp/build.xml (original) >>>>>> +++ incubator/openmeetings/trunk/singlewebapp/build.xml Sat Mar 3 >>>>>> 15:54:47 2012 >>>>>> @@ -117,17 +117,17 @@ >>>>>> >>>>>> <tar longfile="gnu" compression="gzip" destfile="${ >>>>>> archive.file.name}-src.tar.gz"> >>>>>> <tarfileset dir="${basedir}"> >>>>>> - <include name=".settings/**" /> >>>>>> <include name="docs/**" /> >>>>>> - <include name="lib/**" /> >>>>>> - <include name="openlaszlo/**" /> >>>>>> + <include name="lib/*.jar" /> >>>>>> + <exclude name="lib/java*.jar" /> >>>>>> <include name="${red5.server.dir}/**" >>>>>> /> >>>>>> <include name="src/**" /> >>>>>> <include name="test/**" /> >>>>>> <include name="WebContent/**" /> >>>>>> <include name="xdocs/**" /> >>>>>> - <include name="build.xml" /> >>>>>> - <include name="license.txt" /> >>>>>> + <include name="*.xml" /> >>>>>> + <include name=".*" /> >>>>>> + <include name="LICENSE" /> >>>>>> </tarfileset> >>>>>> </tar> >>>>>> <tar longfile="gnu" compression="gzip" destfile="${ >>>>>> archive.file.name}.tar.gz"> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Sebastian Wagner >>>>> http://www.openmeetings.de >>>>> http://incubator.apache.org/openmeetings/ >>>>> http://www.webbase-design.de >>>>> http://www.wagner-sebastian.com >>>>> [email protected] >>>>> >>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> Sebastian Wagner >>> http://www.openmeetings.de >>> http://incubator.apache.org/openmeetings/ >>> http://www.webbase-design.de >>> http://www.wagner-sebastian.com >>> [email protected] >>> >> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > Sebastian Wagner > http://www.openmeetings.de > http://incubator.apache.org/openmeetings/ > http://www.webbase-design.de > http://www.wagner-sebastian.com > [email protected] > -- WBR Maxim aka solomax
