Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] 1.16 jar files?

Hi Eric,

No worries.  I am ambivalent about linking to that repo in the docs since it is the default one for Maven.

That said, I can appreciate that plenty of folks use JVM-based libraries than I do.  I've entered an issue here (https://github.com/locationtech/jts/issues/318) to discuss and track ideas to address this completely.

Cheers,

Jim

On 09/20/2018 02:41 PM, Eric Angle wrote:
Hi Jim,

Thank you for your quick response. I think the maven repository will suit my needs.

Would a link to the maven repository be appropriate somewhere on https://github.com/locationtech/jts/releases (I didn't see it there, but could have missed it)?

Thanks,

Eric Angle

On Thu, Sep 20, 2018 at 11:56 AM Jim Hughes <jhughes@xxxxxxxx> wrote:
Hi Eric,

Great questions!  For #1, yes, it is likely possible.  I think we might have to ask Jody how he came up with that zip file.

If you are just looking for the jars, they are available from Maven central.  (That is, you could grab them from here: http://central.maven.org/maven2/org/locationtech/jts/ in a different, albeit manual manner.)

For #2, there are some more complicated questions around what LocationTech JTS can depend on, etc.  JTS is open-sourced through the LocationTech working group of the Eclipse Foundation.  Foundations such as Eclipse, Apache, and the FSF all have different rules about what is fair to use and not use in an open source project.  The licenses around the Oracle and Esri dependencies are such that (in my understanding) those modules cannot be in the main build.

Incidentally, the conversation on this issue (https://github.com/locationtech/jts/issues/78) includes some discussion about publishing the Oracle support jars.

Cheers,

Jim

On 09/20/2018 01:07 PM, Eric Angle wrote:
Hello,

I've been trying to get the latest JTS release here


and have some questions.

1. Is it possible to get the 1.16.0 release containing the built jar files? For example, 1.15.0 has (in addition to the source)

jts-release-1.15.0-bin.zip

which contains jar files, but 1.16.0 does not have this file (only has source). I'm sure I could build the jar files from source, but it would be more convenient to just download the jar files.

2. Is there a reason the contents of the lib directory in jts-release-1.15.0-bin.zip does not match https://github.com/locationtech/jts/blob/master/USING.md? The lib directory of the zip file contains:

commons-lang3-3.7.jar
jdom2-2.0.6.jar
json-simple-1.1.1.jar
jts-core-1.15.0-SNAPSHOT.jar
jts-io-common-1.15.0-SNAPSHOT.jar

whereas the User Guide lists

jts-core
jts-io-common
jts-io-ora
jts-io-sde
jts-tests
jts-app

Is this because of the statement "The following modules ... are not built by default"?

Thank you,

Eric Angle


_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev


_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev


_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev



Back to the top