Changes for page maven-wobootstrap-plugin
Last modified by Lachlan Deck on 2011/08/16 18:43
From version 8.1
edited by Henrique Prange
on 2008/06/25 10:47
on 2008/06/25 10:47
Change comment:
There is no comment for this version
To version 6.1
edited by Lachlan Deck
on 2008/11/23 16:15
on 2008/11/23 16:15
Change comment:
Adding warning about installing the right jars
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. hprange1 +XWiki.ldeck - Content
-
... ... @@ -53,12 +53,18 @@ 53 53 {{noformat}} 54 54 55 55 mvn wobootstrap:install -DwebObjectsLibFolder=/a_path_to_webobjects/lib \ 56 - -DwebObjectsVersion=5. 256 + -DwebObjectsVersion=5.3.3 57 57 58 58 {{/noformat}} 59 59 60 60 You can use these parameters with both goals: install and deploy. 61 61 62 +{{warning title="Installing the right jars!"}} 63 + 64 +Do *not* link to or install the WebObjects jars located inside {{/System/Library/Frameworks}} or {{/Library/Frameworks}}. If you're installing an older version of WebObjects you must obtain the jars that the WebObjects installer had previously installed into {{/Library/WebObjects/lib}}. For example, the jar {{/Library/WebObjects/lib/JavaWebObjects.jar}} has the complete set of resources and files included for the dependency JavaWebObjects whereas {{/System/Library/Frameworks/JavaWebObjects.framework/Resources/Java/javawebobjects.jar}} does not. 65 + 66 +{{/warning}} 67 + 62 62 == Tips == 63 63 64 64 If the following error happens while using the wobootstrap:deploy goal: "Error deploying artifact: Unsupported Protocol: 'ftp': Cannot find wagon which supports the requested protocol: ftp"