Skip to content

DennisPallett/openjump-monetdb-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

OpenJUMP MonetDB DataStore Plugin

See http://dennis.pallett.nl/monetdb/monetdb-openjump-plugin/ for general download and installations instructions of this plugin. The rest of this document provides instructions for development/compilation of this plugin.

Development

To work on this plugin Maven is used to setup the project and its dependencies.

First install the dependencies with the following command-line command:

mvn clean install

If this is successful create an Eclipse project with the following command:

mvn eclipse:eclipse

Now you can go to your Eclipse, go to File -> Import, and 'Import existing project' and select the directory of the plugin.

To compile your own JAR of the plugin run the following Eclipse command:

mvn jar:jar

This will create a new JAR file into the target directory.

Missing OpenJUMP dependency?

It is highly likely that the above instructions will fail due to a missing dependency, namely the OpenJUMP jar. To fix this you must download the OpenJUMP jar yourself (from http://www.openjump.org/) and import the OpenJUMP-X.X.X-*.jar into your local Maven repository with the following command:

mvn install:install-file -Dfile=OpenJUMP-X.X.X-*.jar -DgroupId=org.openjump -DartifactId=OpenJUMP -Dversion=X.X.X -Dpackaging=pom

Please take care to replace the necessary parts (X.X.X and the *) yourself with the correct strings.

After you have run this command your local Maven repository should have now have the OpenJUMP dependency and Maven should be able to compile the plugin.

About

OpenJUMP MonetDB DataStore Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages