Hi, First of all, I am very excited that Xwiki Community accepted my proposal "Auto Completion in Content Editors", and thanks for everyone that helped me a lot during the application time.
Second, I will talk about something I have done these days, and then talk about the problems that confuse me. 1. I have setted up an Linux(Ubuntu 11.04)+Git+maven(2.2.1) environment for developing Xwiki projects. Everything goes well in this step. 2. And I have downloaded the source code of xwiki-enterprise from github, build it up, and got xwiki-enterprise-jetty-hsqldb-3.1-SNAPSHOT.zip file under distribution folder, unzip it and run the start_xwiki.sh, and visit http://localhost:8080, it is successful to see the xwiki page. 3. I have searched some issues related to WYSIWYG editors, and I finnally chose two for optionals:http://jira.xwiki.org/jira/browse/XWIKI-4471 and http://jira.xwiki.org/jira/browse/XWIKI-4179. Problems: 1.Building XE takes a long time about more than half an hour, if I am working on XE, for example fix some bugs of it, and want to compile and run it as soon as possible to see the results, have an hour would be a very long time for waiting each time. I know maybe the second time for building XE will be much faster than the first time, but it still take some time to build the whole codes, it must slow down the efficiency to debug my code. So anyone can tell me how should I do, or is there any best prictices for debuging and compling the code based on XE. 2. About the selected two issues, one is to add a small new feature, and the other one is to fix a bug, I want to ask for some advices about which issue would be ok, and could you give me some more informations for these two issues. -- Best wishes, 许凌志(Jame Xu) MOE KLINNS Lab and SKLMS Lab, Xi'an Jiaotong University Department of Computer Science and Technology, Xi’an Jiaotong University _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

