Changes for page Quick Start
Last modified by Paul Hoadley on 2025/01/30 02:09
From version 61.1
edited by Ramsey Gurley
on 2015/04/30 21:05
on 2015/04/30 21:05
Change comment:
There is no comment for this version
To version 62.1
edited by Ramsey Gurley
on 2015/04/30 21:14
on 2015/04/30 21:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,10 +41,10 @@ 41 41 42 42 == Step 3: Installing WebObjects Libraries == 43 43 44 -Maven takes control of all your project's dependencies. To develop WebObjects applications, Maven has to reference the WebObjects jars. You have to [[install the WebObjects libraries into your local repository>>url:http://wocreator.sourceforge.net/repository-howto.html||shape="rect"]]to accomplish this:44 +Maven takes control of all your project's dependencies. To develop WebObjects applications, Maven has to reference the WebObjects jars. You have to install the WebObjects libraries into your local repository to accomplish this: 45 45 46 46 {{noformat}} 47 -mvn wobootstrap:install 47 +mvn wobootstrap:install -DwebObjectsLibFolder=/Library/WebObjects/lib -DwebObjectsVersion=5.4.3 48 48 49 49 {{/noformat}} 50 50