]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable unit cache to avoid compilation issues when switching between branches
authorArtur Signell <artur@vaadin.com>
Mon, 14 Oct 2013 18:57:08 +0000 (21:57 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 15 Oct 2013 06:10:02 +0000 (06:10 +0000)
Change-Id: Iac8a3cdc4b17c031108c08cf3e8cd8769bc14961

build/ide.xml

index 9b227e0a7d1012256d683ee20da382de35ba1969..22e6818bea7ded862ac1df78a6020d1a536ed5c9 100755 (executable)
             <jvmarg value="-XX:MaxPermSize=256M" />
             <jvmarg value="-Djava.awt.headless=true" />
             <jvmarg value="-Dgwt.usearchives=false" />
+            <jvmarg value="-Dgwt.persistentunitcache=false" />
         </java>
     </target>
     <target name="vaadinPush.js">