split it into multiple files

On 11 ago, 02:39, "G. Vaaler" <g...@dataloy.com> wrote:
> I got the following just now trying to GWT-compile for testing:
>
> gwtc:
>       [java] Compiling module com.dataloy.webtest2.TestApp
>       [java]    Scanning for additional dependencies: jar:file:***
>       [java]       Computing all possible rebind results for
> 'org.gwt.beansbinding.core.client.util.GWTBeansBinding'
>       [java]          Rebinding
> org.gwt.beansbinding.core.client.util.GWTBeansBinding
>       [java]             Invoking
> com.google.gwt.dev.javac.standardgeneratorcont...@334d0d4d
>       [java]                Enable
> org.gwt.beansbinding.core.client.util.GWTBeansBinding for introspection
>       [java]       Adding '1' new generated units
>       [java]          Validating newly compiled units
>       [java]             [ERROR] Errors in
> 'generated://E1893746222116E9EE87FF082CB77979/org/gwt/beansbinding/core/client/util/GWTBeansBindingIntrospector.java'
>       [java]                [ERROR] Line 9: The code of method
> setupBeanInfo() is exceeding the 65535 bytes limit
>       [java]                See snapshot:
> /tmp/GWTBeansBindingIntrospector2326369653473147222.java
>       [java]       [ERROR] Unable to find recently-generated type
> 'org.gwt.beansbinding.core.client.util.GWTBeansBindingIntrospector
>       [java]    [ERROR] Errors in
> 'jar:file:/home/gardv/NetBeansProjects/vms/webtest2/war/WEB-INF/lib/gwt-beans-binding-0.3.jar!/org/gwt/beansbinding/core/client/util/GWTBeansBinding.java'
>       [java]       [ERROR]  Internal compiler error
>       [java] java.lang.RuntimeException: Unable to commit generated files
>       [java]     at
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:131)
>       [java]     at
> com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:200)
>       [java]     at
> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
>       [java]     at
> com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:123)
>       [java]     at
> com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:234)
>       [java]     at
> com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$200(AbstractCompiler.java:109)
>       [java]     at
> com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:522)
>       [java]     at
> com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:112)
>       [java]     at
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:47)
>       [java]     at
> com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:422)
>       [java]     at
> com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:32)
>       [java]     at
> com.google.gwt.dev.Precompile.precompile(Precompile.java:522)
>       [java]     at
> com.google.gwt.dev.Precompile.precompile(Precompile.java:414)
>       [java]     at com.google.gwt.dev.Compiler.run(Compiler.java:201)
>       [java]     at com.google.gwt.dev.Compiler$1.run(Compiler.java:152)
>       [java]     at
> com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
>       [java]     at
> com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
>       [java]     at com.google.gwt.dev.Compiler.main(Compiler.java:159)
>       [java] Caused by:
> com.google.gwt.core.ext.UnableToCompleteException: (see previous log
> entries)
>       [java]     at
> com.google.gwt.dev.javac.StandardGeneratorContext.finish(StandardGeneratorContext.java:358)
>       [java]     at
> com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:129)
>       [java]     ... 17 more
>
> It seems my ontology actually contains too many properties to compile
> for GWT! This sounds a bit odd. Are there any workarounds or fixes?
>
> --
> Gard

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to