[Red5] Fwd: Admin panel AIR build

Chris Allen mrchrisallen at gmail.com
Tue Oct 9 06:09:51 PDT 2007


Hey Dan,

Sorry for the delay on getting you SVN access. I just sent an email to
the red5devs at osflash.org list for people to vote you in. I'm quite
certain that no one will have any objections. We should be able to get
you set up before the end of the week.

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



More information about the Red5 mailing list