BeelGroup / Docear-Desktop

Docear's desktop version (GPL)
296 stars 90 forks source link

org.docear.messages.Messages does not exist, other compile errors #476

Closed GeorgLink closed 8 years ago

GeorgLink commented 8 years ago

Hi,

First off, I have been using Docear for more than a year now and appreciate everything it can do. I have promoted its use among other students. We are sometimes running into issues. Moreover, I have some ideas for features that can make my life easier with Docear. I know that development is on the backburner. Over the Christmas break I am hoping to dive into the development of Docear and start proposing changes.

My attempt to get it to work is stopped by 100 compile errors. The first is:

[javac] D:\Georg\GitHub\Desktop\freeplane_plugin_remote_server\src\org\freeplane\plugin\remote\server\OpenMindmapInfo.java:10: error: package org.docear.messages.Messages does not exist
[javac] import org.docear.messages.Messages.ListenToUpdateOccurrenceRespone;

I was unable to locate this class within the Github repository.

The second type of compile error is of this nature:

[javac] D:\Georg\GitHub\Desktop\freeplane_plugin_remote_server\src\org\freeplane\plugin\remote\server\v10\Actions.java:94: error: cannot find symbol
[javac]     public static MindmapAsJsonReponse getMapModelJson(MindmapAsJsonRequest request) throws MapNotFoundException {
[javac]                                                        ^
[javac]   symbol:   class MindmapAsJsonRequest
[javac]   location: class Actions

Again, I was unable to locate this class or any of the classes in the following error messages.

Did I miss something? Was there another repository that is required to fully compile Docear?

A bit more backstory, since I had to go out of my way to get this far:

I hope to hear from you. Best, Georg

GeorgLink commented 8 years ago

I was able to compile it, after trying around a few different things.