[openmeetings-user] How to test UI changes done in openmeetings in eclipse

2011-05-18 Thread brajesh kumar
Hi All, I am doing some changes in the UI of openmeetings and testing it by creating new build and re-install openmeetings. It is taking lot of time to test changes. Any one know is there any way to test it in eclipse itself without re-installing again? If there is any, please tell us the

Re: [openmeetings-user] How to test UI changes done in openmeetings in eclipse

2011-05-18 Thread seba.wag...@gmail.com
You can simply just compile also the client with ant: ant -f build_red5webapp.xml compile.laszlo.main # compiles the client into main.swf8.swf ant -f build_red5webapp.xml compile.laszlo.main.debug # compiles the debug-client into maindebug.swf8.swf 2011/5/18 brajesh kumar