gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 623 forks source link

ExportToEarth Plugin #92

Closed shepdl closed 8 years ago

shepdl commented 8 years ago

ExportToEarth upgraded to be compatible with Gephi 0.9.

eduramiba commented 8 years ago

Hi Dave, I fixed several problems in your code, mostly about column types and column selection.

Please review and pull the changes in your branch from here https://github.com/eduramiba/gephi-plugins/tree/export-to-earth before we can merge this request.

eduramiba commented 8 years ago

Hi Dave, Thanks, the plugin is now merged and will be available later (now Netbeans maven repository is down and the build fails).

I also removed some unused code in IconRenderer class, and its unnecessary dependencies to preview.

eduramiba commented 8 years ago

Hi, Your plugin should be available now in Gephi update center. Please check everything is fine. Congrats!

eduramiba commented 8 years ago

Hi Dave, Your plugin was not being downloaded correctly by Gephi due to a problem in your pom (innecessary and incorrect nbm-maven-plugin version). See #105

This has been fixed with commit https://github.com/gephi/gephi-plugins/commit/7422759f9431805711b5e9cce315745f79658405

Please include the changes in your branch

shepdl commented 8 years ago

Oops. Thank you! That's been fixed in my branch as well.