Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 233.3
edited by Pascal Robert
on 2023/11/13 11:54
on 2023/11/13 11:54
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -79,7 +79,7 @@ 79 79 * ((( 80 80 ===== Use Wonder source code projects in your Eclipse workspace ===== 81 81 82 -The best way to make use of Project Wonder is obviously to import the source code projects directly into your Eclipse workspace. Why would you be reading this page if that isn't what you are trying to do?! Detailed instructions are here: [[doc:WEB.Working with Wonder source in Eclipse]] 82 +The best way to make use of Project Wonder is obviously to import the source code projects directly into your Eclipse workspace. Why would you be reading this page if that isn't what you are trying to do?! Detailed instructions are here: [[doc:WEB.Home.Getting Started.Working with Wonder source in Eclipse.WebHome]] 83 83 84 84 {{note title="Ant Builds on your Development Machine"}} 85 85 WOlips' "Incremental Builder" is an incredibly helpful feature during development, but it does things that the Ant deployment build does not do. If you are **either** using WOLips to build your WebObjects Applications (//WOLips Ant Tools > Install//) **or** are [[running Hudson/Jenkins locally>>doc:documentation.Installing and Configuring Jenkins]] to do it, you **must** also build and install your workspace's Frameworks that your Application depends upon – including your own, Project Wonder's and any others. **The standard Ant build does** (% style="color: rgb(255,0,0);" %)**NOT**(%%) **do this for you.** ... ... @@ -89,7 +89,7 @@ 89 89 * ((( 90 90 ===== Build and Install Project Wonder Binary Frameworks ===== 91 91 92 -For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>doc:documentation.Building and Installing a Framework with Ant]] pages. 92 +For building and installing the Wonder Frameworks, please see the standard [[Building and Installing WO Frameworks with Ant>>doc:documentation.Home.Building a WebObjects Project.Building and Installing a Framework with Ant.WebHome]] pages. 93 93 94 94 {{note title="Using Both Binary and Source Code Frameworks on Your Development Machine"}} 95 95 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.