Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Compile problem with latest nightly. Unterminated single quote in SmartGwtMessages

    Code:
    Compiling module com.islandpacific.gui.IPGui
       Scanning for additional dependencies: jar:file:/Users/jfisher/helios/workspace/IPGui/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/util/I18nUtil.java
          Computing all possible rebind results for 'com.smartgwt.client.i18n.SmartGwtMessages'
             Rebinding com.smartgwt.client.i18n.SmartGwtMessages
                Invoking generator com.google.gwt.i18n.rebind.LocalizableGenerator
                   Processing interface com.smartgwt.client.i18n.SmartGwtMessages
                      Generating method body for summaryBuilder_helpTextIntro()
                         [ERROR] Error parsing 'Définition d'une colonne de synthèse'
    java.text.ParseException: Unterminated single quote: Définition d'une colonne de synthèse
    	at com.google.gwt.i18n.rebind.MessageFormatParser.parse(MessageFormatParser.java:448)
    	at com.google.gwt.i18n.rebind.MessagesMethodCreator.createMethodFor(MessagesMethodCreator.java:736)
    	at com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.delegateToCreator(AbstractLocalizableImplCreator.java:313)
    	at com.google.gwt.i18n.rebind.MessagesImplCreator.emitMethodBody(MessagesImplCreator.java:92)
    	at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.genMethod(AbstractGeneratorClassCreator.java:273)
    	at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitMethods(AbstractGeneratorClassCreator.java:234)
    	at com.google.gwt.user.rebind.AbstractGeneratorClassCreator.emitClass(AbstractGeneratorClassCreator.java:117)
    	at com.google.gwt.i18n.rebind.AbstractLocalizableImplCreator.generateConstantOrMessageClass(AbstractLocalizableImplCreator.java:137)
    	at com.google.gwt.i18n.rebind.LocalizableGenerator.generate(LocalizableGenerator.java:114)
    	at com.google.gwt.i18n.rebind.LocalizableGenerator.generate(LocalizableGenerator.java:97)
    	at com.google.gwt.dev.javac.StandardGeneratorContext.runGenerator(StandardGeneratorContext.java:427)
    	at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:39)
    	at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.tryRebind(StandardRebindOracle.java:115)
    	at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:58)
    	at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:161)
    	at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:150)
    	at com.google.gwt.dev.Precompile$DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(Precompile.java:345)
    	at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:106)
    	at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
    	at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
    	at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:175)
    	at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
    	at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:145)
    	at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:632)
    	at com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:124)
    	at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:54)
    	at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:484)
    	at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:32)
    	at com.google.gwt.dev.Precompile.precompile(Precompile.java:545)
    	at com.google.gwt.dev.Precompile.precompile(Precompile.java:466)
    	at com.google.gwt.dev.Compiler.run(Compiler.java:205)
    	at com.google.gwt.dev.Compiler.run(Compiler.java:177)
    	at com.google.gwt.dev.Compiler$1.run(Compiler.java:149)
    	at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:87)
    	at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:81)
    	at com.google.gwt.dev.Compiler.main(Compiler.java:156)
       [ERROR] Errors in 'jar:file:/Users/jfisher/helios/workspace/IPGui/war/WEB-INF/lib/smartgwt.jar!/com/smartgwt/client/util/I18nUtil.java'
          [ERROR] Line 31:  Failed to resolve 'com.smartgwt.client.i18n.SmartGwtMessages' via deferred binding
       Scanning for additional dependencies: jar:file:/Applications/helios/plugins/com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/gwt-user.jar!/com/google/gwt/core/client/impl/StackTraceCreator.java
          [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
             [WARN] com.smartgwt.client.i18n.SmartGwtMessages_fr
       [ERROR] Cannot proceed due to previous errors

    #2
    Fixed, please try the next nightly.

    Comment

    Working...
    X