2 new revisions:
Revision: 046a7daaaf
Author: Alex Eagle <
aeagl...@gmail.com>
Date: Thu Dec 3 09:41:18 2009
Log: Still getting memory issues with scalac or scalatest on my machine -
a...
http://code.google.com/p/noop/source/detail?r=046a7daaaf
Revision: 17342350ea
Author: Alex Eagle <
aeagl...@gmail.com>
Date: Fri Dec 4 08:04:18 2009
Log: merge
http://code.google.com/p/noop/source/detail?r=17342350ea
==============================================================================
Revision: 046a7daaaf
Author: Alex Eagle <
aeagl...@gmail.com>
Date: Thu Dec 3 09:41:18 2009
Log: Still getting memory issues with scalac or scalatest on my machine -
allow more permgen.
http://code.google.com/p/noop/source/detail?r=046a7daaaf
Modified:
/buildfile
=======================================
--- /buildfile Sat Nov 21 21:07:02 2009
+++ /buildfile Thu Dec 3 09:41:18 2009
@@ -13,7 +13,7 @@
# limitations under the License.
# scalac runs out of heap on my machine otherwise
-ENV['JAVA_OPTS'] ||= '-Xmx512m'
+ENV['JAVA_OPTS'] ||= '-Xmx512m -XX:MaxPermSize=256m'
require 'buildr/antlr'
require 'buildr/scala'
==============================================================================
Revision: 17342350ea
Author: Alex Eagle <
aeagl...@gmail.com>
Date: Fri Dec 4 08:04:18 2009
Log: merge
http://code.google.com/p/noop/source/detail?r=17342350ea
Modified:
/buildfile
=======================================
--- /buildfile Thu Dec 3 09:41:18 2009
+++ /buildfile Fri Dec 4 08:04:18 2009
@@ -26,7 +26,7 @@
ANTLR = ["org.antlr:antlr:jar:3.1.1"]
ANTLR_RUNTIME = ["org.antlr:antlr-runtime:jar:3.1.1"]
-SLF4J = ["org.slf4j:slf4j-api:jar:1.5.6", "org.slf4j:slf4j-nop:jar:1.5.6"]
+SLF4J =
["org.slf4j:slf4j-api:jar:1.5.6", "org.slf4j:slf4j-simple:jar:1.5.6"]
GUICE = ["aopalliance:aopalliance:jar:1.0",
"com.google.inject:guice:jar:2.0", "com.google.inject.extensions:guice-assisted-inject:jar:2.0"
]
# Force Buildr Antlr integration to use the version we specify