Changes for page Debugging WOLips

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

From version 70.1
edited by mark_ritchie
on 2009/09/08 18:35
Change comment: There is no comment for this version
To version 71.1
edited by mark_ritchie
on 2009/09/08 17:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,20 +1,12 @@
1 -{{note title="Under Construction"}}
1 += Debugging WOLips like the master does! =
2 2  
3 -This page is currently under construction by Mark Ritchie!
3 +== The big picture ==
4 4  
5 -{{/note}}
5 +These instructions is intended for the developer who wants to compile and run WOLips source for the purpose of debugging or other exploration.
6 6  
7 -= Debugging WOLips as the master does! =
8 -
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 -
11 -== Overview of what's going on ==
12 -
13 -We're going to check out the latest source for WOLips, build it and arrange for Eclipse to launch is a debug mode to test it out. It's very handy that Eclipse has a built in ability to launch itself in debug mode and load the local versions of the plugins. If you read the old and out dated instructions floating about that talk about building an entire release and installing them into a new copy of Eclipse then you're going to like this method a whole lot better! ;-)
14 -
15 15  == The setup ==
16 16  
17 -When I did this and wrote these notes, I was using:
9 +When I wrote this page, I was using:
18 18  
19 19  * Mac OS X 10.5.7
20 20  * Java 1.5.0//19//
... ... @@ -22,24 +22,16 @@
22 22  
23 23  == Checking out the source code ==
24 24  
25 -**A note for the impatient - don't try to checkout the source right into Eclipse. The files aren't structured in a way that allows this to work. I know because I tried to do it that way first!** ;-)
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.
19 +**A note for the impatient - don't try to checkout the source right into Eclipse**
20 +You're checking out a local copy of the code from the source repository.
21 +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,,
23 +{{svn co https value="//svn.objectstyle.org/repos/woproject/trunk/woproject woproject"}}{{/svn co https}}
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.
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.
38 -
39 -Create a new Workspace
40 -I chose ,,/WOLipsDebugging
41 -[[image:Workspace.png]],,
42 -
43 43  === Import woenvironment ===
44 44  
45 45  === Import wolips projects into your workspace ===