Changes for page Maven Hello WOrld
Last modified by Lachlan Deck on 2008/12/08 16:15
From version 16.1
edited by Lachlan Deck
on 2008/12/08 16:15
on 2008/12/08 16:15
Change comment:
There is no comment for this version
To version 15.1
edited by Lachlan Deck
on 2008/12/08 16:15
on 2008/12/08 16:15
Change comment:
Filling in some more steps. Work in progress
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,22 +5,16 @@ 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>>url:http://maven.apache.org/download.html||shape="rect"]] (scrolling down also for installation instructions)8 +** To install maven other than on mac, see [[http://maven.apache.org/download.html]] (scrolling down also for installation instructions) 9 9 ** To install maven on a mac: 10 - install macports [[http:~~/~~/www.macports.org/install.php>>url:http://www.macports.org/install.php||shape="rect"]], then on the terminal 10 + install macports [[http://www.macports.org/install.php]], then on the terminal 11 + {{noformat}}sudo port install maven2{{/noformat}} 11 11 12 -{{noformat}} 13 -sudo port install maven2 14 -{{/noformat}} 13 + {{info title="Future upgrades"}} 14 + In future, to keep this up to date: 15 + {noformat}sudo port upgrade maven2{noformat} 16 + {{/info}} 15 15 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 - 24 24 * Maven Settings 25 25 26 26 TODO ... ... @@ -27,14 +27,18 @@ 27 27 28 28 === Step 1 - Importing WebObjects libraries === 29 29 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: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: 31 31 32 32 {{noformat}} 27 + 33 33 mvn wobootstrap:install 34 -{{/noformat}} 35 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"]]. 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 + 38 38 {{/info}} 39 39 40 40 The output from running the above command will look something like this: