Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 365595 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/gwt/build.xml (+2 lines)
Lines 26-31 Link Here
26
   <property name="gwt.main.module" value="org.rstudio.studio.RStudio"/>
26
   <property name="gwt.main.module" value="org.rstudio.studio.RStudio"/>
27
   <property name="ace.bin" value="src/org/rstudio/studio/client/workbench/views/source/editors/text/ace"/>
27
   <property name="ace.bin" value="src/org/rstudio/studio/client/workbench/views/source/editors/text/ace"/>
28
   <property name="json2.bin" value="www/js"/>
28
   <property name="json2.bin" value="www/js"/>
29
   <property environment="env"/>
29
30
30
   <path id="project.class.path">
31
   <path id="project.class.path">
31
      <pathelement location="bin"/>
32
      <pathelement location="bin"/>
Lines 102-107 Link Here
102
         </classpath>
103
         </classpath>
103
         <!-- add jvmarg -Xss16M or similar if you see a StackOverflowError -->
104
         <!-- add jvmarg -Xss16M or similar if you see a StackOverflowError -->
104
         <jvmarg value="-Xmx1024M"/>
105
         <jvmarg value="-Xmx1024M"/>
106
         <jvmarg value="-Djava.util.prefs.userRoot=${env.T}"/>
105
         <arg value="-war"/>
107
         <arg value="-war"/>
106
         <arg value="www"/>
108
         <arg value="www"/>
107
         <arg value="-localWorkers"/>
109
         <arg value="-localWorkers"/>

Return to bug 365595