Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Oct 7, 2011
1 parent 9c3492d commit 22831bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 26 deletions.
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Simple Scala Project
Enno Runne, 2011-07-01
Enno Runne, 2011-10-07

Contains SBT and some sample test cases for various Scala test frameworks.
Contains SBT, a main class and some sample test cases for various Scala test frameworks.

To import the project to Eclipse, you may use the plug-in sbteclipse
https://github.com/typesafehub/sbteclipse
run './script/sbt.sh eclipse'
see https://github.com/typesafehub/sbteclipse

To import the project to IntelliJ IDEA, you may use the plug-in sbt-idea
https://github.com/mpeltonen/sbt-idea/tree/sbt-0.10
run './script/sbt.sh gen-idea'
see https://github.com/mpeltonen/sbt-idea
29 changes: 8 additions & 21 deletions info/sbt-setup.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,19 @@
SBT 0.11.0 finns med under script/
SBT 0.11.0 is added in this project

Unix:
i projektbiblioteket
chmod u+x script/sbt.sh
try everything by running
./script/sbt.sh update test

testa med
script/sbt.sh update test
enter the sbt console with
./script/sbt.sh

important commads are

viktiga kommandon (completion finns):
update
quit
clean
test
compile
~ compile
console
se aven https://github.com/harrah/xsbt/wiki/Running



Skapa projektfiler f�r Eclipse
sbt eclipse

importerar sedan projektet



Skapa projektfiler f�r IDEA
https://github.com/mpeltonen/sbt-idea

sbt
see also https://github.com/harrah/xsbt/wiki/Running
2 changes: 1 addition & 1 deletion info/testramverk.txt → info/test-tools.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Olika exempeltestfall finns under src/test/scala
Pre-configured testing frameworks

JUnit 4.8.2
http://junit.org/
Expand Down

0 comments on commit 22831bb

Please sign in to comment.