[xwiki-devs] souce-code setup with eclipse !
Hi, I am student with RMIT University and I am working on a project on open-source wiki application. I have a basic idea of velocity, struts, eclipse, maven, java, xml, etc. as a part of the courses that I am doing in university. Thats is why I looked at the xwiki workspace application. To build my project, I went thru various helps available at xwiki site like: - http://dev.xwiki.org - http://platform.xwiki.org I want to study the source code so that I can understand it better. So, I want to see the source code in eclipse. I went thru the help on above site but I am not sure how to deploy the code in eclipse. I wanted this to do this to make changes in the code and run it to see how it affects the existing environment. In my earlier projects, I had the distribution of files (.war) which included both source and classes, but xwiki_workspaces.war has only class distribution. So, i am unable to make changes and see its affects. Any help would be appreciated. ac
Hi, If you just want to read the code you should install M2Eclipse plugin (http://m2eclipse.codehaus.org/). With this you will be able to import and build very easily any xwiki project (and any maven project in general). I you plan to debug, you can look at http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse tutorial. On Thu, Aug 7, 2008 at 11:19 AM, Amit Chawla <[email protected]> wrote:
Hi,
I am student with RMIT University and I am working on a project on open-source wiki application. I have a basic idea of velocity, struts, eclipse, maven, java, xml, etc. as a part of the courses that I am doing in university. Thats is why I looked at the xwiki workspace application.
To build my project, I went thru various helps available at xwiki site like: - http://dev.xwiki.org - http://platform.xwiki.org
I want to study the source code so that I can understand it better. So, I want to see the source code in eclipse. I went thru the help on above site but I am not sure how to deploy the code in eclipse. I wanted this to do this to make changes in the code and run it to see how it affects the existing environment. In my earlier projects, I had the distribution of files (.war) which included both source and classes, but xwiki_workspaces.war has only class distribution. So, i am unable to make changes and see its affects.
Any help would be appreciated.
ac
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Amit Chawla -
Thomas Mortagne