Changes for page Maven Hello WOrld

Last modified by Lachlan Deck on 2008/12/08 16:15

From version 15.1
edited by Lachlan Deck
on 2008/12/08 16:15
Change comment: Filling in some more steps. Work in progress
To version 17.2
edited by Lachlan Deck
on 2008/12/08 16:15
Change comment: Changed document parent to [xwiki:documentation.Home.WOLips Tutorials.WebHome].

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +documentation.Home.WOLips Tutorials.WebHome
Tags
... ... @@ -1,0 +1,1 @@
1 +wikireview
Content
... ... @@ -5,16 +5,22 @@
5 5  You'll need the following software installed prior to following this tutorial.
6 6  
7 7  * Install Maven 2
8 -** To install maven other than on mac, see [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions)
8 +** To install maven other than on mac, see [[http:~~/~~/maven.apache.org/download.html>>url:http://maven.apache.org/download.html||shape="rect"]] (scrolling down also for installation instructions)
9 9  ** To install maven on a mac:
10 - install macports [[http://www.macports.org/install.php]], then on the terminal
11 - {{noformat}}sudo port install maven2{{/noformat}}
10 + install macports [[http:~~/~~/www.macports.org/install.php>>url:http://www.macports.org/install.php||shape="rect"]], then on the terminal
12 12  
13 - {{info title="Future upgrades"}}
14 - In future, to keep this up to date:
15 - {noformat}sudo port upgrade maven2{noformat}
16 - {{/info}}
12 +{{noformat}}
13 +sudo port install maven2
14 +{{/noformat}}
17 17  
16 +{{info title="Future upgrades"}}
17 +In future, to keep this up to date:
18 +
19 +{{noformat}}
20 +sudo port upgrade maven2
21 +{{/noformat}}
22 +{{/info}}
23 +
18 18  * Maven Settings
19 19  
20 20  TODO
... ... @@ -21,18 +21,14 @@
21 21  
22 22  === Step 1 - Importing WebObjects libraries ===
23 23  
24 -Download and [[install>>https://connect.apple.com]] the latest WebObjects frameworks from Apple (included with Xcode Developer Tools). Then import the WebObjects jars into your repository by executing the following from the terminal:
30 +Download and [[install>>url:https://connect.apple.com||shape="rect"]] the latest WebObjects frameworks from Apple (included with Xcode Developer Tools). Then import the WebObjects jars into your repository by executing the following from the terminal:
25 25  
26 26  {{noformat}}
27 -
28 28  mvn wobootstrap:install
34 +{{/noformat}}
29 29  
30 -{{/noformat}}
31 -
32 -{{info title="Additional reading"}}
33 -
34 -For further information about the available options and goals of the wobootstrap plugin see [here|http://wiki.objectstyle.org/confluence/display/WOL/maven-wobootstrap-plugin].
35 -
36 +{{info title="~"Additional reading~""}}
37 +For further information about the available options and goals of the wobootstrap plugin see [[here>>url:http://wiki.objectstyle.org/confluence/display/WOL/maven-wobootstrap-plugin||shape="rect"]].
36 36  {{/info}}
37 37  
38 38  The output from running the above command will look something like this: