Changes for page Debug Code in a Framework

Last modified by chuckhill on 2006/11/28 13:29

From version 2.1
edited by chuckhill
on 2006/11/28 13:29
Change comment: There is no comment for this version
To version 3.1
edited by chuckhill
on 2006/11/28 13:29
Change comment: Migrated to Confluence 4.0

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Deprecated info
Content
... ... @@ -1,5 +1,5 @@
1 -If you've only added the framework to the WO Frameworks section of your build path, it will be using ##/Library/Frameworks/YourFramework.framework##. If you want to use the Eclipse project version of your framework instead, you will also need to add it to the **Projects** tab of the **Build Path** (see Project - Properties).
1 +If you've only added the framework to the WO Frameworks section of your build path, it will be using {{code language="none"}}/Library/Frameworks/YourFramework.framework{{/code}}. If you want to use the Eclipse project version of your framework instead, you will also need to add it to the **Projects** tab of the **Build Path** (see Project - Properties).
2 2  
3 -At this point, you will have **both** versions of the framework in your classpath. So you will need to specify which one is the one that has precedence. If you go to the **Order/Export** tab of build path, you will want to move the **Project** reference above the **WO Frameworks** reference so that your project one "wins".
3 +At this point, you will have **both** versions of the framework in your classpath. So you will need to specify which one is the one that has precedence. If you go to the **Order/Export** tab of build path, you will want to move the **Project** reference above the **WO Frameworks** reference so that your project one "wins".
4 4  
5 5  **Note that you should have both references in your build path, because the "WO Frameworks" one is used when you deploy.**