BeelGroup / Docear-Desktop

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

Compiling in Eclipse against Java 1.8 on the 1.1 stable build is nontrivial #509

Open KnowledgeGarden opened 5 years ago

KnowledgeGarden commented 5 years ago

A number of 1.6 code still exists. Working from the master includes an Eclipse .classpath which excludes net.sf.jabref.gui even though code expects classes from that package. Seems there may be a need to do a bit of cleanup.

chrisoutwright commented 4 years ago

How did you resolve issues like these:

[ivy:retrieve]      :: org.powermock.modules#powermock-module-junit4;1.4: not found
[ivy:retrieve]      :: org.powermock.api#powermock-api-easymock;1.4: not found
[ivy:retrieve]      ::::::::::::::::::::::::::::::::::::::::::::::

I added the dependencies for project freeplane_plugin_remote_server but still I could not solve it,