Geoscript Scala

54 views
Skip to first unread message

Prakash Viswanathan

unread,
Feb 28, 2012, 5:25:43 PM2/28/12
to GeoScript
Is there any plans to make geoscript scala be available as independent
jars to be included in other projects instead of using it through sbt.

If there is any other way of doing this with current implementation,
please let me know.

Thanks
Prakash

Justin Deoliveira

unread,
Feb 28, 2012, 6:57:11 PM2/28/12
to geos...@googlegroups.com
I will let David comment but I think they may be already being published.


--
You received this message because you are subscribed to the GeoScript mailing list.
To post to this group, send email to geos...@googlegroups.com
To unsubscribe from this group, send email to geoscript+...@googlegroups.com
Visit this group at http://groups.google.com/group/geoscript or see http://geoscript.org



--
Justin Deoliveira
Enterprise support for open source geospatial.

David Winslow

unread,
Feb 29, 2012, 9:29:59 AM2/29/12
to geos...@googlegroups.com
Automated builds aren't currently set up.  Or, to be precise, nightly builds are set up, but only to run tests.  The results aren't published.  The GeoScript scala artifacts in the OpenGeo repo are there because I uploaded them along with the geocss sub-project the last time that I updated the GeoServer CSS extension.

There is definitely a gap in the documentation right now.  If you want to use those jars, feel free.  It should work fine with Maven; in fact that's how the GeoServer plugin is built.  However, these are not self-contained - you have to have GeoTools around as well so I recommend using SBT or Maven, something that can interpret POM files to fetch transitive dependencies.

Here's the snippet from the GeoServer CSS module pom.xml (well, it uses only "geocss" but this should work too):
<dependency>
  <groupId>org.geoscript</groupId>
  <artifactId>geoscript_${scala.version}</artifactId>
  <version>0.7.3</version>
</dependency>
<!-- SNIP -->
<properties>
  <scala.version>2.9.1</scala.version>
</properties>
Hope it helps!

--
David Winslow

Prakash Viswanathan

unread,
Feb 29, 2012, 11:13:42 AM2/29/12
to GeoScript
Thanks Justin and David, this geoscript scala jar should definitely
come in handy.

On Feb 29, 8:29 am, David Winslow <cdwins...@gmail.com> wrote:
> Automated builds aren't currently set up.  Or, to be precise, nightly
> builds are set up, but only to run tests.  The results aren't published.
>  The GeoScript scala artifacts in the OpenGeo repo are there because I
> uploaded them along with the geocss sub-project the last time that I
> updated the GeoServer CSS extension.
>
> There is definitely a gap in the documentation right now.  If you want to
> use those jars, feel free.  It should work fine with Maven; in fact that's
> how the GeoServer plugin is built.  However, these are not self-contained -
> you have to have GeoTools around as well so I recommend using SBT or Maven,
> something that can interpret POM files to fetch transitive dependencies.
>
> Here's the snippet from the GeoServer CSS module pom.xml (well, it uses
> only "geocss" but this should work too):
>
> <dependency>
>   <groupId>org.geoscript</groupId>
>   <artifactId>geoscript_${scala.version}</artifactId>
>   <version>0.7.3</version></dependency><!-- SNIP --><properties>
>   <scala.version>2.9.1</scala.version></properties>
>
> Hope it helps!
>
> --
> David Winslow
> OpenGeo -http://opengeo.org/
>
> On Tue, Feb 28, 2012 at 6:57 PM, Justin Deoliveira <jdeol...@opengeo.org>wrote:
>
>
>
>
>
>
>
> > I will let David comment but I think they may be already being published.
>
> >http://repo.opengeo.org/org/geoscript/geoscript_2.9.1/0.7.3/
>
> > On Tue, Feb 28, 2012 at 3:25 PM, Prakash Viswanathan <
> > rushtoprak...@gmail.com> wrote:
>
> >> Is there any plans to make geoscript scala be available as independent
> >> jars to be included in other projects instead of using it through sbt.
>
> >> If there is any other way of doing this with current implementation,
> >> please let me know.
>
> >> Thanks
> >> Prakash
>
> >> --
> >> You received this message because you are subscribed to the GeoScript
> >> mailing list.
> >> To post to this group, send email to geos...@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> geoscript+...@googlegroups.com
> >> Visit this group athttp://groups.google.com/group/geoscriptor see
> >>http://geoscript.org
>
> > --
> > Justin Deoliveira
> > OpenGeo -http://opengeo.org
Reply all
Reply to author
Forward
0 new messages