Changes for page Debugging WOLips

Last modified by Pascal Robert on 2012/02/11 05:22

From version 40.1
edited by mark_ritchie
on 2009/09/08 18:48
Change comment: There is no comment for this version
To version 41.1
edited by mark_ritchie
on 2009/09/08 18:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,5 @@
1 -{{note title="Under Construction"}}
1 += Debugging WOLips like the master does! =
2 2  
3 -This page is currently under construction by Mark Ritchie!
4 -
5 -{{/note}}
6 -
7 -= Debugging WOLips as the master does! =
8 -
9 9  These instructions is intended for the developer who wants to compile and run WOLips source for the purpose of debugging or other exploration. Thanks very much to Mike Schrag for the guidance to get this setup and working!
10 10  
11 11  == Overview of what's going on ==
... ... @@ -26,33 +26,18 @@
26 26  
27 27  === Check out the source code into a local folder ===
28 28  
29 -You're checking out a local copy of the code from the source repository. Next, we're going to selectively import (but **not** copy) parts of that code into Eclipse. I'm using command line subversion to check out the lastest version however feel free to use a different tool or different version, as you like.
23 +You're checking out a local copy of the code from the source repository.
24 +Next, we're going to selectively import (but **not** copy) parts of that code into Eclipse.
30 30  
31 -svn co https:~/~/svn.objectstyle.org/repos/woproject/trunk/woproject ,,/woproject,,
26 +Here I'm using command line subversion to check out the lastest version.
27 +Fell free to use a different method so long as you end up with the correct source code for your intended purpose!
32 32  
33 -Note that I've checked out the source code into my home folder. It doesn't matter where you put the source code as long as you can find it in the steps below.
29 +svn co https:~/~/svn.objectstyle.org/repos/woproject/trunk/woproject woproject
34 34  
35 35  === Create a new eclipse workspace ===
36 36  
37 -Launch a clean copy of Eclipse with no plugings installed. Strictly speaking, probably not necessary however these are the steps which I took.
33 +=== Import woenvironment ===
38 38  
39 -Create a new Workspace
40 -I chose ,,/WOLipsDebugging
41 -[[image:Workspace.png]],,
42 -
43 -=== Import woenvironment ===
44 -
45 -Start off by importing the woenvironment project. From the File menu, select Import
46 -[[image:ImportMenu.png]]
47 -Click the disclosure triangle for General and select Existing Projects into Workspace
48 -[[image:ExistingProject.png]]
49 -Click Next button.
50 -Ensure that "Select root directory" is selected and click Browse
51 -Browse to the folder where you checked out the woproject source code above and select woenvironment.
52 -[[image:woenvironmentCheckout.png]]
53 -Eclipse should scan the folder and notice one project in the folder called woenvironment.
54 -Click Finish.
55 -
56 56  === Import wolips projects into your workspace ===
57 57  
58 58  === Import wolips plugins ===