Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created June 30, 2011 10:30
Show Gist options
  • Save cemerick/1055979 to your computer and use it in GitHub Desktop.
Save cemerick/1055979 to your computer and use it in GitHub Desktop.
.jar artifacts in Scala's repo
[catapult:/tmp] chas% git clone git://github.com/scala/scala.git
Initialized empty Git repository in /private/tmp/scala/.git/
remote: Counting objects: 173008, done.
remote: Compressing objects: 100% (34171/34171), done.
remote: Total 173008 (delta 122550), reused 171777 (delta 121423)
Receiving objects: 100% (173008/173008), 215.33 MiB | 1071 KiB/s, done.
Resolving deltas: 100% (122550/122550), done.
Checking out files: 100% (5550/5550), done.
[catapult:/tmp] chas% cd scala/
[catapult:/tmp/scala] chas% find . -name "*.jar" -print0 | xargs -0 du -ch
1.7M ./docs/examples/plugintemplate/lib/scalatest.jar
220K ./lib/ant/ant-contrib.jar
60K ./lib/ant/ant-dotnet-1.0.jar
1.4M ./lib/ant/ant.jar
1.3M ./lib/ant/maven-ant-tasks-2.1.1.jar
16K ./lib/ant/vizant.jar
132K ./lib/fjbg.jar
48K ./lib/forkjoin.jar
164K ./lib/jline.jar
360K ./lib/midpapi10.jar
296K ./lib/msil.jar
11M ./lib/scala-compiler.jar
1.2M ./lib/scala-library-src.jar
9.5M ./lib/scala-library.jar
712K ./test/benchmarks/lib/jsr166_and_extra.jar
4.0K ./test/files/lib/annotations.jar
4.0K ./test/files/lib/enums.jar
4.0K ./test/files/lib/genericNest.jar
4.0K ./test/files/lib/methvsfield.jar
4.0K ./test/files/lib/nest.jar
732K ./test/files/lib/scalacheck.jar
24K ./test/files/speclib/instrumented.jar
8.0K ./test/pending/neg/plugin-after-terminal/lib/plugins.jar
8.0K ./test/pending/neg/plugin-before-parser/lib/plugins.jar
8.0K ./test/pending/neg/plugin-cyclic-dependency/lib/plugins.jar
8.0K ./test/pending/neg/plugin-multiple-rafter/lib/plugins.jar
8.0K ./test/pending/neg/plugin-rafter-before-1/lib/plugins.jar
8.0K ./test/pending/neg/plugin-rightafter-terminal/lib/plugins.jar
228K ./test/pending/pos/t1380/gnujaxp.jar
29M total
[catapult:/tmp/scala] chas%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment