jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Compiling SingleUploaderModal #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use SingleUploaderModal
2. compile for deploy
3. hosted mode works fine

What is the expected output? What do you see instead?
Compile for deploy without errors

What version of the product are you using? On what operating system?
0.6.4-SNAPSHOT

Please provide any additional information below.

gwt compile output:

   Validating newly compiled units
      [ERROR] Errors in 'jar:file:/C:/projects/myproject/war/WEB-INF/lib/gwtupload-0.6.4-SNAPSHOT.jar!/gwtupload/client/SingleUploaderModal.java'
         [ERROR] Line 129: The field SingleUploader.button is not visible
         [ERROR] Line 130: The field SingleUploader.button is not visible

Original issue reported on code.google.com by ezem...@gmail.com on 10 May 2011 at 2:08

GoogleCodeExporter commented 9 years ago
The was a gwtupload-0.6.3-compat.jar in the classpath causing this error, the 
error message from the gwt compile output is wrong.

gwtupload-0.6.4-SNAPSHOT.jar works fine

thanks

Original comment by ezem...@gmail.com on 11 May 2011 at 3:23

GoogleCodeExporter commented 9 years ago
Could you attach your project, just the build files, libraries and simple 
working code, remove all you consider.

Original comment by manuel.carrasco.m on 17 May 2011 at 7:19

GoogleCodeExporter commented 9 years ago
The problem was not in gwt-snapshot, I had the two jars in the classpath, I 
don't know why the gwt compiler output is wrong but it seems there's nothing to 
do with gwt-upload, everything works fine.

Original comment by ezem...@gmail.com on 17 May 2011 at 12:25

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 5 Jul 2011 at 1:09