Changes for page Debugging WOLips

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

From version 42.1
edited by mark_ritchie
on 2009/09/08 18:19
Change comment: There is no comment for this version
To version 38.1
edited by mark_ritchie
on 2009/09/08 18:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,11 @@
1 -= Debugging WOLips like the master does! =
1 +{{note title="Under Construction"}}
2 2  
3 +This page is currently under construction by Mark Ritchie!
4 +
5 +{{/note}}
6 +
7 += Debugging WOLips as the master does! =
8 +
3 3  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!
4 4  
5 5  == Overview of what's going on ==
... ... @@ -20,18 +20,34 @@
20 20  
21 21  === Check out the source code into a local folder ===
22 22  
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.
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.
25 25  
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!
31 +svn co https:~/~/svn.objectstyle.org/repos/woproject/trunk/woproject ,,/woproject,,
28 28  
29 -svn co https:~/~/svn.objectstyle.org/repos/woproject/trunk/woproject woproject
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.
30 30  
31 31  === Create a new eclipse workspace ===
32 32  
33 -=== Import woenvironment ===
37 +Launch a clean copy of Eclipse with no plugings installed. Strictly speaking, probably not necessary however these are the steps which I took.
34 34  
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 +[[image:woenvironmentProject.png]]
55 +Click Finish.
56 +
35 35  === Import wolips projects into your workspace ===
36 36  
37 37  === Import wolips plugins ===