Changes for page Building WOLips

Last modified by Johann Werner on 2015/02/13 01:40

From version 131.1
edited by Bastian Triller
on 2023/11/13 11:54
Change comment: Renamed back-links.
To version 130.1
edited by Ray Kiddy
on 2015/02/13 01:40
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.btriller
1 +XWiki.kiddyr
Content
... ... @@ -12,7 +12,7 @@
12 12  
13 13  ==== Install eGit or another Git client ====
14 14  
15 -See [[Getting Started With Git>>doc:WEB.Home.Getting Started.Getting Started with Git.WebHome]] for information on how to obtain a Git client.
15 +See [[Getting Started With Git>>doc:WEB.Getting Started with Git]] for information on how to obtain a Git client.
16 16  
17 17  ==== Install the m2eclipse plugin (Eclipse 3.5 instructions) ====
18 18  
... ... @@ -46,15 +46,25 @@
46 46  
47 47  1. If you get the error
48 48  
49 -{{code language="none"}}'build.xml:73: taskdef A class needed by class org.apache.velocity.anakia.AnakiaTask cannot be found: org/jdom/JDOMException'{{/code}}, you can do one of two things. You can build with
49 +{{code language="none"}}
50 +'build.xml:73: taskdef A class needed by class org.apache.velocity.anakia.AnakiaTask cannot be found: org/jdom/JDOMException'
51 +{{/code}}, you can do one of two things. You can build with
50 50  
51 -{{code language="none"}}-Dno.docs=true{{/code}} to skip the javadoc step, or (untested) you can drop
53 +{{code language="none"}}
54 +-Dno.docs=true
55 +{{/code}} to skip the javadoc step, or (untested) you can drop
52 52  
53 -{{code language="none"}}jdom-b8.jar{{/code}} from
57 +{{code language="none"}}
58 +jdom-b8.jar
59 +{{/code}} from
54 54  
55 -{{code language="none"}}woproject/projects/lib{{/code}} into your
61 +{{code language="none"}}
62 +woproject/projects/lib
63 +{{/code}} into your
56 56  
57 -{{code language="none"}}ANT_HOME/lib{{/code}} folder.
65 +{{code language="none"}}
66 +ANT_HOME/lib
67 +{{/code}} folder.
58 58  )))
59 59  1. The build went into {{code language="none"}}temp/dist{{/code}}
60 60  1. Profit