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

From version 204.1
edited by Kieran Kelleher
on 2010/09/14 15:42
Change comment: There is no comment for this version
To version 203.1
edited by Kieran Kelleher
on 2010/09/14 15:41
Change comment: Wonder/Build/build/build.xml, line 1065/1066 clearly has lowercase 'wonder.patch', not 'Wonder.patch'.

Summary

Details

Page properties
Content
... ... @@ -26,7 +26,7 @@
26 26  ant -Dwonder.patch=54 frameworks
27 27  
28 28  # Install the frameworks (this just copies the built frameworks from ~/Roots to
29 -# the runtime Frameworks directory, usually at /Library/Frameworks)
29 +# the runtime Frameworks directory, usually at /Library/Frameworks
30 30  sudo ant -Dwonder.patch=54 frameworks.install
31 31  
32 32  {{/code}}
... ... @@ -44,7 +44,7 @@
44 44  ant frameworks
45 45  
46 46  # Install the frameworks (this just copies the built frameworks from ~/Roots to
47 -# the runtime Frameworks directory, usually at /Library/Frameworks)
47 +# the runtime Frameworks directory, usually at /Library/Frameworks
48 48  sudo ant frameworks.install
49 49  
50 50  {{/code}}