-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
51 lines (38 loc) · 1.47 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
------------------------
-- OurBricks module --
------------------------
This module connects to the Ourbricks.com API and provides an automated way of
searching for models and upload them directly to Open Wonderland through an
inworld GUI.
----------------------------------------------
Classpaths and expected structure for Netbeans
----------------------------------------------
This module will need little modifications if it is downloaded (or cloned) in a structure
that resembles the following 'my-own-wonderland-modules' directory. Please note that for
module development, the sources of Open Wonderland have to be available locally.
If you have your Wonderland sources in your user directory, the expected structure should
look like:
~/wonderland
| [loads of stuff here]
~/wonderland-modules
|
--> stable
| | [modules here]
|
--> unstable
| [modules here]
~/my-own-wonderland-modules
|
--> unstable
|
--> rest-module-sample
If you drop the module in that last directory (or a similar structure but with your own names)
then all the classpaths should be ready to go. If not, follow the instructions in the tutorial
to change your settings for Netbeans.
------------------------
-- Usage --
------------------------
Usage is as per normal Open Wonderland modules use; more info at http://openwonderland.org
To execute the unit test just type: ant test
If any of the tests fail or you see anything weird in the code please DO get in touch!
Jos (July 2o11)