Skip to content

pweg/OWEdit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

----------------------
-- The empty module --
----------------------

This is an empty module that can be used to bootstrap Open Wonderland module development.

----------------------------------------------
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
		|
		--> empty_module

If you drop the empty_module in that directory (or similar 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.

Link to the tutorial: http://faithhold.dyndns.org:8080/JSPWiki/Wiki.jsp?page=Developing%20a%20New%20Cell

-----------------------------------------
How to use the module
-----------------------------------------
You can watch a screencast here: http://www.youtube.com/watch?v=ne5PJUFF_eA

The main steps are:
First thing is to clone it inside your  ~/my-own-wonderland-modules/unstable/
folder.
After that you will have an open_wonderland_empty_module folder that you will
have to rename to whatever your module is going to be called (say, my_module).
Then 'cd' into that module and modify the file my.module.properties.
Now open the project with netbeans and then right-click in the name of the 
project (empty_module) to rename it to whatever you fancy. That's all!

-----------------------------------------
Cleaning up git references after cloning
-----------------------------------------
If you have cloned this project, you will want to clean up the remote references to the original git project.
To do so just delete the .git folder. You can also delete the .gitigore file if you are not going to be using git,
and the file at src/classes/.only_here_for_git_delete_me which is only there cause git does not keep track of empty
folders.

After cleaning these files up, you can initialise your own git repo if you want to do so (git init).


Jos (Jan 2011)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages