Skip to content
Doug Rand edited this page Aug 13, 2013 · 3 revisions

Building

Modify properties in your gradle.properties, in particular setting the proxy properties to appropriate values for your local environment.

The build is a gradle build that is setup to publish primarily to Maven central. The destination is controlled by the gradle.properties variables: ospubLocaldest. If unset it goes to sonatype and either a snapshot or staging server depending on the version number provided.

If it is set then you'll go to the given server such as an Artifactory or Nexus server. The username and password can be provided with ospubUsername and ospubPassword.

Logging

Please only use slf4j when logging in the code. This allows users of the code to plug into other logging frameworks seamlessly. We might have to reconsider this when log4j 2.0 is finally available with a connector to slf4j but not right now.

Versions and Packages

Note that for the public release the version was bumped to 2.0.x and the java package is now org.opensextant.giscore

Clone this wiki locally