Hello Sebastien, Thanks for the quick response!
I haven't tried to create quickstart (it is 2 AM here :)) Build instructions are available here: http://openmeetings.apache.org/BuildInstructions.html I personally use the following simpla steps: 1) install ant 1.8.4+ 2) svn checkout https://svn.apache.org/repos/asf/openmeetings/trunk/singlewebapp/ 3) ant -Ddb=mysql -Dwicket.mode=DEVELOPMENT dist prepare-eclipse 4) cd dist/red5 5) ./red5-debug.sh 6) attach remote debugger on port 8787 Additional steps need to be done 1 time only: 1) mysql CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; 2) install openmeetings using web installer on the first run something like this :) Thanks in advance! On Tue, Jan 28, 2014 at 2:04 AM, Sebastien <[email protected]> wrote: > Hi Maxim, > > If it is straghtforward, I could try to debug OM. Is there a wiki on how > to setup de dev-env (source repo, build, launch, debug)? > > Thanks in advance, > Sebastien. > > > > On Mon, Jan 27, 2014 at 7:59 PM, Sebastien <[email protected]> wrote: > >> Hi Maxim, >> >> It is working on the demo site (6.13.0). kubuntu 13.10 + FF 26 >> http://www.7thweb.net/wicket-jquery-ui/calendar/ExtendedCalendarPage >> >> Are you able to reproduce the issue in a quickstart? >> >> Best regards, >> Sebastien. >> >> >> On Mon, Jan 27, 2014 at 7:38 PM, Maxim Solodovnik >> <[email protected]>wrote: >> >>> It seems like calendar events are not working after upgrading to 6.13 :( >>> (drop/resize/click) >>> Ubuntu 13.10+Chrome >>> Can you please advise how can I debug/enhance this error report? :)) >>> >>> >> > -- WBR Maxim aka solomax
