Changes for page maven-wobootstrap-plugin

Last modified by Lachlan Deck on 2011/08/16 18:43

From version 7.1
edited by Lachlan Deck
on 2008/11/23 16:15
Change comment: Adding warning about installing the right jars
To version 16.1
edited by Henrique Prange
on 2008/04/25 11:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ldeck
1 +XWiki.hprange
Content
... ... @@ -1,6 +1,6 @@
1 1  == Introduction ==
2 2  
3 -The wobootstrap plug-in is used to import the WebObjects libraries to the Maven's local repository or a remote repository for sharing with other developers and projects {{color value="red"}}*(for WebObjects version 5.3 and later, the license is now included as part of the Xcode software license. Please review the license in the Xcode installer to verify if you are not breaking the current terms)*{{/color}}.
3 +The wobootstrap plug-in is used to import the WebObjects libraries to the Maven's local repository or a remote repository for sharing with other developers and projects (for WebObjects version 5.3 and later, the license is now included as part of the Xcode software license. Please review the license in the Xcode installer to verify if you are not breaking the current terms).
4 4  
5 5  This plug-in searches for the WebObjects jars and generates all the required information (groupId, artifactId and version) to import the libraries to the particular repository.
6 6  
... ... @@ -53,18 +53,12 @@
53 53  {{noformat}}
54 54  
55 55  mvn wobootstrap:install -DwebObjectsLibFolder=/a_path_to_webobjects/lib \
56 - -DwebObjectsVersion=5.3.3
56 + -DwebObjectsVersion=5.2
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 -
68 68  == Tips ==
69 69  
70 70  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"