This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb@marzipan:~$ git clone git://github.com/novus/salat.git | |
Initialized empty Git repository in /home/cb/salat/.git/ | |
remote: Counting objects: 971, done. | |
remote: Compressing objects: 100% (469/469), done. | |
remote: Total 971 (delta 378), reused 603 (delta 236) | |
Receiving objects: 100% (971/971), 113.23 KiB, done. | |
Resolving deltas: 100% (378/378), done. | |
cb@marzipan:~$ cd salat/ | |
cb@marzipan:~/salat$ sbt update publish-local | |
Getting Scala 2.7.7 ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb@calisson:~$ git clone git://github.com/rktoomey/querulous-generic.git | |
Initialized empty Git repository in /home/cb/querulous-generic/.git/ | |
remote: Counting objects: 1278, done. | |
remote: Compressing objects: 100% (458/458), done. | |
remote: Total 1278 (delta 558), reused 1084 (delta 443) | |
Receiving objects: 100% (1278/1278), 134.19 KiB, done. | |
Resolving deltas: 100% (558/558), done. | |
cb@calisson:~$ cd querulous-generic/ | |
cb@calisson:~/querulous-generic$ ant | |
Buildfile: /home/cb/querulous-generic/build.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb@marzipan:~$ git clone https://github.com/rktoomey/querulous-generic.git | |
Initialized empty Git repository in /home/cb/querulous-generic/.git/ | |
remote: Counting objects: 1241, done. | |
remote: Compressing objects: 100% (422/422), done. | |
remote: Total 1241 (delta 537), reused 1087 (delta 443) | |
Receiving objects: 100% (1241/1241), 128.69 KiB | 182 KiB/s, done. | |
Resolving deltas: 100% (537/537), done. | |
cb@marzipan:~$ cd querulous-generic/ | |
cb@marzipan:~/querulous-generic$ sbt | |
Getting Scala 2.7.7 ... |
NewerOlder