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

From version 97.1
edited by Chuck Hill
on 2011/06/15 17:15
Change comment: There is no comment for this version
To version 100.1
edited by David Avendasora
on 2011/06/13 21:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chillatgvc
1 +XWiki.avendasora
Content
... ... @@ -21,16 +21,9 @@
21 21  1. h5. Clone the source repository from GitHub into a new directory named "WonderSource" or whatever you'd like.
22 22  
23 23  {{note title="Read Only"}}
24 -Note the URL shown here is the public read-only URL. Committers should use the URL below.
25 -If "git://" does not work for you then use "http://"
24 +Note the URL shown here is the public read-only URL. Committers should use the SSH form of the URL for read-write
26 26  {{/note}}
27 27  
28 -{{note title="Wonder Committers"}}
29 -Clone the repository using git@github.com:projectwonder/wonder.git
30 -Do *not* change "git@" to be your username.
31 -
32 -{{/note}}
33 -
34 34  {{code value="none"}}
35 35  git clone git://github.com/projectwonder/wonder.git WonderSource
36 36  {{/code}}
... ... @@ -77,7 +77,7 @@
77 77  
78 78  {{note title="Ant Builds on your Development Machine"}}
79 79  
80 -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|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* {color:#ff0000}{*}NOT{*}{color} *do this for you.*
73 +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|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 {color:#ff0000}NOT{color} do this for you.*
81 81  
82 82  {{/note}}
83 83