Error when import ilarkesto and kunagi
Hello, I have the next problems when I imported kunagi and ilarkesto on Eclipse
Description Resource Path Location Type
The method setFileName(String) of type UploadWidget.UploadStatus must override or implement a supertype method UploadWidget.java /kunagi/src/main/java/scrum/client/files line 139 Java Problem
Description Resource Path Location Type
The method setProgress(int, int) of type UploadWidget.UploadStatus must override or implement a supertype method UploadWidget.java /kunagi/src/main/java/scrum/client/files line 167 Java Problem
Description Resource Path Location Type
The type UploadWidget.UploadStatus must implement the inherited abstract method HasProgress.setProgress(long, long) UploadWidget.java /kunagi/src/main/java/scrum/client/files line 103 Java Problem
Description Resource Path Location Type
The type UploadWidget.UploadStatus must implement the inherited abstract method IsWidget.asWidget() UploadWidget.java /kunagi/src/main/java/scrum/client/files line 103 Java Problem
Description Resource Path Location Type
The type UploadWidget.UploadStatus must implement the inherited abstract method IUploadStatus.setFileNames(List<String>) UploadWidget.java /kunagi/src/main/java/scrum/client/files line 103 Java Problem
Statement from Kunagi Team
This is because of the latest Upgrade to gwtupload 1.0.0. Get the latest sources from kunagi and ilarkesto and execute updatelibs.bsh from the ilarkesto project.
Status
Issue is closed.
Comments
Thu, Feb 13, 2014, 14:55 by anonymous
But I downloaded yesterday all the sources and the lib and got that error.
