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

From version 90.1
edited by David Avendasora
on 2011/04/29 14:48
Change comment: Added links to information on how to use the source code once you've downloaded it.
To version 99.1
edited by David Avendasora
on 2011/05/13 20:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -79,7 +79,7 @@
79 79  
80 80  {{note title="Using Both Binary and Source Code Frameworks on Your Development Machine"}}
81 81  
82 -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.
82 +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.
83 83  
84 84  {{/note}}
85 85