Credit goes to the Original publishers
http://code.google.com/p/simple-build-tool/
http://code.google.com/p/acumen-language/
All the below existing content are the modified and organised content of the above original publishers
Important: Notice the versions of Java 1.6.0_26, scala 2.7.7 and sbt 0.7.4 used for Acumen
Instructions for Development setup:
- Download the Acumen-10.12.13.zip , extract and rename it to acumen for easy access from terminal.
- Download sbt-launch-0.7.4.jar and rename it to sbt-launch.jar.
- Write the below script to a file to run the jar
Hint: gedit from terminal open text editor, copy the above script and save it as sbtjava -Xms512M -Xmx1536M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=384M -jar `dirname $0`/sbt-launch.jar "$@"
- Make the script in sbt file executable
Hint :anil@ubuntu:~$ chmod u+x ~/bin/sbt
- Place the sbt-launch.jar and sbt files to bin
Hint: use the below commands from the location file, I used Home directoryanil@ubuntu:~$ sudo mv sbt-launch.jar /bin
anil@ubuntu:~$ sudo mv sbt /bin
- In the terminal, enter in to the acumen/sources
anil@ubuntu:~$ cd acumen/sources
- Launch sbt from acumen/sources as shown below
anil@ubuntu:~/acumen/sources$ sbt
- Enter reload from terminal
> reload
- Enter update from terminal
> update
- Enter run from terminal
> run
If everything goes fine you see the below output as shown in image
Click the blow image to enlarge:
No comments:
Post a Comment