Changes for page Debugging WOLips
Last modified by Pascal Robert on 2012/02/11 05:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 {{/note}} 6 6 7 -= Debugging WOLips likethe master does! =7 += Debugging WOLips as the master does! = 8 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 ... ... @@ -26,16 +26,19 @@ 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. 30 -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. 31 31 32 -Here I'm using command line subversion to check out the lastest version. 33 -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,, 34 34 35 - svn co https:~/~/svn.objectstyle.org/repos/woproject/trunk/woprojectwoproject33 +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. 36 36 37 37 === Create a new eclipse workspace === 38 38 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 + 39 39 === Import woenvironment === 40 40 41 41 === Import wolips projects into your workspace ===