An open API service indexing awesome lists of open source software.

https://github.com/iteratec/codingdojo

Coding-dojo project template
https://github.com/iteratec/codingdojo

codingdojo dojo eclipse intellij-idea java netbeans project-template

Last synced: 2 months ago
JSON representation

Coding-dojo project template

Awesome Lists containing this project

README

          

Coding Dojo @ iteratec
======================

This is a starting point for coding-dojos.

Importing the Project
=====================

Clone this git repository, or download and extract the ZIP file.

Remember the location where you cloned the repository, or extracted the ZIP file.

This location will be referred to as "project location".

Eclipse
-------

1. File > Import > Existing Projects into Workspace
2. "Select root directory:" should be selected
3. "Browse ..." to project location
4. Select the "IteraDojo" project
5. Optionally select "Copy projects into workspace"
6. Press "Finish"

Make sure tests are green:

1. Navigate to "src/test"
2. Right click on "CodingDojoTests.java"
3. Run As ...
4. Select "JUnit Test"

You should see green tests.

IntelliJ IDEA
-------------

1. File > Open ...
2. Navigate to project location
3. Select directory and press "OK"

Project should be imported.
Optionally delete ".classpath" and ".project" files (these are Eclipse files).

Make sure tests are green:

1. Navigate to src/test
2. Select "CodingDojoTests"
3. Right-click and select "Run CodingDojoTests"

You should see green tests.

NetBeans
--------

Please switch to the "netbeans" branch and follow instructions there.