Re: Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-23 Thread Rachel
That could definitely be the issue. Unfortunately, when we move back to a 
previous version of the project we still get the same error so we think it 
might be something with the eclipse environment and are going to try a new 
eclipse install. 

On Monday, May 14, 2018 at 12:34:20 PM UTC-4, Thomas Broyer wrote:
>
> Could one of your dependencies possibly "shadow" its own version of 
> ImageResourceGenerator that had been compiled against GWT 2.8? You'd have 
> to revert to an older version of that dependency then.
>
> On Monday, May 14, 2018 at 3:37:34 PM UTC+2, Rachel wrote:
>>
>> Thank you for responding. I'm looking at the build path and both gwt-user 
>> and gwt-dev jar files are from 2.7. Is there somewhere else I should look?
>>
>> On Monday, May 14, 2018 at 9:16:18 AM UTC-4, Thomas Broyer wrote:
>>>
>>>
>>>
>>> On Monday, May 14, 2018 at 3:06:09 PM UTC+2, Rachel wrote:
>>>>
>>>> We have to move our project back to GWT 2.7 due to some java 1.8 
>>>> issues. I've checked all my jar files to make sure they are 2.7 and no 
>>>> duplicate jars in the build path but am getting errors when I try to 
>>>> compile with Ant.
>>>> Any suggestions would be greatly appreciated. Thank you.
>>>>
>>>> [*java*] Caused by: java.lang.NoSuchMethodError: 
>>>> com.google.gwt.util.tools.Utility.close(Ljava/lang/AutoCloseable;)V
>>>>
>>>> [*java*] at 
>>>> com.google.gwt.resources.rg.ImageResourceGenerator.getContentLength(
>>>> *ImageResourceGenerator.java:623*)
>>>>
>>>
>>> This close(AutoCloseable) method was added in 2.8: 
>>> https://github.com/gwtproject/gwt/commit/349210a31ec593cb499ac73a80743b89bd8d5aac
>>> So this means you have gwt-user from 2.8 and gwt-dev from 2.7 here.
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-14 Thread Rachel
Thank you for responding. I'm looking at the build path and both gwt-user 
and gwt-dev jar files are from 2.7. Is there somewhere else I should look?

On Monday, May 14, 2018 at 9:16:18 AM UTC-4, Thomas Broyer wrote:
>
>
>
> On Monday, May 14, 2018 at 3:06:09 PM UTC+2, Rachel wrote:
>>
>> We have to move our project back to GWT 2.7 due to some java 1.8 issues. 
>> I've checked all my jar files to make sure they are 2.7 and no duplicate 
>> jars in the build path but am getting errors when I try to compile with Ant.
>> Any suggestions would be greatly appreciated. Thank you.
>>
>> [*java*] Caused by: java.lang.NoSuchMethodError: 
>> com.google.gwt.util.tools.Utility.close(Ljava/lang/AutoCloseable;)V
>>
>> [*java*] at 
>> com.google.gwt.resources.rg.ImageResourceGenerator.getContentLength(
>> *ImageResourceGenerator.java:623*)
>>
>
> This close(AutoCloseable) method was added in 2.8: 
> https://github.com/gwtproject/gwt/commit/349210a31ec593cb499ac73a80743b89bd8d5aac
> So this means you have gwt-user from 2.8 and gwt-dev from 2.7 here.
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Advice needed - compile error while moving back to GWT 2.7 from 2.8.2

2018-05-14 Thread Rachel
We have to move our project back to GWT 2.7 due to some java 1.8 issues. 
I've checked all my jar files to make sure they are 2.7 and no duplicate 
jars in the build path but am getting errors when I try to compile with Ant.
Any suggestions would be greatly appreciated. Thank you.

*prepareGWT*:

[*delete*] Deleting directory 
C:\Users\s235985\workspace\wkflw_test\Approval\gwt-unitCache

[*java*] Compiling module com.aep.mro.approval.approvalsystem

[*java*] Computing all possible rebind results for 
'gwtupload.client.bundle.UploadCss'

[*java*] Rebinding gwtupload.client.bundle.UploadCss

[*java*] Invoking generator 
com.google.gwt.resources.rebind.context.InlineClientBundleGenerator

