- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Search
Search results
- Tiny scala-library.jar
-
... around 200 kB. It should be compatible with mainstream scala-library.jar at source code level (ie just replace library jars and ... Regards, Jan Kotek Re: Tiny scala-library.jar On Saturday April 9 2011, Jan Kotek wrote: > Hi, ... Regards, > Jan Kotek Randall Schulz Re: Tiny scala-library.jar some thoughts - generally it's a good thing that there ...
Forum topic - Jan Kotek 2 - 2011-04-09, 12:27 - 9 comments
- find out a scala-library.jar's version?
-
Is there some place in the scala-library.jar that I can find out its respective scala version? That would be helpful... -Martin Re: find out a scala-library.jar's version? scala> util.Properties.versionString ... java.lang.String = version 2.9.1.RC3 This is read from scala-library.jar!/library.properties -jason On Thu, Sep 22, 2011 at ...
Forum topic - Martin S. Weber - 2011-09-22, 18:17 - 1 comment
- Proguarding scala-library.jar (2.9)
-
Hi, I'm trying to proguard scala-library.jar to make it smaller. The most recent ProGuard 4.6 outputs: ... program jar [C:\Users\Piotr\Projekty\proguard-scala\scala-library.jar] Reading library jar [C:\Program ... or are these classes really somewhere else (not in the scala-library.jar)? Regards, Piotr Re: Proguarding scala-library.jar ...
Forum topic - pkolaczk - 2011-05-15, 20:47 - 1 comment
- Size of standard library and possible tricks to reduce its size
-
... summary and motivation: 4812029 Dec 23 09:47 scala-library.jar // before 4604150 Dec 23 09:24 scala-library.jar // after Direct size savings of 4.5%. Review by ...
Forum topic - Todd Vierling - 2011-10-18, 22:27 - 73 comments
- a kill to a view
-
... out views. % ls -l /scratch/trunk2/build/pack/lib/scala-library.jar -rw-r--r-- 1 paulp admin 7161826 Dec 16 19:53 /scratch/trunk2/build/pack/lib/scala-library.jar % ls -l /scratch/trunk3/build/pack/lib/scala-library.jar -rw-r--r-- 1 paulp admin 6561034 Dec 16 19:51 ...
Forum topic - extempore - 2011-12-17, 06:01 - 41 comments
- Scala 2.9.x's problems with the DalvikVM
-
... I made wasn't very scientific (I just compared lib/scala-library.jar with some version I compiled). In any case, my suggestion was ... /home/ezh/.sbt/boot/scala-2.10.0-SNAPSHOT Generating scala-library.jar... Generating scala-collection.jar... Generating ...
Forum topic - Johannes Rudolph 2 - 2011-09-13, 21:57 - 60 comments
- scala command line not working
-
... happen if you run: java -cp "\Program Files\Scala\lib\scala-library.jar;\Program Files\Scala\lib\scala-compiler.jar" ... stack trace): >java -cp "\Program Files\Scala\lib\scala-library.jar;\ProgramFiles\Scala\lib\scala-compiler.jar" ... if you run: java -cp "\Program Files\Scala\lib\scala-library.jar;\Program Files\Scala\lib\scala-compiler.jar" ...
Forum topic - Robert James - 2009-07-22, 18:27 - 14 comments
- Nightlies pushed to wrong directory
-
... [info] Pulling [/scratch/trunk1/lib/scala-library.jar] from local cache [info] Pulling ...
Forum topic - Iulian Dragos - 2012-02-03, 11:51 - 27 comments
- Link to scala-library.jar
-
... 2 ways to go: 1. Make a jar of my Doclet, and add scala-library.jar and jar it all up using ProGuard. 2. Make a jar of my Doclet and users can include scala-library.jar on their own to the classpath. For option 2 to work, if ...
Forum topic - Dinesh V - 2011-05-11, 20:57 - 0 comments
- Scala Ant Tasks
-
... > <property name ="scala-library.jar" value ="${scala.home}/lib/scala-library.jar" /> <path id ... > <pathelement location ="${scala-library.jar}" /> <!-- <pathelement ...
Article - admin - 2009-11-30, 20:06 - 0 comments - 0 attachments