Last modified by Pierre Jeanjean on 2023/10/31 13:55

From version 1.2
edited by serasset
on 2007/02/14 13:48
Change comment: There is no comment for this version
To version 1.3
edited by serasset
on 2007/02/14 14:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,1 +1,33 @@
1 -#warning("This page is just a draft that will (soon) explain how to setup IntelliJ IDEA for building XWiki.")
1 +1 Building XWiki in IntelliJ IDEA
2 +
3 +#warning("This page is just a draft that will (soon) explain how to setup IntelliJ IDEA for building XWiki. This is a work in progress, so feel free to add/correct/comment to it :)")
4 +
5 +1.1 Install IntelliJ IDEA
6 +Download and Install IntelliJ IDEA.
7 +
8 +~~Setup IntelliJ IDEA so that it respects the [CodeStyle] of the XWiki project~~
9 +
10 +1.1 Get the source for XWiki
11 +The source for xwiki is available via a subversion repository.
12 +
13 +1.1 Setup build and compile environment
14 +
15 +1.1.1 Setup the ANT build environment
16 +
17 +~~Open the xwiki IDEA project (xwiki.ipr)~~
18 +
19 +~~Add ant classpath for cactus~~
20 +
21 +~~Tell IDEA where your tomcat is installed~~
22 +
23 +1.1 Building XWiki
24 +
25 +~~Build using the ant targets~~
26 +
27 +~~Build with IntelliJ and run/debug the app in IntelliJ~~
28 +
29 +1.1 Some problems you may face
30 +
31 +* *org.suigeneris.jrcs.rcs package problems*: the IDEA will highlight the uses of this package
32 +as errors, however, compilation goes well.
33 +

Get Connected