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

From version 91.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 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
Content
... ... @@ -79,9 +79,9 @@
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  
86 86  * h5. Build Project Wonder frameworks with Hudson/Jenkins
87 -The ideal way to build WebObjects frameworks and applications is to use a "Continuous Integration Server" or "Build Server" like Hudson or Jenkins. This allows you to automate the often complex process of building WebObjects projects that have several dependencies on frameworks. Instructions on how to setup a Hudson/Jenkins server is are available on the [[WO:Installing and Using the Hudson build server]] page.
87 +The ideal way to build WebObjects frameworks and applications is to use a "Continuous Integration Server" or "Build Server" like Hudson or Jenkins. This allows you to automate the often complex process of building WebObjects projects that have several dependencies on frameworks. Instructions on how to setup a Hudson/Jenkins server is are available on the [[WO:Installing and Using Jenkins and Hudson Build Servers]] page.