jijo-paulose / gwtupload

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

com.google.appengine on gwtupload-1.0.3.jar #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change maven 1.0.1 to 1.0.3

What is the expected output? 
Compiling
What do you see instead?
[INFO]                [ERROR] Errors in 
'jar:file:/D:/.m2/repository/com/googlecode/gwtupload/gwtupload/1.0.3/gwtupload-
1.0.3.jar!/gwtupload/client/IUploadStatus.java'
[INFO]                   [ERROR] Line 25: The import com.google.appengine 
cannot be resolved

What version of the product are you using? On what operating system?
GWT 2.4 / Eclipse / Win7

Original issue reported on code.google.com by Zomzog on 17 Mar 2015 at 3:23

GoogleCodeExporter commented 8 years ago
Looks like IUploadStatus.java  contains unused import 
com.google.appengine.api.datastore.Link.

Original comment by milan.ma...@gmail.com on 4 May 2015 at 8:38