gwt - Setting -XdisableCastChecking to true -


i need set -xdisablecastchecking true building gwt application (with eclipse).

i know how compile application i'm not able set -xdisablecastchecking true building war file (i'm using build.xml , file).

does know how include flag ant file?

thank in advance. alsila

if using standard build.xml generated wepappcreator, should have @ top of build.xml block below. modify gwt.args line adding arguments want pass gwt compiler:

<?xml version="1.0" encoding="utf-8" ?> <project name="myproject" default="build" basedir=".">   <!-- arguments gwtc , devmode targets -->   <property name="gwt.args" value="-xdisablecastchecking" />  [...] 

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -