Finding your way around the Marboard code: Difference between revisions
Jump to navigation
Jump to search
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
(No difference)
| |
Revision as of 16:28, 28 February 2010
Marboard Navigation: Marboard | FAQ | Manual || Code | Feature Wishlist
Getting the source code
The Marboard source code is available for download at our sourceforge project page. Alternatively you can get the most recent version of the source code from CVS.
Building the distribution
In order to build Marboard you can either use Eclipse or the provided Ant script.
Apache Ant is available at http://ant.apache.org. After installing it, you can use this command to build the distribution .zip files:
ant dist
Structure of the source code
TODO: Add link to JavaDoc
TODO:
- top level
- src / test
- libs
- Java code
- client
- core
- entity
- gui
- server
- action
- core
- entity
- client