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
-
... ... @@ -1,11 +1,5 @@ 1 - {{notetitle="UnderConstruction"}}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,19 +26,16 @@ 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'vecheckedoutthesourceode into myhome folder.It doesn't matterwhereyouput thesource codeas long as youcan find itinthestepsbelow.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. 38 - 39 -Create a new Workspace 40 -I chose ,,/WOLipsDebugging,, 41 - 42 42 === Import woenvironment === 43 43 44 44 === Import wolips projects into your workspace ===