Skip to content

scala-vienna/dojo-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-start project for Scala Coding Dojos

Provides:

  • IDE project generation (Eclipse and IntelliJ IDEA)
  • Unit-Test support out-of-the box

Requires:

  • SBT 0.13 (to use SBT 0.12 switch to branch sbt12)
  • Scala 2.10.3 (you will need an IDE that supports it)
  • An IDE with unit-testing support, like:
    1. Eclipse with the Scala-IDE plugins
    2. IntelliJ IDEA with the Scala plugin

How-to: use this project

  1. Install SBT (0.13 or later)
  2. Clone this repository to your local computer
  3. cd dojo-quickstart
  4. Type sbt
  5. On the SBT prompt type either eclipse or gen-idea to generate Eclipse and IntelliJ IDEA project files.
  6. Import the project into your IDE.
  7. Start coding! ;-)

Further customization (optional)

If you want to change the generic names of this quick-start project, follow these instructions:

  1. Remove the project from the IDE and exit sbt
  2. Rename the directory to your liking
  3. Go to build.sbt and change the name of the project
  4. Enter sbt again and re-generate the IDE project either with eclipse or gen-idea
  5. Import the project into your IDE
  6. Change the name of the main classes, packages, etc.

When re-naming packages, make sure that you rename them both under "main" and "test".

About

Quick-start project for our coding dojos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages