OpenSextant / giscore

GIS file data format streaming input and output library
Other
9 stars 3 forks source link

Optional signing and some other tweaks #3

Closed jgibson closed 11 years ago

jgibson commented 11 years ago

I brought over the optional GPG signing from the geodesy project. In addition I made a couple of other tweaks to the NetBeans project files and I bumped the version number to avoid duplicate releases of 2.0.1.

dsmiley commented 11 years ago

While you're at it; can you consider issue #2 please?

rdrand commented 11 years ago

I took a look thinking that doing this would be no problem. Unfortunately there actually is a main method in KmlMetaDump (Jason, why?), which conceivably could cause logging as it calls other code. Right now I'm not aware of any way to declare a dependency as optional in gradle. Clearly that's a deficiency and one that will probably be addressed in time. Maybe there's a way to do it using a clever configuration setup.

Doug

From: David Smiley notifications@github.com<mailto:notifications@github.com> Reply-To: OpenSextant/giscore reply@reply.github.com<mailto:reply@reply.github.com> Date: Thursday, August 29, 2013 1:26 AM To: OpenSextant/giscore giscore@noreply.github.com<mailto:giscore@noreply.github.com> Subject: Re: [giscore] Optional signing and some other tweaks (#3)

While you're at it; can you consider issue #2https://github.com/OpenSextant/giscore/issues/2 please?

— Reply to this email directly or view it on GitHubhttps://github.com/OpenSextant/giscore/pull/3#issuecomment-23467834.

jgibson commented 11 years ago

Primarily this contains improvements for native code loading. There is also a build file fix and a correction for the slf4j-simple issue.