My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 23, 2007 by thatmattbone
Labels: Featured, howto
HackersGuide  
Getting started with development on CN.

Introduction

About this document

This guide is intended for this interested in working on Computational Neighborhood itself. If you are looking to write an application using the framework, please see WritingCNApplications.

Overview

CN is built with the Maven project management software and active development is done with the eclipse IDE. This guide is written from that perspective, however, if you'd like to use other tools, please feel free to do so.

Getting Started

Getting the code and dependencies

  1. Download and install Eclipse
  2. Download and install Maven
  3. Install the Maven plugin for eclipse
    1. Help-->Software Updates-->Find and Install-->Search for new features to install
    2. Add 'New Remote Site' with Name 'Maven' and URL: http://m2eclipse.codehaus.org/
    3. Finish the Installation, install the plugin and restart Eclipse
  4. Checkout the CN Project from Google code

Sign in to add a comment
Hosted by Google Code