You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2012/03/03 18:03:09 UTC

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

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 <so...@apache.org>

> 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
seba.wagner@gmail.com

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by Maxim Solodovnik <so...@gmail.com>.
they should be there
I'll retest (most probably tomorrow morning)

I'll fix screensharing

On Sun, Mar 4, 2012 at 01:24, seba.wagner@gmail.com
<se...@gmail.com>wrote:

> I have been testing it, I think it basically works but some of the files
> needed to run the Openmeetings are not copied to the dist directory, like
> red5.sh and the webapps/root directory.
>
>
> Sebastian
>
> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>
>> Red5 seems to refuse connects.
>> I'll handle it.
>>
>>
>> On Sun, Mar 4, 2012 at 00:46, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> done
>>> could you please check if it works for you?
>>>
>>>
>>> On Sun, Mar 4, 2012 at 00:17, seba.wagner@gmail.com <
>>> seba.wagner@gmail.com> wrote:
>>>
>>>> Thumbs UP :)
>>>>
>>>>
>>>> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>>>>
>>>>> already added property for that :)
>>>>>
>>>>>
>>>>> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <
>>>>> seba.wagner@gmail.com> 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 <so...@gmail.com>
>>>>>>
>>>>>>> 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, seba.wagner@gmail.com <
>>>>>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>>>>>
>>>>>>>>> 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
>>>>>>>> seba.wagner@gmail.com
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 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
>>>>>> seba.wagner@gmail.com
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>>> seba.wagner@gmail.com
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> 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
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
... and the screensharing .jars are missing

2012/3/3 seba.wagner@gmail.com <se...@gmail.com>

> I have been testing it, I think it basically works but some of the files
> needed to run the Openmeetings are not copied to the dist directory, like
> red5.sh and the webapps/root directory.
>
>
> Sebastian
>
> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>
>> Red5 seems to refuse connects.
>> I'll handle it.
>>
>>
>> On Sun, Mar 4, 2012 at 00:46, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> done
>>> could you please check if it works for you?
>>>
>>>
>>> On Sun, Mar 4, 2012 at 00:17, seba.wagner@gmail.com <
>>> seba.wagner@gmail.com> wrote:
>>>
>>>> Thumbs UP :)
>>>>
>>>>
>>>> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>>>>
>>>>> already added property for that :)
>>>>>
>>>>>
>>>>> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <
>>>>> seba.wagner@gmail.com> 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 <so...@gmail.com>
>>>>>>
>>>>>>> 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, seba.wagner@gmail.com <
>>>>>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>>>>>
>>>>>>>>> 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
>>>>>>>> seba.wagner@gmail.com
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> 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
>>>>>> seba.wagner@gmail.com
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>>> seba.wagner@gmail.com
>>>>
>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>> 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
> seba.wagner@gmail.com
>



-- 
Sebastian Wagner
http://www.openmeetings.de
http://incubator.apache.org/openmeetings/
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
I have been testing it, I think it basically works but some of the files
needed to run the Openmeetings are not copied to the dist directory, like
red5.sh and the webapps/root directory.

Sebastian

2012/3/3 Maxim Solodovnik <so...@gmail.com>

> Red5 seems to refuse connects.
> I'll handle it.
>
>
> On Sun, Mar 4, 2012 at 00:46, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> done
>> could you please check if it works for you?
>>
>>
>> On Sun, Mar 4, 2012 at 00:17, seba.wagner@gmail.com <
>> seba.wagner@gmail.com> wrote:
>>
>>> Thumbs UP :)
>>>
>>>
>>> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>>>
>>>> already added property for that :)
>>>>
>>>>
>>>> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <
>>>> seba.wagner@gmail.com> 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 <so...@gmail.com>
>>>>>
>>>>>> 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, seba.wagner@gmail.com <
>>>>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>>>>
>>>>>>>> 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
>>>>>>> seba.wagner@gmail.com
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> 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
>>>>> seba.wagner@gmail.com
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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
>>> seba.wagner@gmail.com
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
> 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
seba.wagner@gmail.com

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by Maxim Solodovnik <so...@gmail.com>.
Red5 seems to refuse connects.
I'll handle it.

On Sun, Mar 4, 2012 at 00:46, Maxim Solodovnik <so...@gmail.com> wrote:

> done
> could you please check if it works for you?
>
>
> On Sun, Mar 4, 2012 at 00:17, seba.wagner@gmail.com <seba.wagner@gmail.com
> > wrote:
>
>> Thumbs UP :)
>>
>>
>> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>>
>>> already added property for that :)
>>>
>>>
>>> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <
>>> seba.wagner@gmail.com> 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 <so...@gmail.com>
>>>>
>>>>> 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, seba.wagner@gmail.com <
>>>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>>>
>>>>>>> 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
>>>>>> seba.wagner@gmail.com
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> 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
>>>> seba.wagner@gmail.com
>>>>
>>>
>>>
>>>
>>> --
>>> 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
>> seba.wagner@gmail.com
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by Maxim Solodovnik <so...@gmail.com>.
done
could you please check if it works for you?

On Sun, Mar 4, 2012 at 00:17, seba.wagner@gmail.com
<se...@gmail.com>wrote:

> Thumbs UP :)
>
>
> 2012/3/3 Maxim Solodovnik <so...@gmail.com>
>
>> already added property for that :)
>>
>>
>> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <
>> seba.wagner@gmail.com> 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 <so...@gmail.com>
>>>
>>>> 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, seba.wagner@gmail.com <
>>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>>
>>>>>> 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
>>>>> seba.wagner@gmail.com
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> 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
>>> seba.wagner@gmail.com
>>>
>>
>>
>>
>> --
>> 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
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Thumbs UP :)

2012/3/3 Maxim Solodovnik <so...@gmail.com>

> already added property for that :)
>
>
> On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com <seba.wagner@gmail.com
> > 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 <so...@gmail.com>
>>
>>> 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, seba.wagner@gmail.com <
>>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>>
>>>>> 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
>>>> seba.wagner@gmail.com
>>>>
>>>
>>>
>>>
>>> --
>>> 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
>> seba.wagner@gmail.com
>>
>
>
>
> --
> 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
seba.wagner@gmail.com

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by Maxim Solodovnik <so...@gmail.com>.
already added property for that :)


On Sun, Mar 4, 2012 at 00:10, seba.wagner@gmail.com
<se...@gmail.com>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 <so...@gmail.com>
>
>> 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, seba.wagner@gmail.com <
>> seba.wagner@gmail.com> 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 <so...@apache.org>
>>>
>>>> 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
>>> seba.wagner@gmail.com
>>>
>>
>>
>>
>> --
>> 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
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
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 <so...@gmail.com>

> 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, seba.wagner@gmail.com <seba.wagner@gmail.com
> > 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 <so...@apache.org>
>>
>>> 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
>> seba.wagner@gmail.com
>>
>
>
>
> --
> 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
seba.wagner@gmail.com

Re: svn commit: r1296649 - /incubator/openmeetings/trunk/singlewebapp/build.xml

Posted by Maxim Solodovnik <so...@gmail.com>.
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, seba.wagner@gmail.com
<se...@gmail.com>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 <so...@apache.org>
>
>> 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
> seba.wagner@gmail.com
>



-- 
WBR
Maxim aka solomax