Last modified by Lucas Charpentier (Sereza7) on 2024/01/19 11:27

From version 1.1 >
edited by VincentMassol
on 2006/12/30 15:14
To version < 1.2 >
edited by VincentMassol
on 2007/01/03 09:29
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,25 @@
1 1  1 Building XWiki from sources
2 2  
3 +Before you start it's good to some minimal understanding of [how Maven2 works>http://maven.apache.org/users/index.html]. You probably won't need it if everything goes fine but you'll need that knowledge if something breaks! ;-)
4 +
5 +The first thing to understand is the directory structure used in the [source repository>Community.SourceRepository]. If you browse svn://[email protected]/svnroot/xwiki/ you'll see the following directories:
6 +
7 +{image:svntopleveldir.png}
8 +
9 +{table}
10 +Directory name|Description
11 +pom|The top level Maven2 build descriptor (a.k.a POM). It's referenced by all other build modules
12 +trunks-dev|
13 +trunks-users|
14 +vendor|
15 +xwiki|
16 +xwiki-apps|
17 +xwiki-clients|
18 +xwiki-plugins|
19 +xwiki-sandbox|
20 +xwiki-tools|
21 +{table}
22 +
3 3  TODO: This is a work in progress
4 4  
5 5  * [BuildingInEclipse]

Get Connected