to rebuild only debug client you can use ant client.debug.only or SWF8 debug ant compile.laszlo.main.debug of SWF11 debug ant compile.laszlo.main.debug.as3
On Tue, Apr 2, 2013 at 2:07 PM, Andun Sameera <[email protected]> wrote: > Hi Devs, > > On Mon, Apr 1, 2013 at 10:12 PM, Andun Sameera <[email protected]> wrote: > > Hi Devs, > > > > Currently I am looking at the > > https://issues.apache.org/jira/browse/OPENMEETINGS-507. I have gone > > through the code and found some suspicious place where this bug lies. > > To work further more I need some help, > > > > -The normal way of building OM is via the ant script. Say I have done > > a little change to a file(In this case > > > /singlewebapp/WebContent/src/modules/admin/useradmin/userAdminValueForm.lzx) > > how can I put that change to the distribution of OM. I have a local > > red5 server setup with OM. Can I put this change to that one directly > > without building via ant script? > > > > -If I want to debug a Openlaszlo page of OM, What is the way to get > > the debugger window ? In maindebug.swf8.swf the debugger is enabled > > default. In the main.lzx it has this kind of logic, > > > > <switch> > > <when property="$debug"> > > <method name="doDebugInit"> > > canvas.setAttribute('debug', true); > > </method> > > <debug fontsize="11" > oninit="Debug.showInternalProperties = true" > > width="40%" y="50%" x="0" height="50%" /> > > </when> > > <otherwise> > > <method name="doDebugInit"> > > </method> > > </otherwise> > > </switch> > > > > So that means if we send a query parameter debug=true, then the > > debugger should come. It want work. So what is the correct way? > > After going in to mail archives, I foudn the solution for this > particular problem. By visiting > http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf we can > get the debugger. > > > > > Thanks! > > > > -- > > Regards > > Andun S.L. Gunawardana > > Undergraduate > > Department of Computer Science And Engineering > > University of Moratuwa > > Sri Lanka > > > > Blog - http://www.insightforfuture.blogspot.com/ > > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703 > > Twitter -http://twitter.com/AndunSLG > > Please help me for the first question. > > Thanks! > > -- > Regards > Andun S.L. Gunawardana > Undergraduate > Department of Computer Science And Engineering > University of Moratuwa > Sri Lanka > > Blog - http://www.insightforfuture.blogspot.com/ > LinkedIn - http://www.linkedin.com/pub/andun-s-l-gunawardana/34/646/703 > Twitter -http://twitter.com/AndunSLG > -- WBR Maxim aka solomax
