diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-25 11:17:36 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-25 11:17:36 +0300 |
commit | df98f12cb627c0272ab3fc4dd7175df5553118a3 (patch) | |
tree | d6709ca030b77a8a0131d69cf9204f49e5ce9002 /build/build.xml | |
parent | f21168aa4dde39f12a4f93d9e8f84c23d7f54418 (diff) | |
download | vaadin-framework-df98f12cb627c0272ab3fc4dd7175df5553118a3.tar.gz vaadin-framework-df98f12cb627c0272ab3fc4dd7175df5553118a3.zip |
Fail build SerializerMapGenerator finds unserializable class (#8711)
This behavior is enabled by setting the system property
vFailIfNotSerializable to true. The default is still to just log a
warning but still continue compiling.
Diffstat (limited to 'build/build.xml')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 0e6f1b40dd..e01d33db3e 100644 --- a/build/build.xml +++ b/build/build.xml @@ -593,6 +593,8 @@ <arg value="${widgetset-localWorkers}" /> <arg line="${widgetset-extraParams}" /> <arg value="${widgetset}" /> + + <sysproperty key="vFailIfNotSerializable" value="true" /> <jvmarg value="-Xss8M"/> <jvmarg value="-XX:MaxPermSize=256M"/> |