Last modified by Pascal Robert on 2013/12/18 02:55

From version 17.1
edited by D Tim Cummings
on 2013/12/18 01:15
Change comment: There is no comment for this version
To version 18.1
edited by D Tim Cummings
on 2013/12/18 02:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -166,7 +166,7 @@
166 166  ===== Install the frameworks =====
167 167  
168 168  {{code 0="none"}}
169 -sudo ant frameworks.install
169 +sudo ant -Duser.home=$HOME frameworks.install
170 170  {{/code}}
171 171  
172 172  This copies the built frameworks from {{code language="none"}}~/Roots{{/code}} to the runtime Frameworks directory:
... ... @@ -177,7 +177,7 @@
177 177  You can combine the build and install steps by simply executing this Ant command:
178 178  
179 179  {{code 0="none"}}
180 -sudo ant frameworks frameworks.install
180 +sudo ant -Duser.home=$HOME frameworks frameworks.install
181 181  {{/code}}
182 182  
183 183  === Upgrading ===