Changes for page Building and Installing a Framework with Ant
Last modified by Markus Ruggiero on 2025/10/24 16:16
From version 46.1
edited by Steve Peery
on 2012/10/23 23:30
on 2012/10/23 23:30
Change comment:
There is no comment for this version
To version 40.1
edited by Steve Peery
on 2012/10/23 21:56
on 2012/10/23 21:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -50,19 +50,6 @@ 50 50 [[image:WOLipsAntInstall.png||border="1"]] 51 51 This will build and install the framework in the location defined in the WOLips preferences, overwriting any previously installed version of the framework. 52 52 53 -{{note title="BUILD FAILED"}} 54 - 55 -If Ant can't write to the WebObjects frameworks directory, you will get an error like this: 56 -{noformat} 57 -Directory /Library/WebObjects/Versions/WebObjects543/Library/Frameworks/YourFramework.framework 58 -creation was not successful for an unknown reason. 59 -{noformat} 60 -Give write access to the directory with these commands in Terminal: 61 -sudo chmod 757 /Library/WebObjects/Versions/WebObjects543/Library/Frameworks/ 62 -sudo chmod 757 /Library/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications 63 - 64 -{{/note}} 65 - 66 66 * h5. Project Wonder Frameworks 67 67 **You can not build projects from Wonder this way.** You must either use the command line or Hudson/Jenkins methods 68 68 ... ... @@ -111,7 +111,7 @@ 111 111 112 112 This copies the built frameworks from ##/Roots## to the runtime Frameworks directory: 113 113 114 -* Mac OS X: ##/Library/ Frameworks/## or ##/Library/WebObjects/Versions/WebObjects543/Library/Frameworks/##101 +* Mac OS X: ##/Library/WebObjects/Versions/WebObjects543/Library/Frameworks/## 115 115 * Linux: ##/Local/Library/Frameworks## 116 116 117 117 You can combine the build and install steps by simply executing this Ant command: