Skip to content

Instantly share code, notes, and snippets.

@SandroGrzicic
SandroGrzicic / proguard.txt
Created July 12, 2013 19:44
Proguard template for usage with Scala.
-dontskipnonpubliclibraryclasses
#-dontskipnonpubliclibraryclassmembers
# Shrink step enabled: shrink the number of methods
#-dontshrink
# Optimization step
-dontoptimize
-optimizationpasses 5
@SandroGrzicic
SandroGrzicic / gist:1181504
Created August 30, 2011 17:50
StackOverflowError on building Play-Scala
Buildfile: C:\_\play-scala\build.xml
check:
build-compiler:
[delete] Deleting directory C:\_\play-scala\tmp
[mkdir] Created dir: C:\_\play-scala\tmp\compiler-classes
[scalac] Compiling 2 source files to C:\_\play-scala\tmp\compiler-classes
[scalac] Element 'C:\_\play\framework\classes' does not exist.
[jar] Building jar: C:\_\play-scala\lib\play-scala-compiler.jar
@SandroGrzicic
SandroGrzicic / gist:1181257
Created August 30, 2011 16:09
GAE stacktrace
I
2011-08-30 08:52:01.453
play.Logger info: Play! is running in Google App Engine
I
2011-08-30 08:52:01.633
play.Logger info: Starting /base/data/home/apps/myProject/1.352917329445452791/WEB-INF/application
W
2011-08-30 08:52:01.633
play.Logger warn: No tmp folder will be used (cannot create the tmp dir)
I