[Red5devs] Vote for Daniel Rossi commit rights
Mondain
mondain at gmail.com
Fri Oct 12 08:12:07 PDT 2007
I find TortoiseSVN to be the best client out there for windows, mostly
because of the integration with windows.
Paul
On 10/12/07, Daniel Rossi <spam at electroteque.org> wrote:
>
> Sorry for the late response thanks heaps for this. I'm having to work
> out my workflow for this. I'm guessing I have two checkouts, one is
> for comitting changes and another for everyday dev / build stuff for
> deployment. Still trying to work out how to enter login details into
> subclipse aswell.
>
> On 10/10/2007, at 11:45 AM, Chris Allen wrote:
>
> > Ok, I think that is enough votes for Dan.
> >
> > John's setting him up as I type this.
> >
> > Welcome to the group Dan! Oh and Dan, if you haven't signed up for the
> > developer lists please do so now.
> >
> > Red5devs mailing list
> > Red5devs at osflash.org
> > http://osflash.org/mailman/listinfo/red5devs_osflash.org
> >
> > Thanks for your contribution to the project.
> >
> > -Chris
> >
> >
> > On 10/9/07, Steven Gong <steven.gong at gmail.com> wrote:
> >> A BIG +1 from me.
> >>
> >> On 10/9/07, Chris Allen <mrchrisallen at gmail.com> wrote:
> >>>
> >>> Hey Guys,
> >>>
> >>> I just wanted to take a quick poll to get Dan some commit rights so
> >>> that he can help out with the Admin panel.
> >>>
> >>> So, he gets my vote. How about the rest of you?
> >>>
> >>> +1
> >>>
> >>> -Chris
> >>>
> >>> On 10/4/07, Daniel Rossi < spam at electroteque.org> wrote:
> >>>> Hi i noticed a few slight problems. Well first i have to delete the
> >> admin
> >>>> folder to recheckout, it complains about the bin and doc
> >>>> directories
> >> missing
> >>>> .svn files which is setup in the ignore list anyway ? After i
> >>>> did this i
> >>>> noticed the cert directory was missing, so i had to work around
> >>>> this by
> >>>> changing the cert file property , creating the directory in the
> >>>> target
> >> and
> >>>> then adding the target to the depends list for
> >>>> compilar.air.release. I
> >> tried
> >>>> to set it up so it would only run if the pfx file is missing but
> >>>> ive
> >>>> completely forgotten how to wrap code inside an available
> >>>> property check
> >> any
> >>>> ideas ?
> >>>>
> >>>> Here is the fixes anyway
> >>>>
> >>>> http://www.electroteque.org/red5/admin/
> >>>>
> >>>> How do i set myself up for svn then ?
> >>>>
> >>>>
> >>>> On 04/10/2007, at 4:31 AM, Martijn van Beek wrote:
> >>>> Daniel thanks! You're build script is better than mine! I'm
> >>>> committing
> >> the
> >>>> changes as we speak.
> >>>>
> >>>> Consider the invite of Chris Allen, you got my vote!
> >>>>
> >>>> Regards,
> >>>> Martijn van Beek
> >>>>
> >>>> On 10/3/07, Daniel Rossi <spam at electroteque.org> wrote:
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> Begin forwarded message:
> >>>>>
> >>>>>
> >>>>> From: Daniel Rossi <spam at electroteque.org>
> >>>>> Date: 3 October 2007 7:13:54 PM
> >>>>> To: red5 at osflash.org
> >>>>> Subject: Re: [Red5] Admin panel AIR build
> >>>>>
> >>>>>
> >>>>> Hi ive updated the webapp again, it seems the portion of code
> >>>>> within
> >>>> connect is not required.
> >>>>>
> >>>>>
> >>>>> By adding
> >>>>>
> >>>>>
> >>>>> <property name="clientRegistry" ref= "authClientRegistry" />
> >>>>>
> >>>>>
> >>>>> <bean id ="authClientRegistry"
> >>>>> class
> >> ="org.red5.adminPanel.client.AuthClientRegistry"
> >>>>> />
> >>>>>
> >>>>>
> >>>>> It already calls the registry, and it seems it already sends the
> >> connect
> >>>> params to newClient ! Ok so that fixes the multiple login problem.
> >>>>>
> >>>>>
> >>>>> http://www.electroteque.org/red5/admin/
> >>>>>
> >>>>>
> >>>>>
> >>>>> On 03/10/2007, at 9:28 AM, Daniel Rossi wrote:
> >>>>>
> >>>>> Hi sorry i dont have access to the svn please have a look at
> >>>>> the ones
> >>>> here, the build properties may need cleaning up maybe as i had
> >>>> to add an
> >>>> option for the air sdk path
> >>>>>
> >>>>>
> >>>>> http://www.electroteque.org/red5/admin/
> >>>>>
> >>>>>
> >>>>> I cleaned up the webapp aswell a little i'll still need to work
> >>>>> out
> >> why
> >>>> its trying to authenticate twice. Ive also worked for another
> >>>> app im
> >> doing
> >>>> out how to encrypt the passwords also with a salt in the
> >>>> password file
> >> if
> >>>> thats needed at all ?
> >>>>>
> >>>>>
> >>>>>
> >>>>> On 02/10/2007, at 6:04 PM, Martijn van Beek wrote:
> >>>>>
> >>>>> So we're switched to AIR beta 2, cool! Are the other problems
> >>>>> resolved
> >>>> now? (the icon location). Could you commit your findings? Of
> >>>> course we
> >> have
> >>>> to switch to beta2 and i think it's obviously that there are things
> >> changed
> >>>> in Air beta 2 because it's a beta product.
> >>>>>
> >>>>> Regards,
> >>>>> Martijn
> >>>>>
> >>>>>
> >>>>>
> >>>>> On 10/2/07, Daniel Rossi < spam at electroteque.org> wrote:
> >>>>>>
> >>>>>> Ive installed a new AIR installer and it wont run complaining
> >>>>>> of an
> >>>> older version. I changed the namespace to
> >>>>>>
> >>>>>>
> >>>>>> <application xmlns= "
> >>>> http://ns.adobe.com/air/application/1.0.M5 " appId =
> >>>> "org.red5.admin.Red5Air" version ="1.0 Beta" >
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> then complained application is not known. Ive tried to change
> >>>>>> to the
> >> air
> >>>> sdk ADT but this one is wanting a certificate file and password
> >>>> still
> >> trying
> >>>> to get that one going as its complaining the password is null, im
> >> assuming
> >>>> we have to move to the ADT within the air sdk to keep up to date
> >>>> with
> >> the
> >>>> air installers. Ive built a target to build the certificate just
> >>>> trying
> >> to
> >>>> get the damn thing to build now, i hate how they keep changing
> >>>> things !
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> On 02/10/2007, at 4:42 PM, Daniel Rossi wrote:
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Hi there, the build is still broken i had to do the following
> >>>>>>
> >>>>>>
> >>>>>> <icon>
> >>>>>> <image16x16>icons/r5-16.png </image16x16>
> >>>>>> <image32x32>icons/r5-32.png </image32x32>
> >>>>>> <image48x48>icons/r5-48.png </image48x48>
> >>>>>> <image128x128> icons/r5-128.png</image128x128>
> >>>>>> </icon>
> >>>>>>
> >>>>>>
> >>>>>> <property
> >>>>>> name= "assets.dir"
> >>>>>> location= "./src/assets/"/>
> >>>>>>
> >>>>>>
> >>>>>> I get these compile errors though on access keywords for some
> >>>>>> reason
> >> ?
> >>>> This shouldnt be happening as these are allowed within mxml
> >>>> applications
> >>>> aswell.
> >>>>>>
> >>>>>>
> >>>>>> [exec]
> >>>>
> >> /Volumes/FIREWIRE/www/red5_server/swf/DEV_Source/classes/org/red5/
> >> admin/panels/ControlPanel.as(28):
> >>>> col: 1 Error: The private attribute may be used only on class
> >>>> property
> >>>> definitions.
> >>>>>> [ exec] private var _footer:String;
> >>>>>> [exec] ^
> >>>>>> [ exec]
> >>>>
> >> /Volumes/FIREWIRE/www/red5_server/swf/DEV_Source/classes/org/red5/
> >> admin/panels/ControlPanel.as(31):
> >>>> col: 1 Error: The private attribute may be used only on class
> >>>> property
> >>>> definitions.
> >>>>>> [ exec] private var _error:String = "";
> >>>>>> [exec ] ^
> >>>>>> [ exec]
> >>>>>> _______________________________________________
> >>>>>> Red5 mailing list
> >>>>>> Red5 at osflash.org
> >>>>>>
> >> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Red5 mailing list
> >>>>>> Red5 at osflash.org
> >>>>>>
> >> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Red5 mailing list
> >>>>> Red5 at osflash.org
> >>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>>
> >>>>> _______________________________________________
> >>>>> Red5 mailing list
> >>>>> Red5 at osflash.org
> >>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Red5 mailing list
> >>>>> Red5 at osflash.org
> >>>>> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>>
> >>>>>
> >>>>
> >>>> _______________________________________________
> >>>> Red5 mailing list
> >>>> Red5 at osflash.org
> >>>> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>
> >>>> _______________________________________________
> >>>> Red5 mailing list
> >>>> Red5 at osflash.org
> >>>> http://osflash.org/mailman/listinfo/red5_osflash.org
> >>>>
> >>>>
> >>>
> >>> _______________________________________________
> >>> Red5devs mailing list
> >>> Red5devs at osflash.org
> >>> http://osflash.org/mailman/listinfo/red5devs_osflash.org
> >>>
> >>
> >>
> >>
> >> --
> >> Best Regards
> >> Steven Gong
> >>
> >> InfraRed5 Red5 Consultant: http://www.infrared5.com,
> >> steven at infrared5.com
> >>
> >> Red5 Developer: http://osflash.org/red5,
> >> http://jira.red5.org/confluence/display/~steven/Home
> >>
> >> Modesty is an overrated quality in men of no great
> >> accomplishment. -- Ricky
> >> Jay
> >> _______________________________________________
> >> Red5devs mailing list
> >> Red5devs at osflash.org
> >> http://osflash.org/mailman/listinfo/red5devs_osflash.org
> >>
> >>
>
>
> _______________________________________________
> Red5devs mailing list
> Red5devs at osflash.org
> http://osflash.org/mailman/listinfo/red5devs_osflash.org
>
--
It is difficult to free fools from the chains they revere. - Voltaire
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5devs_osflash.org/attachments/20071012/db2d7c72/attachment-0001.html
More information about the Red5devs
mailing list