Wiki source code of Debugging WOLips

Version 72.1 by mark_ritchie on 2009/09/08 17:56

Show last authors
1 = Debugging WOLips like the master does! =
2
3 == The big picture ==
4
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
7 == The setup ==
8
9 When I wrote this page, I was using:
10
11 * Mac OS X 10.5.7
12 * Java 1.5.0//19//
13 * Eclipse 3.4.2 (eclipse-SDK-3.4.2-macosx-carbon.tar.gz)
14
15 == Checking out the source code ==
16
17 === Check out the source code into a local folder ===
18
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.
22
23 {{svn co https value="//svn.objectstyle.org/repos/woproject/trunk/woproject woproject"}}{{/svn co https}}
24
25 === Create a new eclipse workspace ===
26
27 === Import woenvironment ===
28
29 === Import wolips projects into your workspace ===
30
31 === Import wolips plugins ===
32
33 === Import 3rd party plugins ===
34
35 === Close special projects ===
36
37 * EntityModeler
38 * eomodeldoc
39 * org.objectstyle.wolips.eomodeler.factories
40
41 === Close projects which require additional resources to compile ===
42
43 * org.objectstyle.wolips.groovy.ui
44 * org.objectstyle.wolips.jprofiler.launching
45
46 == The run configuration setup ==