Last modified by Bastian Triller on 2013/10/05 10:40

From version 77.1
edited by miguel77mex
on 2013/05/22 00:08
Change comment: There is no comment for this version
To version 79.1
edited by Pascal Robert
on 2013/09/22 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.miguel77mex
1 +XWiki.probert
Content
... ... @@ -1,5 +1,5 @@
1 1  {{tip title="Now with more Git"}}
2 -As of May 21th, 2013 the Wonder source code is now maintained on [[GitHub>>url:https://github.com/||shape="rect"]] at [[https:~~/~~/github.com/wocommunity/wonder>>url:https://github.com/wocommunity/wonder||shape="rect"]]. You'll need to be familiar with the [[Git>>url:http://git-scm.com/||shape="rect"]] Source Code Management system. [[Here's>>doc:WO.Getting Started with Git]] a good place to start. You will use Git to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source.
2 +As of May 21th, 2013 the Wonder source code is now maintained on [[GitHub>>url:https://github.com/||shape="rect"]] at [[https:~~/~~/github.com/wocommunity/wonder>>url:https://github.com/wocommunity/wonder||shape="rect"]]. You'll need to be familiar with the [[Git>>url:http://git-scm.com/||shape="rect"]] Source Code Management system. [[Here's>>doc:Getting Started with Git]] a good place to start. You will use Git to checkout a local copy of the repository (a "clone" in Git terms) allowing you to have direct access to the Wonder source.
3 3  {{/tip}}
4 4  
5 5  == Why? ==
... ... @@ -19,17 +19,24 @@
19 19  1. (((
20 20  ===== Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like. =====
21 21  
22 -{{code 0="none"}}git clone git://github.com/wocommunity/wonder.git WonderSource{{/code}} If "git:~/~/" does not work for you then use "http:~/~/"
22 +{{code 0="none"}}
23 +git clone git://github.com/wocommunity/wonder.git WonderSource
24 +{{/code}}
23 23  
24 -{{note title="Wonder Committers"}}The URL above is the public, read-only URL.
26 +If "git:~/~/" does not work for you then use "http:~/~/"
27 +
28 +{{note title="Wonder Committers"}}
29 +The URL above is the public, read-only URL.
25 25   People with commit privileges for Project Wonder should use: **git@github.com:wocommunity/wonder.git**
26 26  
27 27  {{warning}}
28 28  Do **not** change "git@..." to be your username.
29 -{{/warning}}{{/note}}You should see output something like this:
34 +{{/warning}}
35 +{{/note}}
30 30  
31 -{{noformat}}
37 +You should see output something like this:
32 32  
39 +{{noformat}}
33 33  Cloning into WonderSource...
34 34  remote: Counting objects: 174269, done.
35 35  remote: Compressing objects: 100% (57304/57304), done.
... ... @@ -42,7 +42,9 @@
42 42  1. (((
43 43  ===== Navigate into the working copy root =====
44 44  
45 -{{code 0="none"}}cd WonderSource{{/code}}
52 +{{code 0="none"}}
53 +cd WonderSource
54 +{{/code}}
46 46  
47 47  {{note title="WebObjects 5.3.3 Compatability"}}
48 48  If you are still using old WebObjects 5.3.3, then you need to execute this git command to switch to the branch for WebObjects 5.3.3:
... ... @@ -54,7 +54,6 @@
54 54  You should get output like this:
55 55  
56 56  {{noformat}}
57 -
58 58  Branch Wonder_5_0_0_Legacy set up to track remote branch Wonder_5_0_0_Legacy from origin.
59 59  Switched to a new branch 'Wonder_5_0_0_Legacy'
60 60  
... ... @@ -70,7 +70,9 @@
70 70  
71 71  The integration branch of Wonder is where the most recent fixes, additions, new features, etc., are merged in for testing and vetting by the community. By checking out integration you can benefit from all of these latest commits to the Wonder project before they are pulled into master/trunk. And the community can benefit by having another contributor to the improvement of Wonder. To work with the integration branch in Git, you will simply checkout that branch from your repository like so:
72 72  
73 -{{code 0="none"}}cd WonderSource{{/code}}
81 +{{code 0="none"}}
82 +cd WonderSource
83 +{{/code}}
74 74  
75 75  {{code}}
76 76  git checkout integration
... ... @@ -81,10 +81,10 @@
81 81  * (((
82 82  ===== Use Wonder source code projects in your Eclipse workspace =====
83 83  
84 -The best way to make use of Project Wonder is obviously to import the source code projects directly into your Eclipse workspace. Why would you be reading this page if that isn't what you are trying to do?! Detailed instructions are here: [[doc:Working with Wonder source in Eclipse]]
94 +The best way to make use of Project Wonder is obviously to import the source code projects directly into your Eclipse workspace. Why would you be reading this page if that isn't what you are trying to do?! Detailed instructions are here: [[doc:Working with Wonder source in Eclipse]]
85 85  
86 86  {{note title="Ant Builds on your Development Machine"}}
87 -WOlips' "Incremental Builder" is an incredibly helpful feature during development, but it does things that the Ant deployment build does not do. If you are **either** using WOLips to build your WebObjects Applications (//WOLips Ant Tools > Install//) **or** are [[running Hudson/Jenkins>>doc:WO.Installing and Using the Hudson build server]] locally to do it, you **must** also build and install your workspace's Frameworks that your Application depends upon – including your own, Project Wonder's and any others. **The standard Ant build does** (% style="color: rgb(255,0,0);" %)**NOT**(%%) **do this for you.**
97 +WOlips' "Incremental Builder" is an incredibly helpful feature during development, but it does things that the Ant deployment build does not do. If you are **either** using WOLips to build your WebObjects Applications (//WOLips Ant Tools > Install//) **or** are [[running Hudson/Jenkins locally>>doc:documentation.Installing and Configuring Jenkins]] to do it, you **must** also build and install your workspace's Frameworks that your Application depends upon – including your own, Project Wonder's and any others. **The standard Ant build does** (% style="color: rgb(255,0,0);" %)**NOT**(%%) **do this for you.**
88 88  {{/note}}
89 89  )))
90 90  
... ... @@ -91,7 +91,7 @@
91 91  * (((
92 92  ===== Build and Install Project Wonder Binary Frameworks =====
93 93  
94 -For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>doc:documentation.Building and Installing a Framework with Ant]] pages.
104 +For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>doc:documentation.Building and Installing a Framework with Ant]] pages.
95 95  
96 96  {{note title="Using Both Binary and Source Code Frameworks on Your Development Machine"}}
97 97  If you have both Source Code projects and the built, Binary Frameworks installed, you need to make sure you build all source code frameworks that your project depends upon first. //The standard Ant build does not do this for you.// Ant builds only use binary frameworks so if the installed frameworks are not up to date your Ant build could fail, or worse, succeed but contain run-time errors.