Changes for page Building WOLips

Last modified by Johann Werner on 2015/02/13 01:40

From version 132.1
edited by Pascal Robert
on 2023/11/13 11:55
Change comment: Renamed back-links.
To version 134.1
edited by Johann Werner
on 2015/02/13 01:40
Change comment: Renamed back-links.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.jw
Content
... ... @@ -6,7 +6,7 @@
6 6  The following instructions about building WOLips are fine if you need to build a distribution of WOLips. However, they aren't so great if you're debugging WOLips. Instructions on how to do that are posted here [[doc:WOL.Home.Building WOLips.Debugging WOLips.WebHome]].
7 7  {{/note}}
8 8  
9 -Prior to building WOLips, you will want to get your dependencies installed properly. Check out the [[doc:WOL.Installing WOLips]] page for information on the dependencies for WOLips.
9 +Prior to building WOLips, you will want to get your dependencies installed properly. Check out the [[doc:WOL.Home.Deprecated info.Installing WOLips.WebHome]] page for information on the dependencies for WOLips.
10 10  
11 11  (% style="color: rgb(0,0,0);" %)**Prerequisites**
12 12  
... ... @@ -75,7 +75,7 @@
75 75  == Checking out and Building inside of Eclipse for Development (PDE) ==
76 76  
77 77  1. Add the wolips Git repository [[https:~~/~~/github.com/wolips/wolips/>>url:https://github.com/wolips/wolips/||shape="rect"]] in the Git Perspective's Repository View
78 -1. You can select individual plugins you would like to work on by browsing to {{code language="none"}}trunk/woproject/wolips/{{/code}} in the Subversion repository and checking out the plugins you are interested in. To checkout complete sets of plugins, you could also use the [[doc:WOL.Eclipse Team Project Set]].
78 +1. You can select individual plugins you would like to work on by browsing to {{code language="none"}}trunk/woproject/wolips/{{/code}} in the Subversion repository and checking out the plugins you are interested in. To checkout complete sets of plugins, you could also use the [[doc:WOL.Home.Deprecated info.Eclipse Team Project Set.WebHome]].
79 79  
80 80  == An approach to setting up the development and test environment for WOLips Plugin. ==
81 81  
... ... @@ -84,7 +84,7 @@
84 84  1. Follow the Checking out and Building inside of Eclipse for Deployment in you primary Eclipse installation (i.e. /Application/eclipse) and workspace. This will be you development environment.
85 85  1. the {{code language="none"}}temp/dist{{/code}} folder is your Local Site for the Test Environment.
86 86  1. Create a second copy of "clean" Eclipse under /Users/<me>/Developer/eclipse (this could be any where). This will be your Test Environment.
87 -1. In the test environment, follow the [[doc:WOL.Installing WOLips]] instructions, using your {{code language="none"}}temp/dist{{/code}} directory as the Local Site. Install the plugins.
87 +1. In the test environment, follow the [[doc:WOL.Home.Deprecated info.Installing WOLips.WebHome]] instructions, using your {{code language="none"}}temp/dist{{/code}} directory as the Local Site. Install the plugins.
88 88  1. Use the Test environment to exercise/test the changes from your locally modified Plugin.
89 89  
90 90  1. When you need to repeat the process, shut down the Test Environment, delete the org.objectstyle.* files in the features and plugins directories under the /Users/<me>/Developer/eclipse directory. Change the source code in the primary environment and build. (Each build took 3 min 37+ seconds on my Mac Book Pro 17"). Once the build is done, then reinstall the plugin in the Test Environment. The Local Site should still be selected.