<set-property name="compiler.stackMode" value="emulated" />
in your .gwt.xml
module file, and moved your symbol map files to a location accessible by your server sever side code. You can use the GWT compiler -deploy
command line argument to specify the location of the folder into which the generated symbolMaps
directory is written. By default, the final symbolMaps
directory is war/WEB-INF/deploy/yourmodulename/symbolMaps/
. Pass the resulting directory location into this class' {@link StackTraceDeobfuscator#symbolMapsDirectory} constructor or{@link #setSymbolMapsDirectory(String)} setter method.TODO(unnurg): Combine this code with similar code in JUnitHostImpl
|
|
|
|
|
|