On Friday, June 7, 2013 3:15:56 PM UTC+2, [email protected] wrote: > > Hi Everyone, > we are generating one war for our application by using GWT. But the > war contains a folder called ".junit_symbolMaps" . > I need to know how and why this folder generated, then i can stop in > generation phase. And i don't want to delete this folder before war > created. > I want to reduce the compilation time. >
You must be compiling a module that has an <inherits name="com.google.gwt.junit.JUnit"/> , there's no single reason to ever inherit the JUnit module. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