[*java*] Initializing ResourceGenerator

[*java*] [ERROR] Unable to determine default for GSS in UiBinder

[*java*] [ERROR] An internal compiler exception occurred

[*java*] *com.google.gwt.dev.jjs.InternalCompilerException*: Unexpected 
error during visit.

[*java*] at com.google.gwt.dev.jjs.ast.JVisitor.translateException(
*JVisitor.java:121*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:296*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:285*)

[*java*] at com.google.gwt.dev.jjs.ast.JVisitor.accept(*JVisitor.java:128*)

[*java*] at com.google.gwt.dev.jjs.ast.JCastOperation.traverse(
*JCastOperation.java:67*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(
*JModVisitor.java:381*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:293*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:285*)

[*java*] at com.google.gwt.dev.jjs.ast.JVisitor.accept(*JVisitor.java:128*)

[*java*] at com.google.gwt.dev.jjs.ast.JDeclarationStatement.traverse(
*JDeclarationStatement.java:49*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor$ListContext.traverse(
*JModVisitor.java:95*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.acceptWithInsertRemove(
*JModVisitor.java:351*)

[*java*] at com.google.gwt.dev.jjs.ast.JBlock.traverse(*JBlock.java:92*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(
*JModVisitor.java:381*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:293*)

[*java*] at com.google.gwt.dev.jjs.ast.JVisitor.accept(*JVisitor.java:149*)

[*java*] at com.google.gwt.dev.jjs.ast.JVisitor.accept(*JVisitor.java:145*)

[*java*] at com.google.gwt.dev.jjs.ast.JMethodBody.traverse(
*JMethodBody.java:83*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(
*JModVisitor.java:381*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:293*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:285*)

[*java*] at com.google.gwt.dev.jjs.ast.JMethod.visitChildren(
*JMethod.java:600*)

[*java*] at com.google.gwt.dev.jjs.ast.JMethod.traverse(*JMethod.java:569*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(
*JModVisitor.java:381*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:293*)

[*java*] at com.google.gwt.dev.jjs.ast.JModVisitor.accept(
*JModVisitor.java:285*)

[*java*] at com.google.gwt.dev.jjs.impl.UnifyAst.mainLoop(
*UnifyAst.java:1505*)

[*java*] at com.google.gwt.dev.jjs.impl.UnifyAst.exec(*UnifyAst.java:870*)

[*java*] at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.unifyJavaAst(
*JavaToJavaScriptCompiler.java:1305*)

[*java*] at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.constructJavaAst(
*JavaToJavaScriptCompiler.java:1038*)

[*java*] at 
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler$Precompiler.precompile(
*JavaToJavaScriptCompiler.java:954*)

[*java*] at 
com.google.gwt.dev.jjs.MonolithicJavaToJavaScriptCompiler.precompile(
*MonolithicJavaToJavaScriptCompiler.java:303*)

[*java*] at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(
*JavaScriptCompiler.java:38*)

[*java*] at com.google.gwt.dev.Precompile.precompile(*Precompile.java:286*)

[*java*] at com.google.gwt.dev.Precompile.precompile(*Precompile.java:229*)

[*java*] at com.google.gwt.dev.Precompile.precompile(*Precompile.java:145*)

[*java*] at com.google.gwt.dev.Compiler.run(*Compiler.java:206*)

[*java*] at com.google.gwt.dev.Compiler.run(*Compiler.java:158*)

[*java*] at com.google.gwt.dev.Compiler$1.run(*Compiler.java:120*)

[*java*] at com.google.gwt.dev.CompileTaskRunner.doRun(
*CompileTaskRunner.java:55*)

[*java*] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(
*CompileTaskRunner.java:50*)

[*java*] at com.google.gwt.dev.Compiler.main(*Compiler.java:127*)

[*java*] Caused by: java.lang.NoSuchMethodError: 
com.google.gwt.util.tools.Utility.close(Ljava/lang/AutoCloseable;)V

[*java*] at 
com.google.gwt.resources.rg.ImageResourceGenerator.getContentLength(
*ImageResourceGenerator.java:623*)

[*java*] at com.google.gwt.resources.rg.ImageResourceGenerator.prepare(
*ImageResourceGenerator.java:584*)

[*java*] at 

Re: Advice Needed - moving to GWT 2.8.2 from 2.7 compile error

2018-05-07 Thread Rachel
Thank you for the suggestion. I thought I had changed all the jar files but 
I re-configured the build path and that seems to have solved the error.

On Friday, May 4, 2018 at 1:43:49 PM UTC-4, Paul Robinson wrote:
>
> Check to see if you're mixing GWT versions. Maybe more than one GWT jar 
> file in your path.
>
> Paul
>
> On Fri, 4 May 2018, 16:09 Rachel, <rachel...@gmail.com > 
> wrote:
>
>> I couldn't find another post with this same error but if there is one I 
>> apologize.
>> We are moving a project from GWT 2.7 to GWT 2.8.2 but when we try to 
>> compile with Ant we are getting the following error and we haven't found a 
>> way to resolve it. 
>> Any suggestions would be appreciated.
>>
>> Buildfile: *C:\Users\s235985\workspace\wkflw_test\Approval\build.xml*
>>
>> *init*:
>>
>> *prepareGWT*:
>>
>> [*java*] Exception in thread "main" java.lang.NoSuchMethodError: 
>> com.google.gwt.util.regexfilter.RegexFilter: method ()V not found
>>
>> [*java*] at com.google.gwt.util.regexfilter.WhitelistRegexFilter.(
>> *WhitelistRegexFilter.java:21*)
>>
>> [*java*] at com.google.gwt.dev.jjs.JJSOptionsImpl.(
>> *JJSOptionsImpl.java:54*)
>>
>> [*java*] at com.google.gwt.dev.PrecompileTaskOptionsImpl.(
>> *PrecompileTaskOptionsImpl.java:39*)
>>
>> [*java*] at com.google.gwt.dev.CompilerOptionsImpl.(
>> *CompilerOptionsImpl.java:30*)
>>
>> [*java*] at com.google.gwt.dev.Compiler.main(*Compiler.java:108*)
>>
>> BUILD FAILED
>>
>> *C:\Users\s235985\workspace\wkflw_test\Approval\build.xml:48: Java 
>> returned: 1 *
>>
>> Total time: 6 minutes 20 seconds
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "GWT Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-web-toolkit+unsubscr...@googlegroups.com .
>> To post to this group, send email to google-we...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Advice Needed - moving to GWT 2.8.2 from 2.7 compile error

2018-05-04 Thread Rachel
I couldn't find another post with this same error but if there is one I 
apologize.
We are moving a project from GWT 2.7 to GWT 2.8.2 but when we try to 
compile with Ant we are getting the following error and we haven't found a 
way to resolve it. 
Any suggestions would be appreciated.

Buildfile: *C:\Users\s235985\workspace\wkflw_test\Approval\build.xml*

*init*:

*prepareGWT*:

[*java*] Exception in thread "main" java.lang.NoSuchMethodError: 
com.google.gwt.util.regexfilter.RegexFilter: method ()V not found

[*java*] at com.google.gwt.util.regexfilter.WhitelistRegexFilter.(
*WhitelistRegexFilter.java:21*)

[*java*] at com.google.gwt.dev.jjs.JJSOptionsImpl.(
*JJSOptionsImpl.java:54*)

[*java*] at com.google.gwt.dev.PrecompileTaskOptionsImpl.(
*PrecompileTaskOptionsImpl.java:39*)

[*java*] at com.google.gwt.dev.CompilerOptionsImpl.(
*CompilerOptionsImpl.java:30*)

[*java*] at com.google.gwt.dev.Compiler.main(*Compiler.java:108*)

BUILD FAILED

*C:\Users\s235985\workspace\wkflw_test\Approval\build.xml:48: Java 
returned: 1 *

Total time: 6 minutes 20 seconds


-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


E-signature functionality in GWT client.

2014-05-13 Thread Rachel
Here is an application developed in GWT (only client) where users are going 
to upload excel documents. As per a requirement, users have to insert an 
e-signature.

Can anyone please help or redirect me to appropriate GWT compatible plugin 
or api or library that can solve the purpose?

Thanks!

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.